|
Revision 1733, 1.1 kB
(checked in by bhenderson, 4 months ago)
|
Updated using WatiN and added Firefox 2.0 Functionality
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
Microsoft Visual Studio Solution File, Format Version 10.00 |
|---|
| 3 |
# Visual Studio 2008 |
|---|
| 4 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrowserAutomation", "BrowserAutomation\BrowserAutomation.csproj", "{2D920B27-1608-408C-8339-68EC491F3A64}" |
|---|
| 5 |
EndProject |
|---|
| 6 |
Global |
|---|
| 7 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|---|
| 8 |
AutomatedDebug|Any CPU = AutomatedDebug|Any CPU |
|---|
| 9 |
Debug|Any CPU = Debug|Any CPU |
|---|
| 10 |
Release|Any CPU = Release|Any CPU |
|---|
| 11 |
EndGlobalSection |
|---|
| 12 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|---|
| 13 |
{2D920B27-1608-408C-8339-68EC491F3A64}.AutomatedDebug|Any CPU.ActiveCfg = Debug|Any CPU |
|---|
| 14 |
{2D920B27-1608-408C-8339-68EC491F3A64}.AutomatedDebug|Any CPU.Build.0 = Debug|Any CPU |
|---|
| 15 |
{2D920B27-1608-408C-8339-68EC491F3A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|---|
| 16 |
{2D920B27-1608-408C-8339-68EC491F3A64}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|---|
| 17 |
{2D920B27-1608-408C-8339-68EC491F3A64}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|---|
| 18 |
{2D920B27-1608-408C-8339-68EC491F3A64}.Release|Any CPU.Build.0 = Release|Any CPU |
|---|
| 19 |
EndGlobalSection |
|---|
| 20 |
GlobalSection(SolutionProperties) = preSolution |
|---|
| 21 |
HideSolutionNode = FALSE |
|---|
| 22 |
EndGlobalSection |
|---|
| 23 |
EndGlobal |
|---|