-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspir8.sln
40 lines (40 loc) · 2.39 KB
/
Aspir8.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
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}") = "Aspir8.AppHost", "Aspir8.AppHost\Aspir8.AppHost.csproj", "{90BFC929-3141-45FE-9934-207486C905A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspir8.ServiceDefaults", "Aspir8.ServiceDefaults\Aspir8.ServiceDefaults.csproj", "{8B631A16-30AD-45A8-A438-DB4ED11A794E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspir8.ApiService", "Aspir8.ApiService\Aspir8.ApiService.csproj", "{AB266760-541D-413A-92EF-47D197F01DE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90BFC929-3141-45FE-9934-207486C905A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90BFC929-3141-45FE-9934-207486C905A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90BFC929-3141-45FE-9934-207486C905A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90BFC929-3141-45FE-9934-207486C905A4}.Release|Any CPU.Build.0 = Release|Any CPU
{8B631A16-30AD-45A8-A438-DB4ED11A794E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B631A16-30AD-45A8-A438-DB4ED11A794E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B631A16-30AD-45A8-A438-DB4ED11A794E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B631A16-30AD-45A8-A438-DB4ED11A794E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB266760-541D-413A-92EF-47D197F01DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB266760-541D-413A-92EF-47D197F01DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB266760-541D-413A-92EF-47D197F01DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB266760-541D-413A-92EF-47D197F01DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{98F96801-EF02-4E91-BDFC-82C4130FFB77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F96801-EF02-4E91-BDFC-82C4130FFB77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F96801-EF02-4E91-BDFC-82C4130FFB77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F96801-EF02-4E91-BDFC-82C4130FFB77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D5DDEFD-35B6-4CFB-8523-9AE36DA541D8}
EndGlobalSection
EndGlobal