Skip to content

Commit 71d5215

Browse files
committedMar 5, 2018
CoreFX dotnet#24343 Vector using Span
dotnet/corefx#24343
1 parent 52e95ad commit 71d5215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/mscorlib/System.Private.CoreLib.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
3434
<SignAssembly>true</SignAssembly>
3535
<DelaySign>true</DelaySign>
36-
<DefineConstants>$(DefineConstants);CORECLR;_USE_NLS_PLUS_TABLE;RESOURCE_SATELLITE_CONFIG;CODE_ANALYSIS_BASELINE</DefineConstants>
37-
<DefineConstants Condition="'$(TargetGroup)'=='netcoreapp' OR '$(TargetGroup)'=='uap' OR '$(TargetGroup)'=='uapaot'">$(DefineConstants);netcoreapp</DefineConstants>
36+
<DefineConstants>$(DefineConstants);CORECLR;_USE_NLS_PLUS_TABLE;RESOURCE_SATELLITE_CONFIG;CODE_ANALYSIS_BASELINE;netcoreapp</DefineConstants>
3837
<!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two properties to any folder that exists to skip
3938
the GenerateReferenceAssemblyPaths task (not target) and to prevent it from outputting a warning (MSB3644). -->
4039
<_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)/Documentation</_TargetFrameworkDirectories>

0 commit comments

Comments
 (0)
Please sign in to comment.