-
Notifications
You must be signed in to change notification settings - Fork 1
/
SimpleConcepts.Extensions.HostedTasks.sln
44 lines (44 loc) · 2.33 KB
/
SimpleConcepts.Extensions.HostedTasks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleConcepts.Extensions.HostedTasks", "src\SimpleConcepts.Extensions.HostedTasks\SimpleConcepts.Extensions.HostedTasks.csproj", "{93536061-F0B9-4FDE-A7BB-6F4D396C770E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7D48A75-D263-4DF6-9FCB-371430190B1A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0871DB05-E39F-4145-84B5-34438689D9A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{80257752-0C82-4FA8-AD6C-74736A3A7632}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Web", "samples\Sample.Web\Sample.Web.csproj", "{07A07C13-0FB5-4D19-8915-A88B85536725}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93536061-F0B9-4FDE-A7BB-6F4D396C770E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93536061-F0B9-4FDE-A7BB-6F4D396C770E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93536061-F0B9-4FDE-A7BB-6F4D396C770E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93536061-F0B9-4FDE-A7BB-6F4D396C770E}.Release|Any CPU.Build.0 = Release|Any CPU
{07A07C13-0FB5-4D19-8915-A88B85536725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07A07C13-0FB5-4D19-8915-A88B85536725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07A07C13-0FB5-4D19-8915-A88B85536725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07A07C13-0FB5-4D19-8915-A88B85536725}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{93536061-F0B9-4FDE-A7BB-6F4D396C770E} = {0871DB05-E39F-4145-84B5-34438689D9A8}
{07A07C13-0FB5-4D19-8915-A88B85536725} = {80257752-0C82-4FA8-AD6C-74736A3A7632}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2277351-5AA8-4C43-9DA1-840B588C305E}
EndGlobalSection
EndGlobal