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

dir.props « System.IO.FileSystem « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e06335977277f4eb38c4264f7b974228ab1595fa (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\dir.props" />
  <PropertyGroup>
    <AssemblyVersion>4.1.1.0</AssemblyVersion>
    <AssemblyKey>MSFT</AssemblyKey>
    <IsNETCoreApp>true</IsNETCoreApp>
    <IsUAP>true</IsUAP>
  </PropertyGroup>
</Project>