Don't rely on the defaults for IntDir (#7513)

This commit is contained in:
Pavel Krymets 2019-02-12 21:26:11 -08:00 committed by GitHub
parent 9ab72f6202
commit de74a0e2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<PropertyGroup>
<SignOutput Condition=" '$(SignType)' != '' ">true</SignOutput>
<IsPackable>false</IsPackable>
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
</PropertyGroup>
<Import Project="MicroBuild.Plugin.props" Condition="'$(MicroBuildSentinelFile)' == ''" />