-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrudBot.sln
43 lines (43 loc) · 2.53 KB
/
CrudBot.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudBot.Main", "CrudBot.Main\CrudBot.Main.csproj", "{5C496FAC-8669-4DD8-919D-1BDB54B0F704}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudBot.DAL", "CrudBot.DAL\CrudBot.DAL.csproj", "{8CA6661B-2EC5-4791-A940-E4B864E768C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrudBot.Weather", "CrudBot.Weather\CrudBot.Weather.csproj", "{5B2659F1-B09F-48B0-93AF-F6D8A3F89769}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrudBot.Exceptions", "CrudBot.Exceptions\CrudBot.Exceptions.csproj", "{2F297DEB-1F15-4ECF-9407-8D807B814D6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C496FAC-8669-4DD8-919D-1BDB54B0F704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C496FAC-8669-4DD8-919D-1BDB54B0F704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C496FAC-8669-4DD8-919D-1BDB54B0F704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C496FAC-8669-4DD8-919D-1BDB54B0F704}.Release|Any CPU.Build.0 = Release|Any CPU
{8CA6661B-2EC5-4791-A940-E4B864E768C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA6661B-2EC5-4791-A940-E4B864E768C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA6661B-2EC5-4791-A940-E4B864E768C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA6661B-2EC5-4791-A940-E4B864E768C1}.Release|Any CPU.Build.0 = Release|Any CPU
{5B2659F1-B09F-48B0-93AF-F6D8A3F89769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B2659F1-B09F-48B0-93AF-F6D8A3F89769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B2659F1-B09F-48B0-93AF-F6D8A3F89769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B2659F1-B09F-48B0-93AF-F6D8A3F89769}.Release|Any CPU.Build.0 = Release|Any CPU
{2F297DEB-1F15-4ECF-9407-8D807B814D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F297DEB-1F15-4ECF-9407-8D807B814D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F297DEB-1F15-4ECF-9407-8D807B814D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F297DEB-1F15-4ECF-9407-8D807B814D6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F34CA56-C3D0-4627-8DF9-81160AA2E406}
EndGlobalSection
EndGlobal