-
Notifications
You must be signed in to change notification settings - Fork 0
/
LineNotifySDK.sln
44 lines (44 loc) · 2.34 KB
/
LineNotifySDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{13BC3793-7985-4F66-B964-7CD8381626A1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineNotifySDK", "LineNotifySDK\LineNotifySDK.csproj", "{AB96F6D8-A126-4CBE-B18A-93950BAFCCA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineNotifySDK.Tests", "LineNotifySDK.Tests\LineNotifySDK.Tests.csproj", "{AD8DFCE7-7C00-4B2F-9C21-3C81B598F0D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineNotifySample", "LineNotifySample\LineNotifySample.csproj", "{24AF3E8B-EF46-4E89-BFE1-847246F133C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB96F6D8-A126-4CBE-B18A-93950BAFCCA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB96F6D8-A126-4CBE-B18A-93950BAFCCA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB96F6D8-A126-4CBE-B18A-93950BAFCCA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB96F6D8-A126-4CBE-B18A-93950BAFCCA6}.Release|Any CPU.Build.0 = Release|Any CPU
{AD8DFCE7-7C00-4B2F-9C21-3C81B598F0D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD8DFCE7-7C00-4B2F-9C21-3C81B598F0D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD8DFCE7-7C00-4B2F-9C21-3C81B598F0D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD8DFCE7-7C00-4B2F-9C21-3C81B598F0D8}.Release|Any CPU.Build.0 = Release|Any CPU
{24AF3E8B-EF46-4E89-BFE1-847246F133C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24AF3E8B-EF46-4E89-BFE1-847246F133C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24AF3E8B-EF46-4E89-BFE1-847246F133C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24AF3E8B-EF46-4E89-BFE1-847246F133C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A45312C5-7A46-491B-9534-64DE1589EEBE}
EndGlobalSection
EndGlobal