Yes it will without setting anything explicitly, and I don't know any way to prevent it.
However many configuration sections will allow you to clear data inherited from parent files.
E.g.
<appSettings>
<clear/>
<add key=...>
</appSettings>
<connectionStrings>
<clear/>
<add ... />
</connectionStrings>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…