-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseq-app-opsgenie.sln
49 lines (49 loc) · 2.39 KB
/
seq-app-opsgenie.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 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FFC41ECC-8ECF-40D2-9965-D82E2A8971B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{95C64B88-6BCE-4C26-9609-3C90EF92AA9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seq.App.Opsgenie", "src\Seq.App.Opsgenie\Seq.App.Opsgenie.csproj", "{8595FAE9-8F29-4C46-894C-EC4BE48B104D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{72A228A8-B421-4D29-B071-E1018564AD01}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Seq.App.Opsgenie.Tests", "test\Seq.App.Opsgenie.Tests\Seq.App.Opsgenie.Tests.csproj", "{673D595A-8D5E-4314-B0EC-B85BA697501D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8595FAE9-8F29-4C46-894C-EC4BE48B104D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8595FAE9-8F29-4C46-894C-EC4BE48B104D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8595FAE9-8F29-4C46-894C-EC4BE48B104D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8595FAE9-8F29-4C46-894C-EC4BE48B104D}.Release|Any CPU.Build.0 = Release|Any CPU
{673D595A-8D5E-4314-B0EC-B85BA697501D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{673D595A-8D5E-4314-B0EC-B85BA697501D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{673D595A-8D5E-4314-B0EC-B85BA697501D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{673D595A-8D5E-4314-B0EC-B85BA697501D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8595FAE9-8F29-4C46-894C-EC4BE48B104D} = {FFC41ECC-8ECF-40D2-9965-D82E2A8971B9}
{673D595A-8D5E-4314-B0EC-B85BA697501D} = {95C64B88-6BCE-4C26-9609-3C90EF92AA9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {771E3B1E-6E8A-4BD3-BE89-514DF1344B4D}
EndGlobalSection
EndGlobal