-
Notifications
You must be signed in to change notification settings - Fork 0
/
VNotify.sln
37 lines (37 loc) · 2.07 KB
/
VNotify.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.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VNotify.Application", "VNotify.Application\VNotify.Application.csproj", "{4291F8FB-F96A-4ED9-91EB-CDFA9612B188}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VNotify.Service", "VNotify.Service\VNotify.Service.csproj", "{21774855-58AA-472B-A016-D8FF3122B9DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VNotify.Common", "VNotify.Common\VNotify.Common.csproj", "{0E1EBA19-0A40-4C6F-912F-97A2C9006FA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4291F8FB-F96A-4ED9-91EB-CDFA9612B188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4291F8FB-F96A-4ED9-91EB-CDFA9612B188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4291F8FB-F96A-4ED9-91EB-CDFA9612B188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4291F8FB-F96A-4ED9-91EB-CDFA9612B188}.Release|Any CPU.Build.0 = Release|Any CPU
{21774855-58AA-472B-A016-D8FF3122B9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21774855-58AA-472B-A016-D8FF3122B9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21774855-58AA-472B-A016-D8FF3122B9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21774855-58AA-472B-A016-D8FF3122B9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{0E1EBA19-0A40-4C6F-912F-97A2C9006FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E1EBA19-0A40-4C6F-912F-97A2C9006FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E1EBA19-0A40-4C6F-912F-97A2C9006FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E1EBA19-0A40-4C6F-912F-97A2C9006FA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC96E6A1-480C-45D5-A8CF-5FCFDE8E233B}
EndGlobalSection
EndGlobal