forked from ardalis/AspNetCoreStartupServices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetCoreStartupServices.sln
46 lines (46 loc) · 2.71 KB
/
AspNetCoreStartupServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28516.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreStartupServices", "src\WebDemo\AspNetCoreStartupServices.csproj", "{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ardalis.ListStartupServices", "src\Ardalis.ListStartupServices\Ardalis.ListStartupServices.csproj", "{529BFABB-F05D-4471-BA58-513704707563}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3D912F82-E6BE-4B71-B8A6-7671EC04DD1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3FD5A977-DABA-4831-84D7-50CBE08F4A66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ardalis.ListStartupServices.Tests", "test\Ardalis.ListStartupServices.Tests\Ardalis.ListStartupServices.Tests.csproj", "{61613471-4117-4A90-83DB-346D00BF987A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD}.Release|Any CPU.Build.0 = Release|Any CPU
{529BFABB-F05D-4471-BA58-513704707563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{529BFABB-F05D-4471-BA58-513704707563}.Debug|Any CPU.Build.0 = Debug|Any CPU
{529BFABB-F05D-4471-BA58-513704707563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{529BFABB-F05D-4471-BA58-513704707563}.Release|Any CPU.Build.0 = Release|Any CPU
{61613471-4117-4A90-83DB-346D00BF987A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61613471-4117-4A90-83DB-346D00BF987A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61613471-4117-4A90-83DB-346D00BF987A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61613471-4117-4A90-83DB-346D00BF987A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0FE7F35-D275-45FA-9EA8-9DAB07DE11AD} = {3D912F82-E6BE-4B71-B8A6-7671EC04DD1F}
{529BFABB-F05D-4471-BA58-513704707563} = {3D912F82-E6BE-4B71-B8A6-7671EC04DD1F}
{61613471-4117-4A90-83DB-346D00BF987A} = {3FD5A977-DABA-4831-84D7-50CBE08F4A66}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60C131DA-E499-4117-B6C0-A4E18B97AC28}
EndGlobalSection
EndGlobal