-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgettoTesi.sln
49 lines (49 loc) · 3.08 KB
/
ProgettoTesi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgettoTesi", "ProgettoTesi\ProgettoTesi.csproj", "{99E5FF2A-4890-4C8A-A0FC-051FA48ED4B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgettoTesi.Api", "ProgettoTesi.Api\ProgettoTesi.Api.csproj", "{905BA574-8E2E-4508-92A5-79099F89331F}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{4ADBA1FC-FF29-4642-8101-A27AD714D5F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgettoTesi.ApiGateway", "ProgettoTesi.ApiGateway\ProgettoTesi.ApiGateway.csproj", "{3FC9A985-8B66-4E94-B1AB-3A08E3521FCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgettoTesi.DownloadAzureFunctions", "ProgettoTesi.DownloadAzureFunctions\ProgettoTesi.DownloadAzureFunctions.csproj", "{715DC23F-BFE3-4E63-880B-CB36086CA0F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99E5FF2A-4890-4C8A-A0FC-051FA48ED4B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99E5FF2A-4890-4C8A-A0FC-051FA48ED4B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99E5FF2A-4890-4C8A-A0FC-051FA48ED4B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99E5FF2A-4890-4C8A-A0FC-051FA48ED4B9}.Release|Any CPU.Build.0 = Release|Any CPU
{905BA574-8E2E-4508-92A5-79099F89331F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{905BA574-8E2E-4508-92A5-79099F89331F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{905BA574-8E2E-4508-92A5-79099F89331F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{905BA574-8E2E-4508-92A5-79099F89331F}.Release|Any CPU.Build.0 = Release|Any CPU
{4ADBA1FC-FF29-4642-8101-A27AD714D5F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ADBA1FC-FF29-4642-8101-A27AD714D5F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ADBA1FC-FF29-4642-8101-A27AD714D5F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ADBA1FC-FF29-4642-8101-A27AD714D5F7}.Release|Any CPU.Build.0 = Release|Any CPU
{3FC9A985-8B66-4E94-B1AB-3A08E3521FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FC9A985-8B66-4E94-B1AB-3A08E3521FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FC9A985-8B66-4E94-B1AB-3A08E3521FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FC9A985-8B66-4E94-B1AB-3A08E3521FCF}.Release|Any CPU.Build.0 = Release|Any CPU
{715DC23F-BFE3-4E63-880B-CB36086CA0F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715DC23F-BFE3-4E63-880B-CB36086CA0F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715DC23F-BFE3-4E63-880B-CB36086CA0F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715DC23F-BFE3-4E63-880B-CB36086CA0F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {025C15C9-FAC4-4DE2-9A41-BA245ED9B64E}
EndGlobalSection
EndGlobal