-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
WFBot.sln
41 lines (41 loc) · 2.38 KB
/
WFBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WFBot", "WFBot\WFBot.csproj", "{795FA006-A765-48D7-A488-EFD37D7CA474}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WFBot.Tests", "WFBot.Tests\WFBot.Tests.csproj", "{21E1A018-8A75-4A8A-9D1E-7972B782665A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Linux Release|Any CPU = Linux Release|Any CPU
Release|Any CPU = Release|Any CPU
Windows Release|Any CPU = Windows Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{795FA006-A765-48D7-A488-EFD37D7CA474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Linux Release|Any CPU.ActiveCfg = Linux Release|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Linux Release|Any CPU.Build.0 = Linux Release|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Release|Any CPU.Build.0 = Release|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Windows Release|Any CPU.ActiveCfg = Windows Release|Any CPU
{795FA006-A765-48D7-A488-EFD37D7CA474}.Windows Release|Any CPU.Build.0 = Windows Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Linux Release|Any CPU.ActiveCfg = Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Linux Release|Any CPU.Build.0 = Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Release|Any CPU.Build.0 = Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Windows Release|Any CPU.ActiveCfg = Release|Any CPU
{21E1A018-8A75-4A8A-9D1E-7972B782665A}.Windows Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58C7DA26-10AD-4042-920B-AFFFFCBA8B2A}
EndGlobalSection
EndGlobal