summaryrefslogtreecommitdiff
path: root/clr.props
diff options
context:
space:
mode:
Diffstat (limited to 'clr.props')
-rw-r--r--clr.props9
1 files changed, 1 insertions, 8 deletions
diff --git a/clr.props b/clr.props
index 7a3b3bd26a..6e217e7143 100644
--- a/clr.props
+++ b/clr.props
@@ -162,14 +162,7 @@
<LinkUseCMT>true</LinkUseCMT>
-->
</PropertyGroup>
-
- <PropertyGroup>
- <MainClrModuleName Condition="'$(FeatureCoreclr)'=='true'">coreclr</MainClrModuleName>
- <MainClrModuleName Condition="'$(FeatureCoreclr)'!='true'">clr</MainClrModuleName>
- <MainDacMouleName Condition="'$(FeatureCoreclr)'=='true'">mscordaccore</MainDacMouleName>
- <MainDacMouleName Condition="'$(FeatureCoreclr)'!='true'">mscordacwks</MainDacMouleName>
- </PropertyGroup>
-
+
<PropertyGroup>
<DebugBuild Condition="'$(NTDEBUG)' == '' or '$(NTDEBUG)'=='ntsdnodbg'">false</DebugBuild>
<DebugBuild Condition="'$(NTDEBUG)' != '' and '$(NTDEBUG)'!='ntsdnodbg'">true</DebugBuild>