Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.AspNetCore.Razor.Test.Common.csproj « Razor.Test.Common « testassets « test « Razor « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c385d2f085fd9216c85c265bc69f952166057e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <!-- To generate baselines, run tests with /p:GenerateBaselines=true -->
    <DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
    <DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants>
    <TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
    <IsProjectReferenceProvider>true</IsProjectReferenceProvider>
  </PropertyGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Razor.Language" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Testing" />
    <Reference Include="Microsoft.CodeAnalysis.CSharp" />
    <Reference Include="Microsoft.Extensions.DependencyModel" />
    <Reference Include="xunit.assert" />
    <Reference Include="xunit.extensibility.core" />
  </ItemGroup>

</Project>