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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-10-11 01:09:26 +0300
committerGitHub <noreply@github.com>2016-10-11 01:09:26 +0300
commit29ff4ec4e580cd59c8a4f28fbecdaa49e157b4d8 (patch)
treef8478d10849cbfe4369b821920cd70aafe6576fb /dir.props
parent65dfd79179325005f2930da62363be8c9928d230 (diff)
Work towards enabling Ubuntu 16.04 build (#2000)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props11
1 files changed, 0 insertions, 11 deletions
diff --git a/dir.props b/dir.props
index 60644dc9b..43ee5e4a2 100644
--- a/dir.props
+++ b/dir.props
@@ -58,17 +58,6 @@
<BinDirPlatform Condition="'$(BinDirPlatform)'=='AnyCPU' or '$(BinDirPlatform)'=='amd64'">x64</BinDirPlatform>
</PropertyGroup>
- <!-- Initialize the NuPkg name specific RuntimeStr -->
- <PropertyGroup>
- <NuPkgRuntimeOS Condition="'$(NuPkgRuntimeOS)'==''">$(OSGroup)</NuPkgRuntimeOS>
- <NuPkgRuntimeOS Condition="'$(NuPkgRuntimeOS)'=='Windows_NT'">win7</NuPkgRuntimeOS>
- <NuPkgRuntimeOS Condition="'$(NuPkgRuntimeOS)'=='Linux'">ubuntu.14.04</NuPkgRuntimeOS>
- <NuPkgRuntimeOS Condition="'$(NuPkgRuntimeOS)'=='OSX'">osx.10.10</NuPkgRuntimeOS>
-
- <NuPkgRuntimePlatform Condition="'$(NuPkgRuntimePlatform)'==''">$(Platform)</NuPkgRuntimePlatform>
- <NuPkgRuntimePlatform Condition="'$(NuPkgRuntimePlatform)'=='AnyCPU' or '$(NuPkgRuntimePlatform)'=='amd64'">x64</NuPkgRuntimePlatform>
- </PropertyGroup>
-
<!-- Common repo directories -->
<PropertyGroup>
<ProjectDir>$(MSBuildThisFileDirectory)</ProjectDir>