-
Notifications
You must be signed in to change notification settings - Fork 7
/
Signature.sln
executable file
·45 lines (45 loc) · 2.98 KB
/
Signature.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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Signature", "Signature\Signature.shproj", "{2BA8D19F-72AF-4EF2-A497-67E07EFC72CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signature.iOS", "iOS\Signature.iOS.csproj", "{A42492D3-AD37-4E64-825C-29AD7D2F8E12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signature.Droid", "Droid\Signature.Droid.csproj", "{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|iPhone.Build.0 = Debug|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|Any CPU.ActiveCfg = Release|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|Any CPU.Build.0 = Release|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|iPhone.ActiveCfg = Release|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|iPhone.Build.0 = Release|iPhone
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A42492D3-AD37-4E64-825C-29AD7D2F8E12}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|iPhone.Build.0 = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|Any CPU.Build.0 = Release|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|iPhone.ActiveCfg = Release|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|iPhone.Build.0 = Release|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AC26BFC8-1DFD-4026-B3EC-2D22B5328117}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal