Common property sheet removed as included in Win32 and x64 property sheets

This commit is contained in:
Simon Rozman 2016-03-11 14:09:55 +01:00
parent 74c9ee0d0b
commit fc7c3365ba

View File

@ -57,7 +57,6 @@
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\Win32.props" /> <Import Project="..\..\..\include\Win32.props" />
<Import Project="..\..\..\include\Debug.props" /> <Import Project="..\..\..\include\Debug.props" />
<Import Project="MSICALib.props" /> <Import Project="MSICALib.props" />
@ -71,7 +70,6 @@
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\x64.props" /> <Import Project="..\..\..\include\x64.props" />
<Import Project="..\..\..\include\Debug.props" /> <Import Project="..\..\..\include\Debug.props" />
<Import Project="MSICALib.props" /> <Import Project="MSICALib.props" />