|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="XP-Release|Win32"> |
| 21 | + <Configuration>XP-Release</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="XP-Release|x64"> |
| 25 | + <Configuration>XP-Release</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <PropertyGroup Label="Globals">
|
22 | 30 | <VCProjectVersion>15.0</VCProjectVersion>
|
|
25 | 33 | <RootNamespace>CommandTrayHost</RootNamespace>
|
26 | 34 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
27 | 35 | </PropertyGroup>
|
| 36 | + <PropertyGroup> |
| 37 | + <VcpkgConfiguration Condition="'$(Configuration)' == 'XP-Release'">Release</VcpkgConfiguration> |
| 38 | + </PropertyGroup> |
28 | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
29 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
30 | 41 | <ConfigurationType>Application</ConfigurationType>
|
|
39 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
40 | 51 | <CharacterSet>Unicode</CharacterSet>
|
41 | 52 | </PropertyGroup>
|
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|Win32'" Label="Configuration"> |
| 54 | + <ConfigurationType>Application</ConfigurationType> |
| 55 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 56 | + <PlatformToolset>v141_xp</PlatformToolset> |
| 57 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 58 | + <CharacterSet>Unicode</CharacterSet> |
| 59 | + </PropertyGroup> |
42 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
43 | 61 | <ConfigurationType>Application</ConfigurationType>
|
44 | 62 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
52 | 70 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
53 | 71 | <CharacterSet>Unicode</CharacterSet>
|
54 | 72 | </PropertyGroup>
|
| 73 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|x64'" Label="Configuration"> |
| 74 | + <ConfigurationType>Application</ConfigurationType> |
| 75 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 76 | + <PlatformToolset>v141_xp</PlatformToolset> |
| 77 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 78 | + <CharacterSet>Unicode</CharacterSet> |
| 79 | + </PropertyGroup> |
55 | 80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
56 | 81 | <ImportGroup Label="ExtensionSettings">
|
57 | 82 | </ImportGroup>
|
|
63 | 88 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 | 90 | </ImportGroup>
|
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|Win32'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + </ImportGroup> |
66 | 94 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
67 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 96 | </ImportGroup>
|
69 | 97 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
70 | 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
71 | 99 | </ImportGroup>
|
| 100 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|x64'" Label="PropertySheets"> |
| 101 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 102 | + </ImportGroup> |
72 | 103 | <PropertyGroup Label="UserMacros" />
|
73 | 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 105 | <LinkIncremental>true</LinkIncremental>
|
|
79 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80 | 111 | <LinkIncremental>false</LinkIncremental>
|
81 | 112 | </PropertyGroup>
|
| 113 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|Win32'"> |
| 114 | + <LinkIncremental>false</LinkIncremental> |
| 115 | + </PropertyGroup> |
82 | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
83 | 117 | <LinkIncremental>false</LinkIncremental>
|
84 | 118 | </PropertyGroup>
|
| 119 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|x64'"> |
| 120 | + <LinkIncremental>false</LinkIncremental> |
| 121 | + </PropertyGroup> |
85 | 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86 | 123 | <ClCompile>
|
87 | 124 | <PrecompiledHeader>Use</PrecompiledHeader>
|
|
127 | 164 | <GenerateDebugInformation>false</GenerateDebugInformation>
|
128 | 165 | </Link>
|
129 | 166 | </ItemDefinitionGroup>
|
| 167 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|Win32'"> |
| 168 | + <ClCompile> |
| 169 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 170 | + <WarningLevel>Level3</WarningLevel> |
| 171 | + <Optimization>MaxSpeed</Optimization> |
| 172 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 173 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 174 | + <SDLCheck>true</SDLCheck> |
| 175 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 176 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 177 | + </ClCompile> |
| 178 | + <Link> |
| 179 | + <SubSystem>Windows</SubSystem> |
| 180 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 181 | + <OptimizeReferences>true</OptimizeReferences> |
| 182 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 183 | + </Link> |
| 184 | + </ItemDefinitionGroup> |
130 | 185 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
131 | 186 | <ClCompile>
|
132 | 187 | <PrecompiledHeader>Use</PrecompiledHeader>
|
|
145 | 200 | <GenerateDebugInformation>false</GenerateDebugInformation>
|
146 | 201 | </Link>
|
147 | 202 | </ItemDefinitionGroup>
|
| 203 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='XP-Release|x64'"> |
| 204 | + <ClCompile> |
| 205 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 206 | + <WarningLevel>Level3</WarningLevel> |
| 207 | + <Optimization>MaxSpeed</Optimization> |
| 208 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 209 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 210 | + <SDLCheck>true</SDLCheck> |
| 211 | + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 212 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 213 | + </ClCompile> |
| 214 | + <Link> |
| 215 | + <SubSystem>Windows</SubSystem> |
| 216 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 217 | + <OptimizeReferences>true</OptimizeReferences> |
| 218 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 219 | + </Link> |
| 220 | + </ItemDefinitionGroup> |
148 | 221 | <ItemGroup>
|
149 | 222 | <ClInclude Include="CommandTrayHost.h" />
|
150 | 223 | <ClInclude Include="configure.h" />
|
|
159 | 232 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
160 | 233 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
161 | 234 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
| 235 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='XP-Release|Win32'">Create</PrecompiledHeader> |
162 | 236 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
| 237 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='XP-Release|x64'">Create</PrecompiledHeader> |
163 | 238 | </ClCompile>
|
164 | 239 | </ItemGroup>
|
165 | 240 | <ItemGroup>
|
|
0 commit comments