-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWxTeamsSharp.sln
55 lines (55 loc) · 3.7 KB
/
WxTeamsSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsSharp", "src\WxTeamsSharp\WxTeamsSharp.csproj", "{5CDEC2FD-BB2F-4586-92BB-A8BE13025257}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsSharp.UnitTests", "test\WxTeamsSharp.UnitTests\WxTeamsSharp.UnitTests.csproj", "{10556566-A200-4110-9CB3-368531E548C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsSharp.IntegrationTests", "test\WxTeamsSharp.IntegrationTests\WxTeamsSharp.IntegrationTests.csproj", "{AB87CEF7-8933-42C6-B095-2B27FA6F0A79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsWebhookReceiver", "examples\WxTeamsWebhookReceiver\WxTeamsWebhookReceiver.csproj", "{CB44BD1D-46B9-48E4-8A02-F2C0AE72D8E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsWebhookReceiver.IntegrationTests", "examples\WxTeamsWebhookReceiver.IntegrationTests\WxTeamsWebhookReceiver.IntegrationTests.csproj", "{5305AF14-C232-4F50-91FB-D465E634C415}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WxTeamsConsoleBot", "examples\WxTeamsConsoleBot\WxTeamsConsoleBot.csproj", "{B426BB79-BEE3-4382-9197-0BB88EDBBD6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CDEC2FD-BB2F-4586-92BB-A8BE13025257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDEC2FD-BB2F-4586-92BB-A8BE13025257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDEC2FD-BB2F-4586-92BB-A8BE13025257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDEC2FD-BB2F-4586-92BB-A8BE13025257}.Release|Any CPU.Build.0 = Release|Any CPU
{10556566-A200-4110-9CB3-368531E548C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10556566-A200-4110-9CB3-368531E548C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10556566-A200-4110-9CB3-368531E548C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10556566-A200-4110-9CB3-368531E548C6}.Release|Any CPU.Build.0 = Release|Any CPU
{AB87CEF7-8933-42C6-B095-2B27FA6F0A79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB87CEF7-8933-42C6-B095-2B27FA6F0A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB87CEF7-8933-42C6-B095-2B27FA6F0A79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB87CEF7-8933-42C6-B095-2B27FA6F0A79}.Release|Any CPU.Build.0 = Release|Any CPU
{CB44BD1D-46B9-48E4-8A02-F2C0AE72D8E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB44BD1D-46B9-48E4-8A02-F2C0AE72D8E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB44BD1D-46B9-48E4-8A02-F2C0AE72D8E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB44BD1D-46B9-48E4-8A02-F2C0AE72D8E7}.Release|Any CPU.Build.0 = Release|Any CPU
{5305AF14-C232-4F50-91FB-D465E634C415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5305AF14-C232-4F50-91FB-D465E634C415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5305AF14-C232-4F50-91FB-D465E634C415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5305AF14-C232-4F50-91FB-D465E634C415}.Release|Any CPU.Build.0 = Release|Any CPU
{B426BB79-BEE3-4382-9197-0BB88EDBBD6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B426BB79-BEE3-4382-9197-0BB88EDBBD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B426BB79-BEE3-4382-9197-0BB88EDBBD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B426BB79-BEE3-4382-9197-0BB88EDBBD6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {200B9D60-39B8-4964-8202-91BA3C7EBCDC}
EndGlobalSection
EndGlobal