-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKanbanCord.sln
28 lines (28 loc) · 1.74 KB
/
KanbanCord.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KanbanCord.Bot", "KanbanCord.Bot\KanbanCord.Bot.csproj", "{A78B6BE1-D052-4B35-9C90-65660ECCC727}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KanbanCord.Core", "KanbanCord.Core\KanbanCord.Core.csproj", "{6CACA53A-173B-4D17-8DB0-2B627CB0388E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KanbanCord.Tests", "KanbanCord.Tests\KanbanCord.Tests.csproj", "{DBEA21AC-2AB2-497E-AE7A-469BA945047A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A78B6BE1-D052-4B35-9C90-65660ECCC727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A78B6BE1-D052-4B35-9C90-65660ECCC727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A78B6BE1-D052-4B35-9C90-65660ECCC727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A78B6BE1-D052-4B35-9C90-65660ECCC727}.Release|Any CPU.Build.0 = Release|Any CPU
{6CACA53A-173B-4D17-8DB0-2B627CB0388E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CACA53A-173B-4D17-8DB0-2B627CB0388E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CACA53A-173B-4D17-8DB0-2B627CB0388E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CACA53A-173B-4D17-8DB0-2B627CB0388E}.Release|Any CPU.Build.0 = Release|Any CPU
{DBEA21AC-2AB2-497E-AE7A-469BA945047A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBEA21AC-2AB2-497E-AE7A-469BA945047A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBEA21AC-2AB2-497E-AE7A-469BA945047A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBEA21AC-2AB2-497E-AE7A-469BA945047A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal