-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAmazon.CloudWatch.EMF.sln
88 lines (88 loc) · 6.2 KB
/
Amazon.CloudWatch.EMF.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E31C86A2-4A08-4020-9A23-885837CE15C8}"
ProjectSection(SolutionItems) = preProject
Amazon.CloudWatch.EMF.ruleset = Amazon.CloudWatch.EMF.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7144D14E-2F59-402B-A50C-35ED80299D8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.CloudWatch.EMF", "src\Amazon.CloudWatch.EMF\Amazon.CloudWatch.EMF.csproj", "{2273B766-F2AE-4340-85B7-AA881EB31BB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amazon.CloudWatch.EMF.Web", "src\Amazon.CloudWatch.EMF.Web\Amazon.CloudWatch.EMF.Web.csproj", "{4D2CC422-4DB4-4190-A985-BCBE665A54C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7144D14E-2F59-402B-A50C-35ED80299D8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.CloudWatch.EMF.Tests", "tests\Amazon.CloudWatch.EMF.Tests\Amazon.CloudWatch.EMF.Tests.csproj", "{DE74081D-79B8-44CA-94F7-60142C9F9A84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.CloudWatch.EMF.IntegrationTests", "tests\Amazon.CloudWatch.EMF.IntegrationTests\Amazon.CloudWatch.EMF.IntegrationTests.csproj", "{BB012365-7A17-4BE1-93E4-399E3E3FF74F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amazon.CloudWatch.EMF.Canary", "tests\Amazon.CloudWatch.EMF.Canary\Amazon.CloudWatch.EMF.Canary.csproj", "{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{7144D14E-2F59-402B-A50C-35ED80299D8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.CloudWatch.EMF.ConsoleApp", "examples\Amazon.CloudWatch.EMF.Examples.ConsoleApp\Amazon.CloudWatch.EMF.Examples.ConsoleApp.csproj", "{668A3240-E6DD-415F-8E0C-1E134DC85DF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.CloudWatch.EMF.Lambda", "examples\Amazon.CloudWatch.EMF.Examples.Lambda\Amazon.CloudWatch.EMF.Examples.Lambda.csproj", "{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amazon.CloudWatch.EMF.Web", "examples\Amazon.CloudWatch.EMF.Examples.Web\Amazon.CloudWatch.EMF.Examples.Web.csproj", "{60C597A6-5884-410F-A7EB-925DBF0B5960}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2273B766-F2AE-4340-85B7-AA881EB31BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2273B766-F2AE-4340-85B7-AA881EB31BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2273B766-F2AE-4340-85B7-AA881EB31BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2273B766-F2AE-4340-85B7-AA881EB31BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE74081D-79B8-44CA-94F7-60142C9F9A84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE74081D-79B8-44CA-94F7-60142C9F9A84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE74081D-79B8-44CA-94F7-60142C9F9A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE74081D-79B8-44CA-94F7-60142C9F9A84}.Release|Any CPU.Build.0 = Release|Any CPU
{BB012365-7A17-4BE1-93E4-399E3E3FF74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB012365-7A17-4BE1-93E4-399E3E3FF74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB012365-7A17-4BE1-93E4-399E3E3FF74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB012365-7A17-4BE1-93E4-399E3E3FF74F}.Release|Any CPU.Build.0 = Release|Any CPU
{668A3240-E6DD-415F-8E0C-1E134DC85DF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{668A3240-E6DD-415F-8E0C-1E134DC85DF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{668A3240-E6DD-415F-8E0C-1E134DC85DF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{668A3240-E6DD-415F-8E0C-1E134DC85DF6}.Release|Any CPU.Build.0 = Release|Any CPU
{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D}.Release|Any CPU.Build.0 = Release|Any CPU
{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{60C597A6-5884-410F-A7EB-925DBF0B5960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C597A6-5884-410F-A7EB-925DBF0B5960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C597A6-5884-410F-A7EB-925DBF0B5960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C597A6-5884-410F-A7EB-925DBF0B5960}.Release|Any CPU.Build.0 = Release|Any CPU
{4D2CC422-4DB4-4190-A985-BCBE665A54C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2CC422-4DB4-4190-A985-BCBE665A54C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2CC422-4DB4-4190-A985-BCBE665A54C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2CC422-4DB4-4190-A985-BCBE665A54C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA98FFB0-A541-457D-9F20-3C969434F9A1}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D2CC422-4DB4-4190-A985-BCBE665A54C4} = {7144D14E-2F59-402B-A50C-35ED80299D8D}
{2273B766-F2AE-4340-85B7-AA881EB31BB6} = {7144D14E-2F59-402B-A50C-35ED80299D8D}
{DE74081D-79B8-44CA-94F7-60142C9F9A84} = {7144D14E-2F59-402B-A50C-35ED80299D8E}
{BB012365-7A17-4BE1-93E4-399E3E3FF74F} = {7144D14E-2F59-402B-A50C-35ED80299D8E}
{A0D65086-AEF0-4D2F-8E9E-47DEEB812FAB} = {7144D14E-2F59-402B-A50C-35ED80299D8E}
{668A3240-E6DD-415F-8E0C-1E134DC85DF6} = {7144D14E-2F59-402B-A50C-35ED80299D8F}
{799C402C-25A6-49E0-B0BC-1DB5FBB31F0D} = {7144D14E-2F59-402B-A50C-35ED80299D8F}
{60C597A6-5884-410F-A7EB-925DBF0B5960} = {7144D14E-2F59-402B-A50C-35ED80299D8F}
EndGlobalSection
EndGlobal