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

CoreTestAssembly.csproj « CoreTestAssembly « tests « ILCompiler.TypeSystem « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 447bf566f668a007f8da5d09a440662ec1c00d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>CoreTestAssembly</AssemblyName>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <IsCoreAssembly>true</IsCoreAssembly>
    <RunTestsForProject>false</RunTestsForProject>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Canonicalization.cs" />
    <Compile Include="Casting.cs" />
    <Compile Include="GCPointerMap.cs" />
    <Compile Include="GenericConstraints.cs" />
    <Compile Include="Hashcode.cs" />
    <Compile Include="InterfaceArrangements.cs" />
    <Compile Include="GenericTypes.cs" />
    <Compile Include="Platform.cs" />
    <Compile Include="InstanceFieldLayout.cs" />
    <Compile Include="StaticFieldLayout.cs" />
    <Compile Include="SyntheticVirtualOverride.cs" />
    <Compile Include="TypeNameParsing.cs" />
    <Compile Include="ValueTypeShapeCharacteristics.cs" />
    <Compile Include="VirtualFunctionOverride.cs" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>