-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspireWithLocalStackDemo.sln
More file actions
49 lines (49 loc) · 3.09 KB
/
Copy pathAspireWithLocalStackDemo.sln
File metadata and controls
49 lines (49 loc) · 3.09 KB
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
49
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}") = "AspireWithLocalStackDemo.AppHost", "AspireWithLocalStackDemo.AppHost\AspireWithLocalStackDemo.AppHost.csproj", "{74D60BD8-5999-4725-BC92-E1D09E5CE1A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireWithLocalStackDemo.ServiceDefaults", "AspireWithLocalStackDemo.ServiceDefaults\AspireWithLocalStackDemo.ServiceDefaults.csproj", "{23A56C74-7F5E-4148-A459-69CF78E9B036}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireWithLocalStackDemo.ApiService", "AspireWithLocalStackDemo.ApiService\AspireWithLocalStackDemo.ApiService.csproj", "{E6BD401D-0486-41BE-A7A6-863FE8860281}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireWithLocalStackDemo.Web", "AspireWithLocalStackDemo.Web\AspireWithLocalStackDemo.Web.csproj", "{5A7907DB-138B-407C-B2DB-8A4B891B43F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76A982D7-78EE-4FDF-814E-6609828B854A}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.gitignore = .gitignore
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74D60BD8-5999-4725-BC92-E1D09E5CE1A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D60BD8-5999-4725-BC92-E1D09E5CE1A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D60BD8-5999-4725-BC92-E1D09E5CE1A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D60BD8-5999-4725-BC92-E1D09E5CE1A8}.Release|Any CPU.Build.0 = Release|Any CPU
{23A56C74-7F5E-4148-A459-69CF78E9B036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23A56C74-7F5E-4148-A459-69CF78E9B036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23A56C74-7F5E-4148-A459-69CF78E9B036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23A56C74-7F5E-4148-A459-69CF78E9B036}.Release|Any CPU.Build.0 = Release|Any CPU
{E6BD401D-0486-41BE-A7A6-863FE8860281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6BD401D-0486-41BE-A7A6-863FE8860281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6BD401D-0486-41BE-A7A6-863FE8860281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6BD401D-0486-41BE-A7A6-863FE8860281}.Release|Any CPU.Build.0 = Release|Any CPU
{5A7907DB-138B-407C-B2DB-8A4B891B43F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A7907DB-138B-407C-B2DB-8A4B891B43F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A7907DB-138B-407C-B2DB-8A4B891B43F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A7907DB-138B-407C-B2DB-8A4B891B43F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6168E250-D887-4A15-A7DA-55DFD231E3CD}
EndGlobalSection
EndGlobal