-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Xamarin.Forms.Mocks.sln
48 lines (48 loc) · 2.99 KB
/
Xamarin.Forms.Mocks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.Mocks", "Xamarin.Forms.Mocks\Xamarin.Forms.Mocks.csproj", "{AFB557D0-683D-4370-8851-23A617B8079A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.Mocks.Xaml", "Xamarin.Forms.Mocks.Xaml\Xamarin.Forms.Mocks.Xaml.csproj", "{3D6DA511-5995-48B7-89DD-CD8D08993907}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.Mocks.Tests", "Xamarin.Forms.Mocks.Tests\Xamarin.Forms.Mocks.Tests.csproj", "{2ECEE799-2725-4E43-8835-119F1D0FF1A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{633E81F0-48E3-406F-90AE-A1B4ADF46DD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAssembly", "TestAssembly\TestAssembly.csproj", "{9643543F-E3B3-4723-925A-E33D7E6108A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFB557D0-683D-4370-8851-23A617B8079A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB557D0-683D-4370-8851-23A617B8079A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB557D0-683D-4370-8851-23A617B8079A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB557D0-683D-4370-8851-23A617B8079A}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6DA511-5995-48B7-89DD-CD8D08993907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6DA511-5995-48B7-89DD-CD8D08993907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6DA511-5995-48B7-89DD-CD8D08993907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6DA511-5995-48B7-89DD-CD8D08993907}.Release|Any CPU.Build.0 = Release|Any CPU
{2ECEE799-2725-4E43-8835-119F1D0FF1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ECEE799-2725-4E43-8835-119F1D0FF1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ECEE799-2725-4E43-8835-119F1D0FF1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ECEE799-2725-4E43-8835-119F1D0FF1A5}.Release|Any CPU.Build.0 = Release|Any CPU
{9643543F-E3B3-4723-925A-E33D7E6108A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9643543F-E3B3-4723-925A-E33D7E6108A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9643543F-E3B3-4723-925A-E33D7E6108A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9643543F-E3B3-4723-925A-E33D7E6108A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2ECEE799-2725-4E43-8835-119F1D0FF1A5} = {633E81F0-48E3-406F-90AE-A1B4ADF46DD1}
{9643543F-E3B3-4723-925A-E33D7E6108A4} = {633E81F0-48E3-406F-90AE-A1B4ADF46DD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8047231-E155-493D-9257-FC21BDE46D90}
EndGlobalSection
EndGlobal