forked from dotnet/aspire-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDatabaseContainers.sln
41 lines (41 loc) · 2.45 KB
/
DatabaseContainers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34321.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseContainers.AppHost", "DatabaseContainers.AppHost\DatabaseContainers.AppHost.csproj", "{B5BC7E4E-9E60-4EDD-BCCF-8310892F3D5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseContainers.ServiceDefaults", "DatabaseContainers.ServiceDefaults\DatabaseContainers.ServiceDefaults.csproj", "{DAC95C43-FB0F-431D-9367-B686BF5805FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseContainers.ApiService", "DatabaseContainers.ApiService\DatabaseContainers.ApiService.csproj", "{CCA6E7E5-99E4-4F3A-9952-5D4208058D72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{16E4E03E-E502-4C3A-B400-6EB9FACBD13A}"
ProjectSection(SolutionItems) = preProject
..\..\Directory.Packages.props = ..\..\Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5BC7E4E-9E60-4EDD-BCCF-8310892F3D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BC7E4E-9E60-4EDD-BCCF-8310892F3D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BC7E4E-9E60-4EDD-BCCF-8310892F3D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BC7E4E-9E60-4EDD-BCCF-8310892F3D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{DAC95C43-FB0F-431D-9367-B686BF5805FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAC95C43-FB0F-431D-9367-B686BF5805FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAC95C43-FB0F-431D-9367-B686BF5805FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAC95C43-FB0F-431D-9367-B686BF5805FF}.Release|Any CPU.Build.0 = Release|Any CPU
{CCA6E7E5-99E4-4F3A-9952-5D4208058D72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA6E7E5-99E4-4F3A-9952-5D4208058D72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA6E7E5-99E4-4F3A-9952-5D4208058D72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA6E7E5-99E4-4F3A-9952-5D4208058D72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {390C8E19-8654-41C1-8826-283352D4D510}
EndGlobalSection
EndGlobal