-
Notifications
You must be signed in to change notification settings - Fork 0
/
HostedServiceExtension.sln
59 lines (59 loc) · 3.35 KB
/
HostedServiceExtension.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB4F287F-0EDC-4F7D-BF70-6ECA9C600D5B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
HostedServiceExtension.sln.DotSettings = HostedServiceExtension.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{5DC4CD31-B863-41E5-95E1-EDF4115CB45A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{3101FF20-4036-4F48-84D1-17335535F60A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostedServiceExtension.KestrelTcpServer", "HostedServiceExtension.KestrelTcpServer\HostedServiceExtension.KestrelTcpServer.csproj", "{4CD115E0-C43A-46B1-BB97-D1B9B738E99B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostedServiceExtension.Example", "HostedServiceExtension.Example\HostedServiceExtension.Example.csproj", "{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostedServiceExtension.CronosJobScheduler", "HostedServiceExtension.CronosJobScheduler\HostedServiceExtension.CronosJobScheduler.csproj", "{D2D42A95-A2C5-4049-B306-0B6BA829EFF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CD115E0-C43A-46B1-BB97-D1B9B738E99B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CD115E0-C43A-46B1-BB97-D1B9B738E99B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CD115E0-C43A-46B1-BB97-D1B9B738E99B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CD115E0-C43A-46B1-BB97-D1B9B738E99B}.Release|Any CPU.Build.0 = Release|Any CPU
{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D42A95-A2C5-4049-B306-0B6BA829EFF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D42A95-A2C5-4049-B306-0B6BA829EFF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D42A95-A2C5-4049-B306-0B6BA829EFF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D42A95-A2C5-4049-B306-0B6BA829EFF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CD115E0-C43A-46B1-BB97-D1B9B738E99B} = {5DC4CD31-B863-41E5-95E1-EDF4115CB45A}
{289BFEAD-5CD5-4BEB-A9ED-A77BC72B1B1D} = {3101FF20-4036-4F48-84D1-17335535F60A}
{D2D42A95-A2C5-4049-B306-0B6BA829EFF5} = {5DC4CD31-B863-41E5-95E1-EDF4115CB45A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF61861C-7C44-4116-A3A3-31F2F5AAD4EF}
EndGlobalSection
EndGlobal