|
|
|
|
@ -24,6 +24,7 @@
@@ -24,6 +24,7 @@
|
|
|
|
|
<ProjectGuid>{2fd40b09-f224-4e9a-b2fe-a22b50b2debf}</ProjectGuid> |
|
|
|
|
<RootNamespace>epsetup</RootNamespace> |
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
|
|
|
|
<WithAltTaskbarImpl>0</WithAltTaskbarImpl> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
@ -86,6 +87,14 @@
@@ -86,6 +87,14 @@
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)\</OutDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(WithAltTaskbarImpl)'=='1'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<PreprocessorDefinitions>WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>WITH_ALT_TASKBAR_IMPL=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
|