-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
11 lines (11 loc) · 1.13 KB
/
Copy pathDirectory.Build.props
File metadata and controls
11 lines (11 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
<Project>
<PropertyGroup>
<_FixedMathSharpHostPlatform Condition="$([MSBuild]::IsOSPlatform('Windows'))">windows</_FixedMathSharpHostPlatform>
<_FixedMathSharpHostPlatform Condition="'$(_FixedMathSharpHostPlatform)' == '' And $([MSBuild]::IsOSPlatform('OSX'))">macos</_FixedMathSharpHostPlatform>
<_FixedMathSharpHostPlatform Condition="'$(_FixedMathSharpHostPlatform)' == ''">unix</_FixedMathSharpHostPlatform>
<DefaultItemExcludes>$(DefaultItemExcludes);bin/**;obj/**</DefaultItemExcludes>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">obj/$(_FixedMathSharpHostPlatform)/</BaseIntermediateOutputPath>
<MSBuildProjectExtensionsPath Condition="'$(MSBuildProjectExtensionsPath)' == '' And '$(MSBuildProjectName)' != 'BenchmarkDotNet.Autogenerated'">$(BaseIntermediateOutputPath)$(Configuration)/</MSBuildProjectExtensionsPath>
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == '' And '$(TargetFramework)' != '' And '$(MSBuildProjectName)' != 'BenchmarkDotNet.Autogenerated'">$(MSBuildProjectExtensionsPath)$(TargetFramework)/</IntermediateOutputPath>
</PropertyGroup>
</Project>