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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2016-12-08 00:29:34 +0300
committerEric St. John <ericstj@microsoft.com>2016-12-08 20:58:44 +0300
commit5cef65d8a3363592d06caf2bc4e36e5dc2a3a5b4 (patch)
treec7832d66c9675205aecf334c1483f21926512f81 /src/System.ComponentModel.TypeConverter/dir.props
parentefafe7519ea58f1c6eb506eee8e4c037a097eb8f (diff)
Binplace NETCoreApp package contents
Set up a separate destination for package contents for NETCoreApp since it won't necessarily be everything that we build. Libraries were determined as follows: 1. If its currently in NETStandard.Library its in. 2. If it was a ref in NETCoreApp before its in. 3. If its part of the reference closure for 1 or 2 its in. 4. If it was a lib only in NETCoreApp its in, but only lib. 5. If its part of the lib closure for 1-4 its in, but only lib.
Diffstat (limited to 'src/System.ComponentModel.TypeConverter/dir.props')
-rw-r--r--src/System.ComponentModel.TypeConverter/dir.props5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/System.ComponentModel.TypeConverter/dir.props b/src/System.ComponentModel.TypeConverter/dir.props
index 7bb155c44e..a960cef1a3 100644
--- a/src/System.ComponentModel.TypeConverter/dir.props
+++ b/src/System.ComponentModel.TypeConverter/dir.props
@@ -1,7 +1,8 @@
+<?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.2.0.0</AssemblyVersion>
+ <IsNETCoreApp>true</IsNETCoreApp>
</PropertyGroup>
-</Project>
-
+</Project> \ No newline at end of file