Skip to content

Commit

Permalink
EranMes: Adding Firefox6 to the list of projects built by the main so…
Browse files Browse the repository at this point in the history
…lution file.

r14000
  • Loading branch information
eranmes committed Oct 3, 2011
1 parent 4cc1dc4 commit 7f70e7c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions WebDriver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver", "dotnet\src\Web
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webdriver-server", "cpp\webdriver-server\webdriver-server.vcxproj", "{35A23A16-EF17-4CC3-8854-785025A304F3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webdriver-firefox-6", "cpp\webdriver-firefox\webdriver-firefox-6.vcxproj", "{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Expand Down Expand Up @@ -390,6 +392,22 @@ Global
{35A23A16-EF17-4CC3-8854-785025A304F3}.Release|Win32.Build.0 = Release|Win32
{35A23A16-EF17-4CC3-8854-785025A304F3}.Release|x64.ActiveCfg = Release|x64
{35A23A16-EF17-4CC3-8854-785025A304F3}.Release|x64.Build.0 = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|.NET.ActiveCfg = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|Any CPU.ActiveCfg = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|Mixed Platforms.Build.0 = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|Win32.ActiveCfg = Debug|Win32
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|Win32.Build.0 = Debug|Win32
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|x64.ActiveCfg = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Debug|x64.Build.0 = Debug|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|.NET.ActiveCfg = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|Any CPU.ActiveCfg = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|Mixed Platforms.ActiveCfg = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|Mixed Platforms.Build.0 = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|Win32.ActiveCfg = Release|Win32
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|Win32.Build.0 = Release|Win32
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|x64.ActiveCfg = Release|x64
{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions cpp/webdriver-firefox/webdriver-firefox-6.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{FD15C665-943A-43A5-B93A-D16291706BE0}</ProjectGuid>
<ProjectGuid>{705CA982-A18B-4BCA-80B7-1F6DE6883BE8}</ProjectGuid>
<RootNamespace>webdriverfirefox</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -193,4 +193,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 7f70e7c

Please sign in to comment.