-
Notifications
You must be signed in to change notification settings - Fork 0
/
Watcher.sln
37 lines (37 loc) · 2.08 KB
/
Watcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Watcher", "Watcher\Watcher.csproj", "{07E6C2D3-1AFB-4193-8C57-B7FAB056BE8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Watcher.BLL", "Watcher.BLL\Watcher.BLL.csproj", "{F3C75A07-F044-45A5-9BCF-75CD75E80572}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watcher.DAL.Database", "Watcher.DAL.Database\Watcher.DAL.Database.csproj", "{EC5BC2FB-C5E4-48EF-8D13-853431BB7B55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07E6C2D3-1AFB-4193-8C57-B7FAB056BE8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E6C2D3-1AFB-4193-8C57-B7FAB056BE8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E6C2D3-1AFB-4193-8C57-B7FAB056BE8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E6C2D3-1AFB-4193-8C57-B7FAB056BE8F}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C75A07-F044-45A5-9BCF-75CD75E80572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C75A07-F044-45A5-9BCF-75CD75E80572}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C75A07-F044-45A5-9BCF-75CD75E80572}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C75A07-F044-45A5-9BCF-75CD75E80572}.Release|Any CPU.Build.0 = Release|Any CPU
{EC5BC2FB-C5E4-48EF-8D13-853431BB7B55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5BC2FB-C5E4-48EF-8D13-853431BB7B55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5BC2FB-C5E4-48EF-8D13-853431BB7B55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5BC2FB-C5E4-48EF-8D13-853431BB7B55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C69743D-DDD0-4CB3-9038-A95D776932DA}
EndGlobalSection
EndGlobal