-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAutomation.TestFramework.sln
More file actions
42 lines (42 loc) · 2.53 KB
/
Automation.TestFramework.sln
File metadata and controls
42 lines (42 loc) · 2.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.35806.103 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation.TestFramework.Dynamic", "Automation.TestFramework.Dynamic\Automation.TestFramework.Dynamic.csproj", "{324212C8-803B-4437-A5EE-E2217FED1E4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation.TestFramework.Dynamic.Tests", "Automation.TestFramework.Dynamic.Tests\Automation.TestFramework.Dynamic.Tests.csproj", "{05D17304-A1EF-4067-9425-2CE441E8E061}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation.TestFramework.SourceGenerators", "Automation.TestFramework.SourceGenerators\Automation.TestFramework.SourceGenerators.csproj", "{A090BF88-89E6-4683-B54A-D1BE68E8C3AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{324212C8-803B-4437-A5EE-E2217FED1E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{324212C8-803B-4437-A5EE-E2217FED1E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{324212C8-803B-4437-A5EE-E2217FED1E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{324212C8-803B-4437-A5EE-E2217FED1E4C}.Release|Any CPU.Build.0 = Release|Any CPU
{05D17304-A1EF-4067-9425-2CE441E8E061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D17304-A1EF-4067-9425-2CE441E8E061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D17304-A1EF-4067-9425-2CE441E8E061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D17304-A1EF-4067-9425-2CE441E8E061}.Release|Any CPU.Build.0 = Release|Any CPU
{A090BF88-89E6-4683-B54A-D1BE68E8C3AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A090BF88-89E6-4683-B54A-D1BE68E8C3AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A090BF88-89E6-4683-B54A-D1BE68E8C3AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A090BF88-89E6-4683-B54A-D1BE68E8C3AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9EEAD86-F022-4A60-B4A2-AFDFB6A62BA1}
EndGlobalSection
EndGlobal