forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeamsStartNewThreadInTeam.sln
25 lines (25 loc) · 1.1 KB
/
TeamsStartNewThreadInTeam.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamsStartNewThreadInTeam", "TeamsStartNewThreadInTeam.csproj", "{86AC8D6A-2F2E-4CB5-918A-D2D77636F9DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86AC8D6A-2F2E-4CB5-918A-D2D77636F9DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86AC8D6A-2F2E-4CB5-918A-D2D77636F9DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86AC8D6A-2F2E-4CB5-918A-D2D77636F9DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86AC8D6A-2F2E-4CB5-918A-D2D77636F9DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E2F9A23-1826-4D8D-8F24-8A99E0149092}
EndGlobalSection
EndGlobal