build/common.props (11 lines of code) (raw):

<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0"> <PropertyGroup> <_WasCommonPropsImported>true</_WasCommonPropsImported> </PropertyGroup> <PropertyGroup Condition="'$(Shipping)' == 'true' AND '$(IsXPlat)' != 'true'"> <DebugType>full</DebugType> </PropertyGroup> <!-- Load config --> <Import Project="config.props" /> <!-- Additional props --> <Import Project="common.project.props"/> </Project>