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

ILTestAssembly.ilproj « ILTestAssembly « tests « ILCompiler.TypeSystem « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d65099c4979727fa74c7411169d9d9b4e856880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>ILTestAssembly</AssemblyName>
    <RunTestsForProject>false</RunTestsForProject>
  </PropertyGroup>

  <ItemGroup>
    <!-- Main has to be the first file. Do not put anything before Main.il -->
    <Compile Include="Main.il" />

    <Compile Include="ILDisassembler.il" />
    <Compile Include="InstanceFieldLayout.il" />
    <Compile Include="StaticFieldLayout.il" />
    <Compile Include="VirtualFunctionOverride.il" />
  </ItemGroup>

  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>