-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathAspNetCoreBeyondTheIntro.sln
43 lines (43 loc) · 2.61 KB
/
AspNetCoreBeyondTheIntro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwesomeSauceCompanyLtd", "AwesomeSauceCompanyLtd\AwesomeSauceCompanyLtd.csproj", "{3BD8782B-8D88-402D-AB93-9AAC617C2961}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EnterpriseEmployeeManagementInc", "EnterpriseEmployeeManagementInc\EnterpriseEmployeeManagementInc.csproj", "{10D4B80A-B606-4618-AC4F-0C5A8192DE47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestDiagnostics", "RequestDiagnostics\RequestDiagnostics.csproj", "{247CA974-ED09-405E-A548-51223ED5F7ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeStore", "RuntimeStore\RuntimeStore.csproj", "{524B2EFD-6E12-434D-B232-C000E5404617}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BD8782B-8D88-402D-AB93-9AAC617C2961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BD8782B-8D88-402D-AB93-9AAC617C2961}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BD8782B-8D88-402D-AB93-9AAC617C2961}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BD8782B-8D88-402D-AB93-9AAC617C2961}.Release|Any CPU.Build.0 = Release|Any CPU
{10D4B80A-B606-4618-AC4F-0C5A8192DE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D4B80A-B606-4618-AC4F-0C5A8192DE47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D4B80A-B606-4618-AC4F-0C5A8192DE47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D4B80A-B606-4618-AC4F-0C5A8192DE47}.Release|Any CPU.Build.0 = Release|Any CPU
{247CA974-ED09-405E-A548-51223ED5F7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{247CA974-ED09-405E-A548-51223ED5F7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{247CA974-ED09-405E-A548-51223ED5F7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{247CA974-ED09-405E-A548-51223ED5F7ED}.Release|Any CPU.Build.0 = Release|Any CPU
{524B2EFD-6E12-434D-B232-C000E5404617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{524B2EFD-6E12-434D-B232-C000E5404617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{524B2EFD-6E12-434D-B232-C000E5404617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{524B2EFD-6E12-434D-B232-C000E5404617}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECB1107E-5679-45E2-9354-6AC6D2866CD6}
EndGlobalSection
EndGlobal