Skip to content

Commit

Permalink
Updating .csproj files for use with Visual Studio 2017 version 15.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 9, 2018
1 parent 605c511 commit 955e5bb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotnet/test/firefox/WebDriver.Firefox.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions dotnet/test/ie/WebDriver.IE.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions dotnet/test/phantomjs/WebDriver.PhantomJS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions dotnet/test/remote/WebDriver.Remote.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions dotnet/test/support/WebDriver.Support.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>

0 comments on commit 955e5bb

Please sign in to comment.