-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEpam.TestAutomation.sln
40 lines (40 loc) · 2.85 KB
/
Epam.TestAutomation.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epam.TestAutomation", "Epam.TestAutomation\Epam.TestAutomation.csproj", "{853BA4A1-6507-4830-A7E6-4F643F5B7C0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epam.TestAutomation.Tests", "Epam.TestAutomation.Tests\Epam.TestAutomation.Tests.csproj", "{6CA2AF9A-0FF1-4DBF-BF8E-90DDF0895A1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epam.TestAutomation.Web", "Epam.TestAutomation.Web\Epam.TestAutomation.Web.csproj", "{D40D034D-7270-4DDE-8E82-8BDCC0B27BBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epam.TestAutomation.Tests.BDD", "Epam.TestAutomation.Tests.BDD\Epam.TestAutomation.Tests.BDD.csproj", "{359572ED-0B78-49EF-B9C9-BEE9BF27D2EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epam.TestAutomation.Tests.DDT", "Epam.TestAutomation.Tests.DDT\Epam.TestAutomation.Tests.DDT.csproj", "{FF1501DA-231C-4BCB-8395-A78EDAD2AB93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{853BA4A1-6507-4830-A7E6-4F643F5B7C0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{853BA4A1-6507-4830-A7E6-4F643F5B7C0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{853BA4A1-6507-4830-A7E6-4F643F5B7C0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{853BA4A1-6507-4830-A7E6-4F643F5B7C0B}.Release|Any CPU.Build.0 = Release|Any CPU
{6CA2AF9A-0FF1-4DBF-BF8E-90DDF0895A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CA2AF9A-0FF1-4DBF-BF8E-90DDF0895A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CA2AF9A-0FF1-4DBF-BF8E-90DDF0895A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CA2AF9A-0FF1-4DBF-BF8E-90DDF0895A1C}.Release|Any CPU.Build.0 = Release|Any CPU
{D40D034D-7270-4DDE-8E82-8BDCC0B27BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D40D034D-7270-4DDE-8E82-8BDCC0B27BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D40D034D-7270-4DDE-8E82-8BDCC0B27BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D40D034D-7270-4DDE-8E82-8BDCC0B27BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{359572ED-0B78-49EF-B9C9-BEE9BF27D2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{359572ED-0B78-49EF-B9C9-BEE9BF27D2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{359572ED-0B78-49EF-B9C9-BEE9BF27D2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{359572ED-0B78-49EF-B9C9-BEE9BF27D2EF}.Release|Any CPU.Build.0 = Release|Any CPU
{FF1501DA-231C-4BCB-8395-A78EDAD2AB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF1501DA-231C-4BCB-8395-A78EDAD2AB93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF1501DA-231C-4BCB-8395-A78EDAD2AB93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF1501DA-231C-4BCB-8395-A78EDAD2AB93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal