Skip to content

Commit 720349b

Browse files
committed
Adding forgotten file in .NET
1 parent 807843d commit 720349b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dotnet/test/safari/WebDriver.Safari.Tests.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Reference Include="System.Xml" />
4141
</ItemGroup>
4242
<ItemGroup>
43+
<Compile Include="SafariTechnologyPreviewDriver.cs" />
4344
<Compile Include="Properties\AssemblyInfo.cs" />
4445
</ItemGroup>
4546
<ItemGroup>
@@ -50,6 +51,12 @@
5051
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5152
</None>
5253
</ItemGroup>
54+
<ItemGroup>
55+
<ProjectReference Include="..\..\src\webdriver\WebDriver.csproj">
56+
<Project>{83C13931-B27C-425C-AAF0-5F96EEA4F173}</Project>
57+
<Name>WebDriver</Name>
58+
</ProjectReference>
59+
</ItemGroup>
5360
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5461
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5562
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)