-
Notifications
You must be signed in to change notification settings - Fork 2
/
AutomationFramework.sln
31 lines (31 loc) · 1.65 KB
/
AutomationFramework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomationTestSetFramework", "AutomationFramework\AutomationTestSetFramework.csproj", "{FF29EE1B-7DC7-44C1-9A96-0500081ACF1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomationTestSetFrameworkNUnit", "AutomationTestSetFrameworkNUnit\AutomationTestSetFrameworkNUnit.csproj", "{19686432-25F0-4EF5-96A8-958994111A1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF29EE1B-7DC7-44C1-9A96-0500081ACF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF29EE1B-7DC7-44C1-9A96-0500081ACF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF29EE1B-7DC7-44C1-9A96-0500081ACF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF29EE1B-7DC7-44C1-9A96-0500081ACF1B}.Release|Any CPU.Build.0 = Release|Any CPU
{19686432-25F0-4EF5-96A8-958994111A1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19686432-25F0-4EF5-96A8-958994111A1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19686432-25F0-4EF5-96A8-958994111A1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19686432-25F0-4EF5-96A8-958994111A1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66187019-9907-4253-ACF5-E323CF59EC84}
EndGlobalSection
EndGlobal