"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/dotnet/test/safari/WebDriver.Safari.Tests.csproj" (17 Feb 2023, 1274 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <Project Sdk="Microsoft.NET.Sdk">
    2 
    3   <PropertyGroup>
    4     <TargetFrameworks>net6.0;net48;netcoreapp3.1</TargetFrameworks>
    5     <AssemblyName>WebDriver.Safari.Tests</AssemblyName>
    6   </PropertyGroup>
    7 
    8   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    9     <OutputPath>..\..\..\build\cli\Debug\</OutputPath>
   10   </PropertyGroup>
   11 
   12   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
   13     <OutputPath>..\..\..\build\cli\Release\</OutputPath>
   14   </PropertyGroup>
   15 
   16   <ItemGroup>
   17     <Compile Remove="obj\**" />
   18     <EmbeddedResource Remove="obj\**" />
   19     <None Remove="obj\**" />
   20   </ItemGroup>
   21 
   22   <ItemGroup>
   23     <Compile Remove="Properties\AssemblyInfo.cs" />
   24   </ItemGroup>
   25 
   26   <ItemGroup>
   27     <None Remove="BUCK" />
   28     <None Remove="build.desc" />
   29     <None Remove="Settings.StyleCop" />
   30   </ItemGroup>
   31 
   32   <ItemGroup>
   33     <PackageReference Include="NUnit" Version="3.13.2" />
   34     <PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
   35   </ItemGroup>
   36 
   37   <ItemGroup>
   38     <ProjectReference Include="..\common\WebDriver.Common.Tests.csproj" />
   39   </ItemGroup>
   40 
   41   <ItemGroup>
   42     <None Update="WebDriver.Safari.Tests.nunit">
   43       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
   44     </None>
   45   </ItemGroup>
   46 
   47 </Project>