-
Notifications
You must be signed in to change notification settings - Fork 253
/
Copy pathAspireWithNode.sln
36 lines (36 loc) · 2.16 KB
/
AspireWithNode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34305.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspireWithNode.AppHost", "AspireWithNode.AppHost\AspireWithNode.AppHost.csproj", "{54ED713C-B489-4F0F-A8CF-7D7CA3D7FB53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireWithNode.ServiceDefaults", "AspireWithNode.ServiceDefaults\AspireWithNode.ServiceDefaults.csproj", "{734CF6AE-4EF2-42E6-B789-3EE185C81435}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireWithNode.AspNetCoreApi", "AspireWithNode.AspNetCoreApi\AspireWithNode.AspNetCoreApi.csproj", "{E3C74E0C-ABC8-4A74-ADCD-654F3BCE6AA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54ED713C-B489-4F0F-A8CF-7D7CA3D7FB53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54ED713C-B489-4F0F-A8CF-7D7CA3D7FB53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54ED713C-B489-4F0F-A8CF-7D7CA3D7FB53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54ED713C-B489-4F0F-A8CF-7D7CA3D7FB53}.Release|Any CPU.Build.0 = Release|Any CPU
{734CF6AE-4EF2-42E6-B789-3EE185C81435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{734CF6AE-4EF2-42E6-B789-3EE185C81435}.Debug|Any CPU.Build.0 = Debug|Any CPU
{734CF6AE-4EF2-42E6-B789-3EE185C81435}.Release|Any CPU.ActiveCfg = Release|Any CPU
{734CF6AE-4EF2-42E6-B789-3EE185C81435}.Release|Any CPU.Build.0 = Release|Any CPU
{E3C74E0C-ABC8-4A74-ADCD-654F3BCE6AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3C74E0C-ABC8-4A74-ADCD-654F3BCE6AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3C74E0C-ABC8-4A74-ADCD-654F3BCE6AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3C74E0C-ABC8-4A74-ADCD-654F3BCE6AA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B276F31A-3F73-4639-A8E8-58382CAC3D89}
EndGlobalSection
EndGlobal