-
Notifications
You must be signed in to change notification settings - Fork 0
/
GrabIt.sln
47 lines (47 loc) · 2.44 KB
/
GrabIt.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assemblies", "assemblies", "{A8B4DDC9-7CE9-4F0D-A65D-59E058A9DE30}"
ProjectSection(SolutionItems) = preProject
Dependencies\ArtOfTest.Common.dll = Dependencies\ArtOfTest.Common.dll
Dependencies\ArtOfTest.InternetExplorer.dll = Dependencies\ArtOfTest.InternetExplorer.dll
Dependencies\ArtOfTest.WebAii.AspNet.dll = Dependencies\ArtOfTest.WebAii.AspNet.dll
Dependencies\ArtOfTest.WebAii.dll = Dependencies\ArtOfTest.WebAii.dll
Dependencies\StructureMap.dll = Dependencies\StructureMap.dll
Dependencies\Utilities.dll = Dependencies\Utilities.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7987DA0D-188E-4CC2-93EE-53CD65A6AB7E}"
ProjectSection(SolutionItems) = preProject
GrabIt.vsmdi = GrabIt.vsmdi
GrabIt1.vsmdi = GrabIt1.vsmdi
GrabIt2.vsmdi = GrabIt2.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleGrabit", "ConsoleGrabit\ConsoleGrabit.csproj", "{3588A611-DA49-45D6-8EE0-3D8A5FFC4C2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGrabTests", "WebGrabTests\WebGrabTests.csproj", "{8B49339E-68ED-4F08-8DAD-5367A4F89D0C}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GrabIt2.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3588A611-DA49-45D6-8EE0-3D8A5FFC4C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3588A611-DA49-45D6-8EE0-3D8A5FFC4C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3588A611-DA49-45D6-8EE0-3D8A5FFC4C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3588A611-DA49-45D6-8EE0-3D8A5FFC4C2D}.Release|Any CPU.Build.0 = Release|Any CPU
{8B49339E-68ED-4F08-8DAD-5367A4F89D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B49339E-68ED-4F08-8DAD-5367A4F89D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B49339E-68ED-4F08-8DAD-5367A4F89D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B49339E-68ED-4F08-8DAD-5367A4F89D0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal