"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/dotnet/test/edge/WebDriver.Edge.Tests.csproj" (17 Feb 2023, 1296 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.Edge.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   </ItemGroup>
   30 
   31   <ItemGroup>
   32     <Folder Include="Properties\" />
   33   </ItemGroup>
   34 
   35   <ItemGroup>
   36     <PackageReference Include="NUnit" Version="3.13.2" />
   37     <PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
   38   </ItemGroup>
   39 
   40   <ItemGroup>
   41     <ProjectReference Include="..\common\WebDriver.Common.Tests.csproj" />
   42   </ItemGroup>
   43 
   44   <ItemGroup>
   45     <None Update="WebDriver.Edge.Tests.nunit">
   46       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
   47     </None>
   48   </ItemGroup>
   49 </Project>