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

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

  <PropertyGroup>
    <TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
    <DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes>
    <DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
  </PropertyGroup>

  <ItemGroup>
    <EmbeddedResource Include="TestFiles\**\*" />
    <None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="Microsoft.AspNetCore.Razor.Language" />
    <Reference Include="Microsoft.AspNetCore.Razor.Test.Common" />
    <Reference Include="Newtonsoft.Json" />
  </ItemGroup>

</Project>