-
Notifications
You must be signed in to change notification settings - Fork 0
/
UITestDemo.sln
44 lines (44 loc) · 2.45 KB
/
UITestDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UITestDemo.Android", "UITestDemo\UITestDemo.Android\UITestDemo.Android.csproj", "{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UITestDemo", "UITestDemo\UITestDemo\UITestDemo.csproj", "{860279DF-4697-48DA-9F3C-305CD4A929D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UITest.Test", "UITest.Test\UITest.Test.csproj", "{1EF38FDB-44D2-4A95-9BAC-17E1636C6931}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{755AF809-EC12-47AC-85B8-F20E1A174DD6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Release|Any CPU.Build.0 = Release|Any CPU
{34088FB8-EAC5-4D30-91A8-B4C05F158BC7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{860279DF-4697-48DA-9F3C-305CD4A929D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860279DF-4697-48DA-9F3C-305CD4A929D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860279DF-4697-48DA-9F3C-305CD4A929D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860279DF-4697-48DA-9F3C-305CD4A929D6}.Release|Any CPU.Build.0 = Release|Any CPU
{1EF38FDB-44D2-4A95-9BAC-17E1636C6931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EF38FDB-44D2-4A95-9BAC-17E1636C6931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EF38FDB-44D2-4A95-9BAC-17E1636C6931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EF38FDB-44D2-4A95-9BAC-17E1636C6931}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4A1AAB3-5BA8-4D38-BBAB-9BC462BFFB92}
EndGlobalSection
EndGlobal