-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLINEChannelConnectorV4.sln
41 lines (41 loc) · 2.46 KB
/
LINEChannelConnectorV4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LINEChannelConnectorV4", "LINEChannelConnectorV4\LINEChannelConnectorV4.csproj", "{2348DAD2-6EE3-44FC-89FC-27035479000D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bot Builder Echo Bot V4", "LINEChannelConnectorV4Test\LINEChannelConnectorV4Test.csproj", "{A3555C63-215D-43C4-9BD1-754FA15CDCAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - NuGet Packages|Any CPU = Debug - NuGet Packages|Any CPU
Debug|Any CPU = Debug|Any CPU
Documentation|Any CPU = Documentation|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2348DAD2-6EE3-44FC-89FC-27035479000D}.Release|Any CPU.Build.0 = Release|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3555C63-215D-43C4-9BD1-754FA15CDCAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {497CAE08-4544-410D-92D0-7829714D5710}
EndGlobalSection
EndGlobal