-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRebootInBot.sln
More file actions
36 lines (36 loc) · 2.35 KB
/
RebootInBot.sln
File metadata and controls
36 lines (36 loc) · 2.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RebootInBot", "RebootInBot\RebootInBot.fsproj", "{823BE180-EB44-40B9-B833-51F0B862F157}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RebootInBot.UnitTests", "RebootInBot.UnitTests\RebootInBot.UnitTests.fsproj", "{5C6A5C7A-4F44-4C7F-8437-B1BBDC8B6F3D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RebootInBot.IntegrationTests", "RebootInBot.IntegrationTests\RebootInBot.IntegrationTests.fsproj", "{0B08D903-B780-4D30-BDCB-DDF22CA2726A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RebootInBot.Telegram", "RebootInBot.Telegram\RebootInBot.Telegram.fsproj", "{55A73A78-E902-43C9-B1F1-23D4B1C31B09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{823BE180-EB44-40B9-B833-51F0B862F157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{823BE180-EB44-40B9-B833-51F0B862F157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{823BE180-EB44-40B9-B833-51F0B862F157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{823BE180-EB44-40B9-B833-51F0B862F157}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6A5C7A-4F44-4C7F-8437-B1BBDC8B6F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6A5C7A-4F44-4C7F-8437-B1BBDC8B6F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6A5C7A-4F44-4C7F-8437-B1BBDC8B6F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6A5C7A-4F44-4C7F-8437-B1BBDC8B6F3D}.Release|Any CPU.Build.0 = Release|Any CPU
{0B08D903-B780-4D30-BDCB-DDF22CA2726A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B08D903-B780-4D30-BDCB-DDF22CA2726A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B08D903-B780-4D30-BDCB-DDF22CA2726A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B08D903-B780-4D30-BDCB-DDF22CA2726A}.Release|Any CPU.Build.0 = Release|Any CPU
{55A73A78-E902-43C9-B1F1-23D4B1C31B09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55A73A78-E902-43C9-B1F1-23D4B1C31B09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55A73A78-E902-43C9-B1F1-23D4B1C31B09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55A73A78-E902-43C9-B1F1-23D4B1C31B09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal