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

System.ComponentModel.Annotations.csproj « ref « System.ComponentModel.Annotations « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7859b7c88787ec92c262c557ee5420b11de9c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <AssemblyVersion>4.1.1.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <PackageTargetFramework>netstandard1.4</PackageTargetFramework>
    <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.ComponentModel.Annotations.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>