generated from dotnet/aspire-devcontainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspire.Hosting.Extensions.sln
48 lines (48 loc) · 3.22 KB
/
Aspire.Hosting.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.0.0
MinimumVisualStudioVersion = 17.8.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspirePlayground.AppHost", "AspirePlayground.AppHost\AspirePlayground.AppHost.csproj", "{87B89541-F686-4F49-97D6-64914B2031CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspirePlayground.ServiceDefaults", "AspirePlayground.ServiceDefaults\AspirePlayground.ServiceDefaults.csproj", "{B2822711-3D63-4E82-997C-77FC2B7BCBC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspirePlayground.ApiService", "AspirePlayground.ApiService\AspirePlayground.ApiService.csproj", "{FD14445C-C1BC-4EB9-A133-DF1DE8FB62BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspirePlayground.Web", "AspirePlayground.Web\AspirePlayground.Web.csproj", "{C667ED3E-4D46-428D-87E7-4250CD2E8B6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspire.Hosting.Extensions", "Aspire.Hosting.Extensions\Aspire.Hosting.Extensions.csproj", "{0284327C-A0FE-4D95-A894-78DDB027C7E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87B89541-F686-4F49-97D6-64914B2031CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87B89541-F686-4F49-97D6-64914B2031CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87B89541-F686-4F49-97D6-64914B2031CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87B89541-F686-4F49-97D6-64914B2031CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B2822711-3D63-4E82-997C-77FC2B7BCBC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2822711-3D63-4E82-997C-77FC2B7BCBC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2822711-3D63-4E82-997C-77FC2B7BCBC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2822711-3D63-4E82-997C-77FC2B7BCBC3}.Release|Any CPU.Build.0 = Release|Any CPU
{FD14445C-C1BC-4EB9-A133-DF1DE8FB62BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD14445C-C1BC-4EB9-A133-DF1DE8FB62BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD14445C-C1BC-4EB9-A133-DF1DE8FB62BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD14445C-C1BC-4EB9-A133-DF1DE8FB62BE}.Release|Any CPU.Build.0 = Release|Any CPU
{C667ED3E-4D46-428D-87E7-4250CD2E8B6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C667ED3E-4D46-428D-87E7-4250CD2E8B6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C667ED3E-4D46-428D-87E7-4250CD2E8B6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C667ED3E-4D46-428D-87E7-4250CD2E8B6C}.Release|Any CPU.Build.0 = Release|Any CPU
{0284327C-A0FE-4D95-A894-78DDB027C7E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0284327C-A0FE-4D95-A894-78DDB027C7E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0284327C-A0FE-4D95-A894-78DDB027C7E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0284327C-A0FE-4D95-A894-78DDB027C7E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5BAB469-8DB8-4AB4-A52B-21601797CA3F}
EndGlobalSection
EndGlobal