This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCBL.sln
34 lines (34 loc) · 1.73 KB
/
CBL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonBotLibrary", "src\CommonBotLibrary\CommonBotLibrary.csproj", "{30C4F8FC-7ABE-4022-ACB3-73B0FE082EA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonBotLibrary.Tests", "tests\CommonBotLibrary.Tests\CommonBotLibrary.Tests.csproj", "{C2DA023C-7150-4542-A425-8CC4E3014B9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE2D4E74-5554-4E1D-8391-227C16B8FFE5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
tokens.json = tokens.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30C4F8FC-7ABE-4022-ACB3-73B0FE082EA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30C4F8FC-7ABE-4022-ACB3-73B0FE082EA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30C4F8FC-7ABE-4022-ACB3-73B0FE082EA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30C4F8FC-7ABE-4022-ACB3-73B0FE082EA7}.Release|Any CPU.Build.0 = Release|Any CPU
{C2DA023C-7150-4542-A425-8CC4E3014B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2DA023C-7150-4542-A425-8CC4E3014B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2DA023C-7150-4542-A425-8CC4E3014B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2DA023C-7150-4542-A425-8CC4E3014B9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal