-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathaspire-sample.sln
42 lines (42 loc) · 2.62 KB
/
aspire-sample.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
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}") = "aspire-sample.AppHost", "aspire-sample.AppHost\aspire-sample.AppHost.csproj", "{9ACE1C1B-3182-4F87-9FA7-8EF061B9C793}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspire-sample.ServiceDefaults", "aspire-sample.ServiceDefaults\aspire-sample.ServiceDefaults.csproj", "{71D1454C-1AF2-40B9-8E3D-D69CEF45B593}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspire-sample.ApiService", "aspire-sample.ApiService\aspire-sample.ApiService.csproj", "{4ABEBF68-C6AE-4267-A6E7-F07033F3198C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspire-sample.Web", "aspire-sample.Web\aspire-sample.Web.csproj", "{4C195875-42BB-487F-AC14-0BE7ED5917FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9ACE1C1B-3182-4F87-9FA7-8EF061B9C793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ACE1C1B-3182-4F87-9FA7-8EF061B9C793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ACE1C1B-3182-4F87-9FA7-8EF061B9C793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ACE1C1B-3182-4F87-9FA7-8EF061B9C793}.Release|Any CPU.Build.0 = Release|Any CPU
{71D1454C-1AF2-40B9-8E3D-D69CEF45B593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71D1454C-1AF2-40B9-8E3D-D69CEF45B593}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71D1454C-1AF2-40B9-8E3D-D69CEF45B593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71D1454C-1AF2-40B9-8E3D-D69CEF45B593}.Release|Any CPU.Build.0 = Release|Any CPU
{4ABEBF68-C6AE-4267-A6E7-F07033F3198C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ABEBF68-C6AE-4267-A6E7-F07033F3198C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ABEBF68-C6AE-4267-A6E7-F07033F3198C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ABEBF68-C6AE-4267-A6E7-F07033F3198C}.Release|Any CPU.Build.0 = Release|Any CPU
{4C195875-42BB-487F-AC14-0BE7ED5917FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C195875-42BB-487F-AC14-0BE7ED5917FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C195875-42BB-487F-AC14-0BE7ED5917FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C195875-42BB-487F-AC14-0BE7ED5917FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26D7070F-26D3-46C1-81A3-ABFE42298FDE}
EndGlobalSection
EndGlobal