Don't rely on the defaults for IntDir (#7513)
This commit is contained in:
parent
9ab72f6202
commit
de74a0e2f0
|
|
@ -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)' == ''" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue