-
Notifications
You must be signed in to change notification settings - Fork 2
/
Seq.App.Teams.AdaptiveCard.sln
62 lines (62 loc) · 2.98 KB
/
Seq.App.Teams.AdaptiveCard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seq.App.Teams.AdaptiveCard", "src\Seq.App.Teams.AdaptiveCard\Seq.App.Teams.AdaptiveCard.csproj", "{30AEE6A3-E6FD-4229-86A1-4B3B7DB6A505}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{D2DDC05F-4EEE-4266-A828-0C0E0F5B1AF2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
README.md = README.md
spellcheck.txt = spellcheck.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seq.App.Teams.AdaptiveCard.Tests", "tests\Seq.App.Teams.AdaptiveCard.Tests\Seq.App.Teams.AdaptiveCard.Tests.csproj", "{971F2FDD-EC57-4E9D-8317-C99AFE87B575}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{D0D1202E-6444-4CC2-B0F6-8FF81E977A40}"
ProjectSection(SolutionItems) = preProject
ci\BuildNuspecs.ps1 = ci\BuildNuspecs.ps1
ci\default.yml = ci\default.yml
ci\icon.png = ci\icon.png
ci\Seq.App.Teams.AdaptiveCard.nuspec = ci\Seq.App.Teams.AdaptiveCard.nuspec
ci\SetVersion.ps1 = ci\SetVersion.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB2294A-EAFE-45BF-B3E7-B5F2BC4FB248}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30AEE6A3-E6FD-4229-86A1-4B3B7DB6A505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30AEE6A3-E6FD-4229-86A1-4B3B7DB6A505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30AEE6A3-E6FD-4229-86A1-4B3B7DB6A505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30AEE6A3-E6FD-4229-86A1-4B3B7DB6A505}.Release|Any CPU.Build.0 = Release|Any CPU
{971F2FDD-EC57-4E9D-8317-C99AFE87B575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{971F2FDD-EC57-4E9D-8317-C99AFE87B575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{971F2FDD-EC57-4E9D-8317-C99AFE87B575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{971F2FDD-EC57-4E9D-8317-C99AFE87B575}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{971F2FDD-EC57-4E9D-8317-C99AFE87B575} = {0AB2294A-EAFE-45BF-B3E7-B5F2BC4FB248}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45F4DD2D-CE5F-4FAA-8968-D04D1273476B}
SolutionGuid = {34F2739E-EFC9-4753-9EB3-CF2A94B9D9C3}
EndGlobalSection
EndGlobal