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

ILCompiler.Compiler.Tests.Assets.csproj « ILCompiler.Compiler.Tests.Assets « tests « ILCompiler.Compiler « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a463d125f9e0eeb855c25287bbfd643ef89a86cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <AssemblyName>ILCompiler.Compiler.Tests.Assets</AssemblyName>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <SkipTestRun>true</SkipTestRun>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\..\Test.CoreLib\src\Test.CoreLib.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Compile Include="DependencyGraph.cs" />
    <Compile Include="Devirtualization.cs" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>