-
Notifications
You must be signed in to change notification settings - Fork 10
/
WinAppDriver.sln
55 lines (55 loc) · 3.32 KB
/
WinAppDriver.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
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infra", "src\Infra\Infra.csproj", "{0AEB4D3B-2969-42B1-8B08-9577EB9C44EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAppDriver", "src\WinAppDriver\WinAppDriver.csproj", "{6A8F797A-3505-41E7-89D5-A9ECA7AF9E3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAppDriver.UnitTest", "test\WinAppDriver.UnitTest\WinAppDriver.UnitTest.csproj", "{498BB752-3DFF-4136-A6FC-D7BC64ABD5ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infra.UnitTest", "test\Infra.UnitTest\Infra.UnitTest.csproj", "{226C1DE1-6DB5-4DB3-90B1-BB430512EA8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAppDriver.IntegrationTest", "test\WinAppDriver.IntegrationTest\WinAppDriver.IntegrationTest.csproj", "{C7F910C5-3DBC-48A4-971F-6198F754CBC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37A70166-F25D-4B38-ACAE-9A3E53A4B974}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
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
{0AEB4D3B-2969-42B1-8B08-9577EB9C44EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AEB4D3B-2969-42B1-8B08-9577EB9C44EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AEB4D3B-2969-42B1-8B08-9577EB9C44EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AEB4D3B-2969-42B1-8B08-9577EB9C44EA}.Release|Any CPU.Build.0 = Release|Any CPU
{6A8F797A-3505-41E7-89D5-A9ECA7AF9E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8F797A-3505-41E7-89D5-A9ECA7AF9E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8F797A-3505-41E7-89D5-A9ECA7AF9E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8F797A-3505-41E7-89D5-A9ECA7AF9E3E}.Release|Any CPU.Build.0 = Release|Any CPU
{498BB752-3DFF-4136-A6FC-D7BC64ABD5ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{498BB752-3DFF-4136-A6FC-D7BC64ABD5ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{498BB752-3DFF-4136-A6FC-D7BC64ABD5ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{498BB752-3DFF-4136-A6FC-D7BC64ABD5ED}.Release|Any CPU.Build.0 = Release|Any CPU
{226C1DE1-6DB5-4DB3-90B1-BB430512EA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{226C1DE1-6DB5-4DB3-90B1-BB430512EA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{226C1DE1-6DB5-4DB3-90B1-BB430512EA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{226C1DE1-6DB5-4DB3-90B1-BB430512EA8C}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F910C5-3DBC-48A4-971F-6198F754CBC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F910C5-3DBC-48A4-971F-6198F754CBC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F910C5-3DBC-48A4-971F-6198F754CBC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F910C5-3DBC-48A4-971F-6198F754CBC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4B826B3-F1FD-49B2-BB8B-4710AFD7CEF4}
EndGlobalSection
EndGlobal