-
Notifications
You must be signed in to change notification settings - Fork 818
/
Copy pathTeamsStartNewThreadInTeam.sln
33 lines (33 loc) · 1.75 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
26
27
28
29
30
31
32
33
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35617.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A9E3F50B-275E-4AF7-ADCE-8BE12D41E305}") = "TeamsApp", "TeamsApp\TeamsApp.ttkproj", "{8BDE6D89-0356-41BD-BE9C-F5542334F49A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamsStartNewThreadInTeam", "TeamsStartNewThreadInTeam\TeamsStartNewThreadInTeam.csproj", "{A1AE59BA-FABF-AA4F-C680-041616E6C629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BDE6D89-0356-41BD-BE9C-F5542334F49A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BDE6D89-0356-41BD-BE9C-F5542334F49A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BDE6D89-0356-41BD-BE9C-F5542334F49A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BDE6D89-0356-41BD-BE9C-F5542334F49A}.Release|Any CPU.Build.0 = Release|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Release|Any CPU.Build.0 = Release|Any CPU
{A1AE59BA-FABF-AA4F-C680-041616E6C629}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F92EE6F7-198F-45B6-B73A-6F58CB54A04D}
EndGlobalSection
EndGlobal