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

PrimaryMetadataAssembly.csproj « PrimaryMetadataAssembly « tests « ILCompiler.MetadataTransform « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a64f8343042ffb29ed6746fe466974f701562e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>PrimaryMetadataAssembly</AssemblyName>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <IsCoreAssembly>true</IsCoreAssembly>
    <SkipTestRun>true</SkipTestRun>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Platform.cs" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>