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

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

  <ItemGroup>
    <ProjectReference Include="..\PrimaryMetadataAssembly\PrimaryMetadataAssembly.csproj" />
    <ProjectReference Include="..\SampleMetadataAssembly\SampleMetadataAssembly.csproj" />
    <ProjectReference Include="..\WindowsWinRTMetadataAssembly\WindowsWinRTMetadataAssembly.csproj" />
  </ItemGroup>

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