-
Notifications
You must be signed in to change notification settings - Fork 0
/
LineNotifyHelper.sln
37 lines (37 loc) · 2.05 KB
/
LineNotifyHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineNotifyHelper", "src\LineNotifyHelper\LineNotifyHelper.csproj", "{22F3D5EE-81B3-4F2A-86C9-408B88AD87C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "examples\ConsoleApp\ConsoleApp.csproj", "{62CBA56C-AE32-47F4-9213-698076D697EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDemo", "examples\WebDemo\WebDemo.csproj", "{D8C82D68-C719-43D0-A82F-0DF132E09813}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22F3D5EE-81B3-4F2A-86C9-408B88AD87C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F3D5EE-81B3-4F2A-86C9-408B88AD87C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F3D5EE-81B3-4F2A-86C9-408B88AD87C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F3D5EE-81B3-4F2A-86C9-408B88AD87C7}.Release|Any CPU.Build.0 = Release|Any CPU
{62CBA56C-AE32-47F4-9213-698076D697EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62CBA56C-AE32-47F4-9213-698076D697EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62CBA56C-AE32-47F4-9213-698076D697EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62CBA56C-AE32-47F4-9213-698076D697EB}.Release|Any CPU.Build.0 = Release|Any CPU
{D8C82D68-C719-43D0-A82F-0DF132E09813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8C82D68-C719-43D0-A82F-0DF132E09813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8C82D68-C719-43D0-A82F-0DF132E09813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8C82D68-C719-43D0-A82F-0DF132E09813}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47FE546E-13AA-49C4-9150-3E660D93299A}
EndGlobalSection
EndGlobal