-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathAutomationFrameWork.sln
54 lines (54 loc) · 3.07 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomationFrameWork", "AutomationFrameWork\AutomationFrameWork.csproj", "{314AF551-616F-455B-968A-2FB747B07E56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8AD5ADE1-CC9F-4C88-9248-7FF7B76F07CB}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomationTesting", "AutomationTesting\AutomationTesting.csproj", "{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|x64.ActiveCfg = Debug|x64
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|x64.Build.0 = Debug|x64
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|x86.ActiveCfg = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|x86.Build.0 = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Debug|x86.Deploy.0 = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Release|Any CPU.Build.0 = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Release|x64.ActiveCfg = Release|x64
{314AF551-616F-455B-968A-2FB747B07E56}.Release|x64.Build.0 = Release|x64
{314AF551-616F-455B-968A-2FB747B07E56}.Release|x86.ActiveCfg = Debug|Any CPU
{314AF551-616F-455B-968A-2FB747B07E56}.Release|x86.Build.0 = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|x64.ActiveCfg = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|x64.Build.0 = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|x86.ActiveCfg = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Debug|x86.Build.0 = Debug|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|Any CPU.Build.0 = Release|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|x64.ActiveCfg = Release|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|x64.Build.0 = Release|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|x86.ActiveCfg = Release|Any CPU
{4936D1FF-98BA-4F1A-BFA3-A522DC9EFB46}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal