-
Notifications
You must be signed in to change notification settings - Fork 21
/
Pinch.SDK.sln
42 lines (42 loc) · 2.14 KB
/
Pinch.SDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{74D307F2-34AB-489C-BDC7-B770BFCD3CA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCB43A02-9028-4F2A-BA2C-B66C99197E3F}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinch.SDK.WebSample", "src\Pinch.SDK.WebSample\Pinch.SDK.WebSample.csproj", "{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinch.SDK", "src\Pinch.SDK\Pinch.SDK.csproj", "{9F5524CF-52D6-4B39-80AF-52F2D591D790}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF}.Release|Any CPU.Build.0 = Release|Any CPU
{9F5524CF-52D6-4B39-80AF-52F2D591D790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F5524CF-52D6-4B39-80AF-52F2D591D790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F5524CF-52D6-4B39-80AF-52F2D591D790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F5524CF-52D6-4B39-80AF-52F2D591D790}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7509CEE7-D9B1-41C2-9E66-CD008DF23DBF} = {74D307F2-34AB-489C-BDC7-B770BFCD3CA7}
{9F5524CF-52D6-4B39-80AF-52F2D591D790} = {74D307F2-34AB-489C-BDC7-B770BFCD3CA7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59A433FF-800E-4303-8DFB-8E5FA0739583}
EndGlobalSection
EndGlobal