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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatelyn Gadd <kg@luminance.org>2018-04-16 16:54:53 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-04-16 16:54:53 +0300
commit7eff6686fdfe1cc6dc03e4dd14103be17b308ff5 (patch)
tree59be24c86b960351fec293653ef5fd89b685f9a6 /mcs/class/Mono.Tasklets
parenta948ed91e745d1c928ddf5ccfe3d60749e341371 (diff)
Default platform to net_4_x if none is specified, to fix tools that build without setting a platform (#8223)
* Default platform to net_4_x if none is specified, to fix tools that build without setting a platform * [csproj] Update project files
Diffstat (limited to 'mcs/class/Mono.Tasklets')
-rw-r--r--mcs/class/Mono.Tasklets/Mono.Tasklets.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj b/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj
index 7bb574de8b3..d56023da26f 100644
--- a/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj
+++ b/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj
@@ -3,6 +3,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
<ProjectGuid>{1B87A378-65E8-4899-9C9A-C940429D643C}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>