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

dir.props « System.ComponentModel.TypeConverter « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27918bd6463c98abebfe75d11e3253ad12490830 (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>
  	<!-- don't change the Asssembly Version as one test would break -->
    <AssemblyVersion>9.9.9.9</AssemblyVersion>
    <IsNETCoreApp>true</IsNETCoreApp>
    <IsUAP>true</IsUAP>
  </PropertyGroup>
</Project>