-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLensUp.WebhooksTriggerSimulator.sln
50 lines (50 loc) · 3.19 KB
/
LensUp.WebhooksTriggerSimulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LensUp.WebhooksTriggerSimulator", "LensUp.WebhooksTriggerSimulator.csproj", "{C13D4E71-E8F0-4DED-8E91-3650B785CE37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{F0C992A0-9D5A-49B1-AB1A-F3A389B40B51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LensUp.Common.Types", "..\common\src\LensUp.Common.Types\LensUp.Common.Types.csproj", "{F38A675E-B739-402B-A726-3DB71028D958}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LensUp.PhotoCollectorService.Contracts", "..\photo-collector-service\src\LensUp.PhotoCollectorService.Contracts\LensUp.PhotoCollectorService.Contracts.csproj", "{5F9C68D1-6415-430B-9C9A-C8C70570BAAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LensUp.BackOfficeService.Contracts", "..\back-office-service\src\LensUp.BackOfficeService.Contracts\LensUp.BackOfficeService.Contracts.csproj", "{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C13D4E71-E8F0-4DED-8E91-3650B785CE37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C13D4E71-E8F0-4DED-8E91-3650B785CE37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C13D4E71-E8F0-4DED-8E91-3650B785CE37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C13D4E71-E8F0-4DED-8E91-3650B785CE37}.Release|Any CPU.Build.0 = Release|Any CPU
{F38A675E-B739-402B-A726-3DB71028D958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F38A675E-B739-402B-A726-3DB71028D958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F38A675E-B739-402B-A726-3DB71028D958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F38A675E-B739-402B-A726-3DB71028D958}.Release|Any CPU.Build.0 = Release|Any CPU
{5F9C68D1-6415-430B-9C9A-C8C70570BAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9C68D1-6415-430B-9C9A-C8C70570BAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9C68D1-6415-430B-9C9A-C8C70570BAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F9C68D1-6415-430B-9C9A-C8C70570BAAC}.Release|Any CPU.Build.0 = Release|Any CPU
{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F38A675E-B739-402B-A726-3DB71028D958} = {F0C992A0-9D5A-49B1-AB1A-F3A389B40B51}
{5F9C68D1-6415-430B-9C9A-C8C70570BAAC} = {F0C992A0-9D5A-49B1-AB1A-F3A389B40B51}
{EBB7A1F6-5B2C-4696-B99A-FDD06BD7E2AC} = {F0C992A0-9D5A-49B1-AB1A-F3A389B40B51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C88E14FA-AEED-4554-9767-9C034289A626}
EndGlobalSection
EndGlobal