-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnet-day-cosmos-functions.sln
51 lines (51 loc) · 2.97 KB
/
net-day-cosmos-functions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cosmos.trigger", "cosmos.trigger\cosmos.trigger.csproj", "{C02956F9-8998-4362-B9C1-CF9214F2C591}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cosmos.monitor", "cosmos.monitor\cosmos.monitor.csproj", "{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cosmos.writer", "cosmos.writer\cosmos.writer.csproj", "{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Debug|x64.ActiveCfg = Debug|x64
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Debug|x64.Build.0 = Debug|x64
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Release|Any CPU.Build.0 = Release|Any CPU
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Release|x64.ActiveCfg = Release|x64
{C02956F9-8998-4362-B9C1-CF9214F2C591}.Release|x64.Build.0 = Release|x64
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Debug|x64.ActiveCfg = Debug|x64
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Debug|x64.Build.0 = Debug|x64
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Release|Any CPU.Build.0 = Release|Any CPU
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Release|x64.ActiveCfg = Release|x64
{DDE4BA35-65DC-4635-9C7F-E2F66890DDE8}.Release|x64.Build.0 = Release|x64
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Debug|x64.ActiveCfg = Debug|x64
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Debug|x64.Build.0 = Debug|x64
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Release|Any CPU.Build.0 = Release|Any CPU
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Release|x64.ActiveCfg = Release|x64
{513E6D09-F727-4F05-9DAA-8A6BCE9ECA50}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C2C64EC-7456-4CCA-8A20-D679FD213B05}
EndGlobalSection
EndGlobal