Skip to content

Commit

Permalink
Updating output paths for legacy Firefox driver components
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 5, 2018
1 parent b6af92f commit 42ccf2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet/src/webdriver/WebDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<Visible>False</Visible>
<LogicalName>WebDriver.FirefoxExt.zip</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\javascript\firefox-driver\webdriver_prefs">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\javascript\firefox-driver\webdriver_prefs\webdriver_prefs">
<Visible>False</Visible>
<LogicalName>WebDriver.FirefoxPreferences</LogicalName>
</EmbeddedResource>
Expand All @@ -108,11 +108,11 @@
<Visible>False</Visible>
<LogicalName>isDisplayed.js</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\cpp\prebuilt\i386\x_ignore_nofocus.so">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\cpp\prebuilt\noblur32\i386\x_ignore_nofocus.so">
<Visible>False</Visible>
<LogicalName>WebDriver.FirefoxNoFocus.x86.dll</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\cpp\prebuilt\amd64\x_ignore_nofocus.so">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\cpp\prebuilt\noblur64\amd64\x_ignore_nofocus.so">
<Visible>False</Visible>
<LogicalName>WebDriver.FirefoxNoFocus.x64.dll</LogicalName>
</EmbeddedResource>
Expand Down

0 comments on commit 42ccf2e

Please sign in to comment.