-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowsServiceFramework.sln
More file actions
70 lines (70 loc) · 4.45 KB
/
WindowsServiceFramework.sln
File metadata and controls
70 lines (70 loc) · 4.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0. Solution Items", "0. Solution Items", "{6A1DFDE2-D32B-4E80-B476-53E7DC44194E}"
ProjectSection(SolutionItems) = preProject
src\GlobalAssemblyInfo.cs = src\GlobalAssemblyInfo.cs
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Projects", "3. Projects", "{D8113391-CB4C-4C0D-A176-901E6790C1EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsServiceFramework", "src\WindowsServiceFramework\WindowsServiceFramework.csproj", "{AFC93C75-B73F-4B2E-926E-D8DF22132223}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsServiceFramework.Extensions", "src\WindowsServiceFramework.Extensions\WindowsServiceFramework.Extensions.csproj", "{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. Visual Studio Templates", "1. Visual Studio Templates", "{D65A40AA-055F-41EF-9585-D7388A076B21}"
ProjectSection(SolutionItems) = preProject
src\Visual Studio Templates\README.md = src\Visual Studio Templates\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Samples", "2. Samples", "{965C89EB-9E9D-419B-AB0C-89B306BFA46C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Basic Sample", "Basic Sample", "{E72A21F9-76FC-4C31-AD88-115AEC09EB72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions Sample", "Extensions Sample", "{FF775B1D-335F-46F3-BADA-A5F995C0600F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsServiceFramework.BasicSample", "Samples\Basic\WindowsServiceFramework.BasicSample\WindowsServiceFramework.BasicSample.csproj", "{7B36CDF8-7290-4E5A-91A5-2A219E171D26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsServiceFramework.BasicSample.Workers", "Samples\Basic\WindowsServiceFramework.BasicSample.Workers\WindowsServiceFramework.BasicSample.Workers.csproj", "{3F34E28B-1C8F-4A4C-BE65-430A25611D32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFC93C75-B73F-4B2E-926E-D8DF22132223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC93C75-B73F-4B2E-926E-D8DF22132223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC93C75-B73F-4B2E-926E-D8DF22132223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC93C75-B73F-4B2E-926E-D8DF22132223}.Release|Any CPU.Build.0 = Release|Any CPU
{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2}.Release|Any CPU.Build.0 = Release|Any CPU
{7B36CDF8-7290-4E5A-91A5-2A219E171D26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B36CDF8-7290-4E5A-91A5-2A219E171D26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B36CDF8-7290-4E5A-91A5-2A219E171D26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B36CDF8-7290-4E5A-91A5-2A219E171D26}.Release|Any CPU.Build.0 = Release|Any CPU
{3F34E28B-1C8F-4A4C-BE65-430A25611D32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F34E28B-1C8F-4A4C-BE65-430A25611D32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F34E28B-1C8F-4A4C-BE65-430A25611D32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F34E28B-1C8F-4A4C-BE65-430A25611D32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AFC93C75-B73F-4B2E-926E-D8DF22132223} = {D8113391-CB4C-4C0D-A176-901E6790C1EF}
{6DA191F9-DF38-4F1A-936A-0DADCCF4E7A2} = {D8113391-CB4C-4C0D-A176-901E6790C1EF}
{E72A21F9-76FC-4C31-AD88-115AEC09EB72} = {965C89EB-9E9D-419B-AB0C-89B306BFA46C}
{FF775B1D-335F-46F3-BADA-A5F995C0600F} = {965C89EB-9E9D-419B-AB0C-89B306BFA46C}
{7B36CDF8-7290-4E5A-91A5-2A219E171D26} = {E72A21F9-76FC-4C31-AD88-115AEC09EB72}
{3F34E28B-1C8F-4A4C-BE65-430A25611D32} = {E72A21F9-76FC-4C31-AD88-115AEC09EB72}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB053F67-B1A9-44E9-B5CF-671A4670AA8E}
EndGlobalSection
EndGlobal