-
Notifications
You must be signed in to change notification settings - Fork 5
/
AspireYouTubeSummariser.sln
55 lines (55 loc) · 3.8 KB
/
AspireYouTubeSummariser.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
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireYouTubeSummariser.WebApp", "AspireYouTubeSummariser.WebApp\AspireYouTubeSummariser.WebApp.csproj", "{6147265D-E320-44B4-8069-03AE58C4350F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireYouTubeSummariser.ApiApp", "AspireYouTubeSummariser.ApiApp\AspireYouTubeSummariser.ApiApp.csproj", "{3053C126-C1E1-4FC8-87BB-EDB2484BDC40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireYouTubeSummariser.AppHost", "AspireYouTubeSummariser.AppHost\AspireYouTubeSummariser.AppHost.csproj", "{C90F6EED-BD08-4FBF-8F37-551D6FD0437F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireYouTubeSummariser.ServiceDefaults", "AspireYouTubeSummariser.ServiceDefaults\AspireYouTubeSummariser.ServiceDefaults.csproj", "{947ABBB9-4E15-4BF0-847C-DE4CB97FF237}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireYouTubeSummariser.Worker", "AspireYouTubeSummariser.Worker\AspireYouTubeSummariser.Worker.csproj", "{C093B320-3ED0-433D-8A18-B4BF254CDAD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspireYouTubeSummariser.Shared", "AspireYouTubeSummariser.Shared\AspireYouTubeSummariser.Shared.csproj", "{222CA7EF-26E3-4FE5-A4B5-4438D4AD412B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6147265D-E320-44B4-8069-03AE58C4350F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6147265D-E320-44B4-8069-03AE58C4350F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6147265D-E320-44B4-8069-03AE58C4350F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6147265D-E320-44B4-8069-03AE58C4350F}.Release|Any CPU.Build.0 = Release|Any CPU
{3053C126-C1E1-4FC8-87BB-EDB2484BDC40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3053C126-C1E1-4FC8-87BB-EDB2484BDC40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3053C126-C1E1-4FC8-87BB-EDB2484BDC40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3053C126-C1E1-4FC8-87BB-EDB2484BDC40}.Release|Any CPU.Build.0 = Release|Any CPU
{C90F6EED-BD08-4FBF-8F37-551D6FD0437F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90F6EED-BD08-4FBF-8F37-551D6FD0437F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90F6EED-BD08-4FBF-8F37-551D6FD0437F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90F6EED-BD08-4FBF-8F37-551D6FD0437F}.Release|Any CPU.Build.0 = Release|Any CPU
{947ABBB9-4E15-4BF0-847C-DE4CB97FF237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947ABBB9-4E15-4BF0-847C-DE4CB97FF237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947ABBB9-4E15-4BF0-847C-DE4CB97FF237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947ABBB9-4E15-4BF0-847C-DE4CB97FF237}.Release|Any CPU.Build.0 = Release|Any CPU
{C093B320-3ED0-433D-8A18-B4BF254CDAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C093B320-3ED0-433D-8A18-B4BF254CDAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C093B320-3ED0-433D-8A18-B4BF254CDAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C093B320-3ED0-433D-8A18-B4BF254CDAD3}.Release|Any CPU.Build.0 = Release|Any CPU
{222CA7EF-26E3-4FE5-A4B5-4438D4AD412B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{222CA7EF-26E3-4FE5-A4B5-4438D4AD412B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{222CA7EF-26E3-4FE5-A4B5-4438D4AD412B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{222CA7EF-26E3-4FE5-A4B5-4438D4AD412B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4092E54-2236-42A1-A5BA-69EFFABD496F}
EndGlobalSection
EndGlobal