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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-04-26 06:36:49 +0300
committerJan Kotas <jkotas@microsoft.com>2017-04-26 06:36:49 +0300
commit165a55360055286c2cd0177b24ccbd9f7797c183 (patch)
tree3b7b08ae0149b5d0228de5a740a5581614488cc3 /src/System.Private.Reflection.Execution
parente69c7e5a46de665f2251fe095c8724d9e3460c6b (diff)
Centralize build defines (#3431)
The way we were setting common defines (such as `AMD64`, `BIT64`, `ARM`) was extremely fragile and invited partial fixes such as #3414 and #3424. This really needs to be centralized.
Diffstat (limited to 'src/System.Private.Reflection.Execution')
-rw-r--r--src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj b/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
index 60ae16a2c..cbd6f9ddd 100644
--- a/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
+++ b/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
@@ -17,9 +17,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
- <PropertyGroup Condition="'$(IsProjectNLibrary)' != 'true'">
- <DefineConstants>CORERT;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
<PropertyGroup Condition="'$(EcmaMetadataSupport)' == 'true'">
<DefineConstants>ECMA_METADATA_SUPPORT;$(DefineConstants)</DefineConstants>
</PropertyGroup>