forked from justdmitry/NetTelegramBotApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetTelegramBotApi.sln
40 lines (40 loc) · 2.2 KB
/
NetTelegramBotApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABC2A4CB-9443-434E-B2EA-E739D288F330}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetTelegramBotApi", "NetTelegramBotApi\NetTelegramBotApi.xproj", "{0CA802AD-0F85-4314-8D70-2C5F182C9F42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBotDemo", "TelegramBotDemo\TelegramBotDemo.csproj", "{E0CDD1D2-E50E-4CD8-97F4-C1AE44DE7E43}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TelegramBotDemo-vNext", "TelegramBotDemo-vNext\TelegramBotDemo-vNext.xproj", "{0A5DF37F-F6E0-412E-8B84-AE7120B4D8C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CA802AD-0F85-4314-8D70-2C5F182C9F42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CA802AD-0F85-4314-8D70-2C5F182C9F42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CA802AD-0F85-4314-8D70-2C5F182C9F42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CA802AD-0F85-4314-8D70-2C5F182C9F42}.Release|Any CPU.Build.0 = Release|Any CPU
{E0CDD1D2-E50E-4CD8-97F4-C1AE44DE7E43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0CDD1D2-E50E-4CD8-97F4-C1AE44DE7E43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0CDD1D2-E50E-4CD8-97F4-C1AE44DE7E43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0CDD1D2-E50E-4CD8-97F4-C1AE44DE7E43}.Release|Any CPU.Build.0 = Release|Any CPU
{0A5DF37F-F6E0-412E-8B84-AE7120B4D8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A5DF37F-F6E0-412E-8B84-AE7120B4D8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A5DF37F-F6E0-412E-8B84-AE7120B4D8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A5DF37F-F6E0-412E-8B84-AE7120B4D8C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal