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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-01-20 03:38:55 +0300
committerGitHub <noreply@github.com>2017-01-20 03:38:55 +0300
commit2847e0ec9f7c9ac42d44d2bc8c6fd39e504b7a9b (patch)
tree0aa0d6304cd9e0a7baabe07ac8c069973d5008c8 /src/System.Data.Common
parent245d6cd52564a4d062dcd27f6d9e6326524945e2 (diff)
Adding missing Configurations.props for refs and fixing the existing ones (#15291)
Adding missing Configurations.props for refs and fixing the existing ones
Diffstat (limited to 'src/System.Data.Common')
-rw-r--r--src/System.Data.Common/ref/Configurations.props9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/System.Data.Common/ref/Configurations.props b/src/System.Data.Common/ref/Configurations.props
new file mode 100644
index 0000000000..c701755863
--- /dev/null
+++ b/src/System.Data.Common/ref/Configurations.props
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildConfigurations>
+ netcoreapp;
+ uap;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file