-
Notifications
You must be signed in to change notification settings - Fork 1
/
XCourierApp.sln
53 lines (53 loc) · 3.21 KB
/
XCourierApp.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
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCourierApp.Android", "XCourierApp.Android\XCourierApp.Android.csproj", "{404E269F-42C5-4049-AA60-00A3AE456410}"
ProjectSection(ProjectDependencies) = postProject
{28325231-AEE3-4793-B182-806FF677C957} = {28325231-AEE3-4793-B182-806FF677C957}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XCourierApp", "XCourierApp\XCourierApp.csproj", "{EAF9D101-1084-408E-910D-C36176CCB501}"
ProjectSection(ProjectDependencies) = postProject
{28325231-AEE3-4793-B182-806FF677C957} = {28325231-AEE3-4793-B182-806FF677C957}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.Inking", "Xamarin.Forms.Inking\Xamarin.Forms.Inking.csproj", "{28325231-AEE3-4793-B182-806FF677C957}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.Inking.Tests", "Xamarin.Forms.Inking.Tests\Xamarin.Forms.Inking.Tests.csproj", "{829FDE54-9F57-41B5-98A9-2A467DD65FC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{404E269F-42C5-4049-AA60-00A3AE456410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{404E269F-42C5-4049-AA60-00A3AE456410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{404E269F-42C5-4049-AA60-00A3AE456410}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{404E269F-42C5-4049-AA60-00A3AE456410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{404E269F-42C5-4049-AA60-00A3AE456410}.Release|Any CPU.Build.0 = Release|Any CPU
{404E269F-42C5-4049-AA60-00A3AE456410}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Release|Any CPU.Build.0 = Release|Any CPU
{EAF9D101-1084-408E-910D-C36176CCB501}.Release|Any CPU.Deploy.0 = Release|Any CPU
{28325231-AEE3-4793-B182-806FF677C957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28325231-AEE3-4793-B182-806FF677C957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28325231-AEE3-4793-B182-806FF677C957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28325231-AEE3-4793-B182-806FF677C957}.Release|Any CPU.Build.0 = Release|Any CPU
{829FDE54-9F57-41B5-98A9-2A467DD65FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{829FDE54-9F57-41B5-98A9-2A467DD65FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{829FDE54-9F57-41B5-98A9-2A467DD65FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{829FDE54-9F57-41B5-98A9-2A467DD65FC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {733319E2-97DE-439D-919A-D5F3E5ADEEB0}
EndGlobalSection
EndGlobal