-
Notifications
You must be signed in to change notification settings - Fork 17
/
Gu.Wpf.UiAutomation.sln
71 lines (71 loc) · 4.08 KB
/
Gu.Wpf.UiAutomation.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 15.0.26730.3
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{B1C84389-441E-4870-9EAC-F241B568B204}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
Settings.XamlStyler = Settings.XamlStyler
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.UiAutomation", "Gu.Wpf.UiAutomation\Gu.Wpf.UiAutomation.csproj", "{DF81078D-0932-47BA-B5A7-176CFF202375}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApplications", "TestApplications", "{00BCF82A-388A-4DC9-A1E2-6D6D983BAEE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfApplication", "TestApplications\WpfApplication\WpfApplication.csproj", "{C8276299-FA43-409B-A969-EF030AB56224}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.UiAutomation.UiTests", "Gu.Wpf.UiAutomation.UiTests\Gu.Wpf.UiAutomation.UiTests.csproj", "{93D2F76D-8C08-407B-AE64-0F6475CDB348}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Wpf.UiAutomation.Tests", "Gu.Wpf.UiAutomation.Tests\Gu.Wpf.UiAutomation.Tests.csproj", "{AFE453D1-C9B6-43D0-835F-BAE465063453}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{28EBF5DE-D882-4A39-9F8B-D58D4FFADB67}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net6App", "TestApplications\Net6App\Net6App.csproj", "{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF81078D-0932-47BA-B5A7-176CFF202375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF81078D-0932-47BA-B5A7-176CFF202375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF81078D-0932-47BA-B5A7-176CFF202375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF81078D-0932-47BA-B5A7-176CFF202375}.Release|Any CPU.Build.0 = Release|Any CPU
{C8276299-FA43-409B-A969-EF030AB56224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8276299-FA43-409B-A969-EF030AB56224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8276299-FA43-409B-A969-EF030AB56224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8276299-FA43-409B-A969-EF030AB56224}.Release|Any CPU.Build.0 = Release|Any CPU
{93D2F76D-8C08-407B-AE64-0F6475CDB348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D2F76D-8C08-407B-AE64-0F6475CDB348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D2F76D-8C08-407B-AE64-0F6475CDB348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D2F76D-8C08-407B-AE64-0F6475CDB348}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE453D1-C9B6-43D0-835F-BAE465063453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE453D1-C9B6-43D0-835F-BAE465063453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE453D1-C9B6-43D0-835F-BAE465063453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE453D1-C9B6-43D0-835F-BAE465063453}.Release|Any CPU.Build.0 = Release|Any CPU
{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C8276299-FA43-409B-A969-EF030AB56224} = {00BCF82A-388A-4DC9-A1E2-6D6D983BAEE3}
{FA3F92F3-0E8C-4B6A-88C6-99A0549609B2} = {00BCF82A-388A-4DC9-A1E2-6D6D983BAEE3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA1E3AD6-06D8-4ECD-9AF7-37DD4785FEC5}
EndGlobalSection
EndGlobal