|
13 | 13 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
14 | 14 | </PropertyGroup> |
15 | 15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
16 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="Configuration"> |
| 16 | + <PropertyGroup Label="Configuration"> |
17 | 17 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
18 | | - <PlatformToolset>v143</PlatformToolset> |
| 18 | + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> |
19 | 19 | <CharacterSet>Unicode</CharacterSet> |
20 | 20 | </PropertyGroup> |
21 | 21 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
22 | 22 | <ImportGroup Label="ExtensionSettings"> |
23 | 23 | </ImportGroup> |
24 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="PropertySheets"> |
25 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 24 | + <ImportGroup Label="PropertySheets"> |
| 25 | + <Import Project="..\Skin.props" /> |
26 | 26 | </ImportGroup> |
27 | 27 | <PropertyGroup Label="UserMacros" /> |
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'"> |
29 | | - <OutDir>$(SolutionDir)StartMenu\Skins\</OutDir> |
30 | | - <IntDir>$(Configuration)\</IntDir> |
31 | | - <IgnoreImportLibrary>true</IgnoreImportLibrary> |
32 | | - <LinkIncremental>false</LinkIncremental> |
| 28 | + <PropertyGroup> |
33 | 29 | <TargetExt>.skin7</TargetExt> |
34 | 30 | <TargetName>Classic Skin</TargetName> |
35 | 31 | </PropertyGroup> |
36 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'"> |
37 | | - <Link> |
38 | | - <GenerateDebugInformation>false</GenerateDebugInformation> |
39 | | - <SubSystem>Windows</SubSystem> |
40 | | - <OptimizeReferences>true</OptimizeReferences> |
41 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
42 | | - <NoEntryPoint>true</NoEntryPoint> |
43 | | - </Link> |
44 | | - </ItemDefinitionGroup> |
45 | 32 | <ItemGroup> |
46 | 33 | <Text Include="SkinDescription.txt" /> |
47 | 34 | </ItemGroup> |
|
0 commit comments