-
Notifications
You must be signed in to change notification settings - Fork 2
/
Permit.sln
43 lines (43 loc) · 2.34 KB
/
Permit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1700.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BEEB2F4F-2961-4200-9096-A322BC6D5EED}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermitTests", "tests\PermitTests\PermitTests.csproj", "{B7F4C872-D26A-47A2-A401-8416AE1D59DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermitSDK", "src\permit\PermitSDK.csproj", "{96B791B4-A3FD-4BFE-A43F-7FAF96809ADA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermitOnboardingApp", "examples\PermitOnboardingApp\PermitOnboardingApp.csproj", "{1850C39A-8900-4722-89EE-9CF6EC19B10F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7F4C872-D26A-47A2-A401-8416AE1D59DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7F4C872-D26A-47A2-A401-8416AE1D59DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7F4C872-D26A-47A2-A401-8416AE1D59DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7F4C872-D26A-47A2-A401-8416AE1D59DE}.Release|Any CPU.Build.0 = Release|Any CPU
{96B791B4-A3FD-4BFE-A43F-7FAF96809ADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96B791B4-A3FD-4BFE-A43F-7FAF96809ADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96B791B4-A3FD-4BFE-A43F-7FAF96809ADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96B791B4-A3FD-4BFE-A43F-7FAF96809ADA}.Release|Any CPU.Build.0 = Release|Any CPU
{1850C39A-8900-4722-89EE-9CF6EC19B10F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1850C39A-8900-4722-89EE-9CF6EC19B10F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1850C39A-8900-4722-89EE-9CF6EC19B10F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1850C39A-8900-4722-89EE-9CF6EC19B10F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5942727C-DF6A-4AD2-A585-16C5E6943F5E}
EndGlobalSection
EndGlobal