Skip to content

Commit

Permalink
Added progress bar to WebKitBrowserTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverHerb committed Mar 18, 2011
1 parent 935b84a commit b2bd1c5
Show file tree
Hide file tree
Showing 12 changed files with 600 additions and 571 deletions.
6 changes: 3 additions & 3 deletions JSCore.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSCore", "JSCore\JSCore.vcxproj", "{287EEE45-1390-44D5-982F-0B96D4A077DA}"
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSCore", "JSCore\JSCore.vcproj", "{287EEE45-1390-44D5-982F-0B96D4A077DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
163 changes: 85 additions & 78 deletions WebKit.NET.sln
Original file line number Diff line number Diff line change
@@ -1,78 +1,85 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowser", "WebKitBrowser\WebKitBrowser.csproj", "{44AFE214-12C7-4280-898D-A7C4AABF1533}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowserTest", "WebKitBrowserTest\WebKitBrowserTest.csproj", "{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A0D75E0-65F8-4777-B5A0-B84937944551}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
README.txt = README.txt
WebKit.NET.vsmdi = WebKit.NET.vsmdi
WebKitBrowserDoc.shfbproj = WebKitBrowserDoc.shfbproj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitCore", "WebKitCore\WebKitCore.csproj", "{D1C8CE15-4279-45DA-989A-54561E0FD842}"
ProjectSection(ProjectDependencies) = postProject
{287EEE45-1390-44D5-982F-0B96D4A077DA} = {287EEE45-1390-44D5-982F-0B96D4A077DA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSCore", "JSCore\JSCore.vcproj", "{287EEE45-1390-44D5-982F-0B96D4A077DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Win32.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Any CPU.Build.0 = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Win32.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Win32.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Any CPU.Build.0 = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Win32.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Any CPU.Build.0 = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Win32.ActiveCfg = Release|Any CPU
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Win32.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Win32.Build.0 = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Any CPU.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Mixed Platforms.Build.0 = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Win32.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowser", "WebKitBrowser\WebKitBrowser.csproj", "{44AFE214-12C7-4280-898D-A7C4AABF1533}"
ProjectSection(ProjectDependencies) = postProject
{D1C8CE15-4279-45DA-989A-54561E0FD842} = {D1C8CE15-4279-45DA-989A-54561E0FD842}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowserTest", "WebKitBrowserTest\WebKitBrowserTest.csproj", "{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}"
ProjectSection(ProjectDependencies) = postProject
{44AFE214-12C7-4280-898D-A7C4AABF1533} = {44AFE214-12C7-4280-898D-A7C4AABF1533}
{D1C8CE15-4279-45DA-989A-54561E0FD842} = {D1C8CE15-4279-45DA-989A-54561E0FD842}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A0D75E0-65F8-4777-B5A0-B84937944551}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
README.txt = README.txt
WebKit.NET.vsmdi = WebKit.NET.vsmdi
WebKitBrowserDoc.shfbproj = WebKitBrowserDoc.shfbproj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitCore", "WebKitCore\WebKitCore.csproj", "{D1C8CE15-4279-45DA-989A-54561E0FD842}"
ProjectSection(ProjectDependencies) = postProject
{287EEE45-1390-44D5-982F-0B96D4A077DA} = {287EEE45-1390-44D5-982F-0B96D4A077DA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSCore", "JSCore\JSCore.vcproj", "{287EEE45-1390-44D5-982F-0B96D4A077DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Debug|Win32.ActiveCfg = Debug|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Any CPU.Build.0 = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{44AFE214-12C7-4280-898D-A7C4AABF1533}.Release|Win32.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Debug|Win32.ActiveCfg = Debug|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Any CPU.Build.0 = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}.Release|Win32.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Any CPU.Build.0 = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D1C8CE15-4279-45DA-989A-54561E0FD842}.Release|Win32.ActiveCfg = Release|Any CPU
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Win32.ActiveCfg = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Debug|Win32.Build.0 = Debug|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Any CPU.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Mixed Platforms.Build.0 = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Win32.ActiveCfg = Release|Win32
{287EEE45-1390-44D5-982F-0B96D4A077DA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
9 changes: 8 additions & 1 deletion WebKit.NET_2010.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# Visual C# Express 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A0D75E0-65F8-4777-B5A0-B84937944551}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
Expand All @@ -9,8 +9,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowser", "WebKitBrowser\WebKitBrowser.csproj", "{44AFE214-12C7-4280-898D-A7C4AABF1533}"
ProjectSection(ProjectDependencies) = postProject
{D1C8CE15-4279-45DA-989A-54561E0FD842} = {D1C8CE15-4279-45DA-989A-54561E0FD842}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitBrowserTest", "WebKitBrowserTest\WebKitBrowserTest.csproj", "{0F92D5BB-D2FC-42D5-8938-7A9D26BF3315}"
ProjectSection(ProjectDependencies) = postProject
{44AFE214-12C7-4280-898D-A7C4AABF1533} = {44AFE214-12C7-4280-898D-A7C4AABF1533}
{D1C8CE15-4279-45DA-989A-54561E0FD842} = {D1C8CE15-4279-45DA-989A-54561E0FD842}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebKitCore", "WebKitCore\WebKitCore.csproj", "{D1C8CE15-4279-45DA-989A-54561E0FD842}"
EndProject
Expand Down
16 changes: 8 additions & 8 deletions WebKitBrowser/WebKitBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<TargetFrameworkSubset>
</TargetFrameworkSubset>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -70,8 +72,12 @@
<Reference Include="System.Xml" />
<Reference Include="WebKit.Interop, Version=533.0.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>False</EmbedInteropTypes>
<HintPath>..\webkit\WebKit.Interop.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\bin\Debug\WebKit.Interop.dll</HintPath>
</Reference>
<Reference Include="WebKitCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Debug\WebKitCore.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -126,12 +132,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebKitCore\WebKitCore.csproj">
<Project>{D1C8CE15-4279-45DA-989A-54561E0FD842}</Project>
<Name>WebKitCore</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
17 changes: 13 additions & 4 deletions WebKitBrowserTest/WebBrowserTabPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public partial class WebBrowserTabPage : TabPage

private StatusStrip statusStrip;
private ToolStripLabel statusLabel;
private ToolStripLabel iconLabel;
private ToolStripLabel iconLabel;
private ToolStripProgressBar progressBar;
private ToolStripContainer container;

public WebBrowserTabPage() : this(new WebKitBrowser(), true)
Expand Down Expand Up @@ -72,10 +73,15 @@ public WebBrowserTabPage(WebKitBrowser browserControl, bool goHome)
iconLabel = new ToolStripLabel();
iconLabel.Name = "iconLabel";
iconLabel.Text = "No Icon";
iconLabel.Visible = true;
iconLabel.Visible = true;

progressBar = new ToolStripProgressBar();
progressBar.Name = "progressBar";
progressBar.Visible = true;

statusStrip.Items.Add(statusLabel);
statusStrip.Items.Add(iconLabel);
statusStrip.Items.Add(iconLabel);
statusStrip.Items.Add(progressBar);

container.BottomToolStripPanel.Controls.Add(statusStrip);

Expand All @@ -99,7 +105,10 @@ public WebBrowserTabPage(WebKitBrowser browserControl, bool goHome)
browser.DocumentTitleChanged += (s, e) => this.Text = browser.DocumentTitle;
browser.Navigating += (s, e) => statusLabel.Text = "Loading...";
browser.Navigated += (s, e) => { statusLabel.Text = "Downloading..."; };
browser.DocumentCompleted += (s, e) => { statusLabel.Text = "Done"; };
browser.DocumentCompleted += (s, e) => { statusLabel.Text = "Done"; };
browser.ProgressStarted += (s, e) => { progressBar.Visible = true; };
browser.ProgressChanged += (s, e) => { progressBar.Value = e.ProgressPercentage; };
browser.ProgressFinished += (s, e) => { progressBar.Visible = false; };
if (goHome)
browser.Navigate("http://www.google.com");

Expand Down
22 changes: 11 additions & 11 deletions WebKitBrowserTest/WebKitBrowserTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<TargetFrameworkSubset>
</TargetFrameworkSubset>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -55,7 +57,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="JSCore, Version=1.0.4090.818, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=x86">
<Reference Include="JSCore, Version=1.0.4092.42699, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Debug\JSCore.dll</HintPath>
</Reference>
Expand All @@ -65,6 +67,14 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WebKitBrowser, Version=0.5.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Debug\WebKitBrowser.dll</HintPath>
</Reference>
<Reference Include="WebKitCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Debug\WebKitCore.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DownloadForm.cs">
Expand Down Expand Up @@ -144,16 +154,6 @@
<DependentUpon>WebBrowserTabPage.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebKitBrowser\WebKitBrowser.csproj">
<Project>{44AFE214-12C7-4280-898D-A7C4AABF1533}</Project>
<Name>WebKitBrowser</Name>
</ProjectReference>
<ProjectReference Include="..\WebKitCore\WebKitCore.csproj">
<Project>{D1C8CE15-4279-45DA-989A-54561E0FD842}</Project>
<Name>WebKitCore</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand Down
Loading

0 comments on commit b2bd1c5

Please sign in to comment.