-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIrisBot.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
IrisBot.sln
File metadata and controls
43 lines (43 loc) · 2.52 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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrisBot", "IrisBot\IrisBot.csproj", "{D5AC6B26-9D6E-4F4C-923F-E153C548AE2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrisBot.Models", "IrisBot.Models\IrisBot.Models.csproj", "{592D9A76-4E01-4E07-8FC1-1C380F650B92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrisBot.Services", "IrisBot.Services\IrisBot.Services.csproj", "{4A7EB6D7-46DF-4882-B948-82857FED0435}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrisBot.Constants", "IrisBot.Constants\IrisBot.Constants.csproj", "{AA204655-B6A4-4911-9194-3AFFBA85CCC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5AC6B26-9D6E-4F4C-923F-E153C548AE2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5AC6B26-9D6E-4F4C-923F-E153C548AE2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5AC6B26-9D6E-4F4C-923F-E153C548AE2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5AC6B26-9D6E-4F4C-923F-E153C548AE2A}.Release|Any CPU.Build.0 = Release|Any CPU
{592D9A76-4E01-4E07-8FC1-1C380F650B92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{592D9A76-4E01-4E07-8FC1-1C380F650B92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{592D9A76-4E01-4E07-8FC1-1C380F650B92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{592D9A76-4E01-4E07-8FC1-1C380F650B92}.Release|Any CPU.Build.0 = Release|Any CPU
{4A7EB6D7-46DF-4882-B948-82857FED0435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A7EB6D7-46DF-4882-B948-82857FED0435}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A7EB6D7-46DF-4882-B948-82857FED0435}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A7EB6D7-46DF-4882-B948-82857FED0435}.Release|Any CPU.Build.0 = Release|Any CPU
{AA204655-B6A4-4911-9194-3AFFBA85CCC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA204655-B6A4-4911-9194-3AFFBA85CCC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA204655-B6A4-4911-9194-3AFFBA85CCC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA204655-B6A4-4911-9194-3AFFBA85CCC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {254804B2-F29E-4006-AA51-78D8D2F453CE}
EndGlobalSection
EndGlobal