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: a3a5b527c45e53c53e03454741692fc8c5af89e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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" />
  </ItemGroup>

</Project>