-
Notifications
You must be signed in to change notification settings - Fork 5
/
CORA.sln
42 lines (42 loc) · 2.48 KB
/
CORA.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
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bot", "Bot\Bot.csproj", "{23F76AD8-BF59-4682-8157-E5014DE7AD1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{972A9695-C061-445B-89EC-EF3A85032A57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functions", "Functions\Functions.csproj", "{C12A47DD-2176-4BD6-B3FE-195C6043CBF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotTests", "BotTests\BotTests.csproj", "{D479169B-2965-45FD-9C9E-62AD3075B329}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23F76AD8-BF59-4682-8157-E5014DE7AD1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F76AD8-BF59-4682-8157-E5014DE7AD1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F76AD8-BF59-4682-8157-E5014DE7AD1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F76AD8-BF59-4682-8157-E5014DE7AD1A}.Release|Any CPU.Build.0 = Release|Any CPU
{972A9695-C061-445B-89EC-EF3A85032A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{972A9695-C061-445B-89EC-EF3A85032A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{972A9695-C061-445B-89EC-EF3A85032A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{972A9695-C061-445B-89EC-EF3A85032A57}.Release|Any CPU.Build.0 = Release|Any CPU
{C12A47DD-2176-4BD6-B3FE-195C6043CBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C12A47DD-2176-4BD6-B3FE-195C6043CBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C12A47DD-2176-4BD6-B3FE-195C6043CBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C12A47DD-2176-4BD6-B3FE-195C6043CBF2}.Release|Any CPU.Build.0 = Release|Any CPU
{D479169B-2965-45FD-9C9E-62AD3075B329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D479169B-2965-45FD-9C9E-62AD3075B329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D479169B-2965-45FD-9C9E-62AD3075B329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D479169B-2965-45FD-9C9E-62AD3075B329}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2B74186-30F3-4FBF-9D0C-19E0B8DA64F3}
EndGlobalSection
EndGlobal