-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDataDrivenTesting.sln
37 lines (37 loc) · 2.07 KB
/
DataDrivenTesting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataDrivenTesting", "DataDrivenTesting\DataDrivenTesting.csproj", "{19823641-B0DA-402F-A04F-A99059E2C8C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDataAccess", "TestDataAccess\TestDataAccess.csproj", "{22A368E1-BFFE-4126-811A-6C70793AD892}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDataAccess.Tests", "TestDataAccess.Tests\TestDataAccess.Tests.csproj", "{09FC1D4C-DBE2-4CCC-922E-8A6C84A29192}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19823641-B0DA-402F-A04F-A99059E2C8C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19823641-B0DA-402F-A04F-A99059E2C8C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19823641-B0DA-402F-A04F-A99059E2C8C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19823641-B0DA-402F-A04F-A99059E2C8C2}.Release|Any CPU.Build.0 = Release|Any CPU
{22A368E1-BFFE-4126-811A-6C70793AD892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22A368E1-BFFE-4126-811A-6C70793AD892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22A368E1-BFFE-4126-811A-6C70793AD892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22A368E1-BFFE-4126-811A-6C70793AD892}.Release|Any CPU.Build.0 = Release|Any CPU
{09FC1D4C-DBE2-4CCC-922E-8A6C84A29192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09FC1D4C-DBE2-4CCC-922E-8A6C84A29192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09FC1D4C-DBE2-4CCC-922E-8A6C84A29192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09FC1D4C-DBE2-4CCC-922E-8A6C84A29192}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E6E0810-320C-4138-AF96-45CB9DD030A3}
EndGlobalSection
EndGlobal