forked from stirno/FluentAutomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentAutomation.sln
58 lines (58 loc) · 3.6 KB
/
FluentAutomation.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
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAutomation.Core", "FluentAutomation\FluentAutomation.Core.csproj", "{07D8DE59-3DEB-4722-B093-6FCC0B0F7FFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAutomation.SeleniumWebDriver", "FluentAutomation.SeleniumWebDriver\FluentAutomation.SeleniumWebDriver.csproj", "{508E97D5-21EF-41DC-8FD1-A0EAC0A637A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAutomation.Tests", "FluentAutomation.Tests\FluentAutomation.Tests.csproj", "{740E43BA-EC49-4E9E-99C8-10E53EF7D0AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAutomation.WatiN", "FluentAutomation.WatiN\FluentAutomation.WatiN.csproj", "{1FA2F73A-72B7-4B4A-94E6-7D5F52425A20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{36898A24-FCC7-4E89-9E5E-C050F4A4CDE2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAutomation.TestApplication", "FluentAutomation.TestApplication\FluentAutomation.TestApplication.csproj", "{D1B0F1F1-CE10-4164-9185-0CCECD007AAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DAF96386-9D96-456C-AFAE-8385E1B61CAB}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
pvcfile.csx = pvcfile.csx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07D8DE59-3DEB-4722-B093-6FCC0B0F7FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07D8DE59-3DEB-4722-B093-6FCC0B0F7FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07D8DE59-3DEB-4722-B093-6FCC0B0F7FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07D8DE59-3DEB-4722-B093-6FCC0B0F7FFF}.Release|Any CPU.Build.0 = Release|Any CPU
{508E97D5-21EF-41DC-8FD1-A0EAC0A637A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{508E97D5-21EF-41DC-8FD1-A0EAC0A637A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{508E97D5-21EF-41DC-8FD1-A0EAC0A637A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{508E97D5-21EF-41DC-8FD1-A0EAC0A637A4}.Release|Any CPU.Build.0 = Release|Any CPU
{740E43BA-EC49-4E9E-99C8-10E53EF7D0AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740E43BA-EC49-4E9E-99C8-10E53EF7D0AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740E43BA-EC49-4E9E-99C8-10E53EF7D0AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740E43BA-EC49-4E9E-99C8-10E53EF7D0AB}.Release|Any CPU.Build.0 = Release|Any CPU
{1FA2F73A-72B7-4B4A-94E6-7D5F52425A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA2F73A-72B7-4B4A-94E6-7D5F52425A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA2F73A-72B7-4B4A-94E6-7D5F52425A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA2F73A-72B7-4B4A-94E6-7D5F52425A20}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B0F1F1-CE10-4164-9185-0CCECD007AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B0F1F1-CE10-4164-9185-0CCECD007AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B0F1F1-CE10-4164-9185-0CCECD007AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B0F1F1-CE10-4164-9185-0CCECD007AAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal