- Timestamp:
- Dec 10, 2015 1:58:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/third_party/build/g7221/libg7221codec.vcxproj
r5168 r5210 2 2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug-Dynamic|ARM"> 5 <Configuration>Debug-Dynamic</Configuration> 6 <Platform>ARM</Platform> 7 </ProjectConfiguration> 4 8 <ProjectConfiguration Include="Debug-Dynamic|Win32"> 5 9 <Configuration>Debug-Dynamic</Configuration> … … 10 14 <Platform>x64</Platform> 11 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Debug-Static|ARM"> 17 <Configuration>Debug-Static</Configuration> 18 <Platform>ARM</Platform> 19 </ProjectConfiguration> 12 20 <ProjectConfiguration Include="Debug-Static|Win32"> 13 21 <Configuration>Debug-Static</Configuration> … … 18 26 <Platform>x64</Platform> 19 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="Debug|ARM"> 29 <Configuration>Debug</Configuration> 30 <Platform>ARM</Platform> 31 </ProjectConfiguration> 20 32 <ProjectConfiguration Include="Debug|Win32"> 21 33 <Configuration>Debug</Configuration> … … 26 38 <Platform>x64</Platform> 27 39 </ProjectConfiguration> 40 <ProjectConfiguration Include="Release-Dynamic|ARM"> 41 <Configuration>Release-Dynamic</Configuration> 42 <Platform>ARM</Platform> 43 </ProjectConfiguration> 28 44 <ProjectConfiguration Include="Release-Dynamic|Win32"> 29 45 <Configuration>Release-Dynamic</Configuration> … … 34 50 <Platform>x64</Platform> 35 51 </ProjectConfiguration> 52 <ProjectConfiguration Include="Release-Static|ARM"> 53 <Configuration>Release-Static</Configuration> 54 <Platform>ARM</Platform> 55 </ProjectConfiguration> 36 56 <ProjectConfiguration Include="Release-Static|Win32"> 37 57 <Configuration>Release-Static</Configuration> … … 42 62 <Platform>x64</Platform> 43 63 </ProjectConfiguration> 64 <ProjectConfiguration Include="Release|ARM"> 65 <Configuration>Release</Configuration> 66 <Platform>ARM</Platform> 67 </ProjectConfiguration> 44 68 <ProjectConfiguration Include="Release|Win32"> 45 69 <Configuration>Release</Configuration> … … 51 75 </ProjectConfiguration> 52 76 </ItemGroup> 77 <!-- Import common config --> 78 <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 53 79 <PropertyGroup Label="Globals"> 54 80 <ProjectGuid>{2A3F241E-682C-47E1-9543-DC28708B406A}</ProjectGuid> 55 81 <RootNamespace>libg7221codec</RootNamespace> 82 <DefaultLanguage>en-US</DefaultLanguage> 83 <!-- Specific UWP property --> 84 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 85 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 86 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 87 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 88 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 56 89 </PropertyGroup> 57 90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 60 93 <PlatformToolset>v140</PlatformToolset> 61 94 <UseOfMfc>false</UseOfMfc> 62 <CharacterSet>MultiByte</CharacterSet> 95 </PropertyGroup> 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 97 <ConfigurationType>StaticLibrary</ConfigurationType> 98 <PlatformToolset>v140</PlatformToolset> 99 <UseOfMfc>false</UseOfMfc> 63 100 </PropertyGroup> 64 101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration"> … … 66 103 <PlatformToolset>v140</PlatformToolset> 67 104 <UseOfMfc>false</UseOfMfc> 68 <CharacterSet>MultiByte</CharacterSet> 105 </PropertyGroup> 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 107 <ConfigurationType>StaticLibrary</ConfigurationType> 108 <PlatformToolset>v140</PlatformToolset> 109 <UseOfMfc>false</UseOfMfc> 69 110 </PropertyGroup> 70 111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> … … 72 113 <PlatformToolset>v140</PlatformToolset> 73 114 <UseOfMfc>false</UseOfMfc> 74 <CharacterSet>MultiByte</CharacterSet> 115 </PropertyGroup> 116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 117 <ConfigurationType>StaticLibrary</ConfigurationType> 118 <PlatformToolset>v140</PlatformToolset> 119 <UseOfMfc>false</UseOfMfc> 75 120 </PropertyGroup> 76 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> … … 78 123 <PlatformToolset>v140</PlatformToolset> 79 124 <UseOfMfc>false</UseOfMfc> 80 <CharacterSet>MultiByte</CharacterSet> 125 </PropertyGroup> 126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 127 <ConfigurationType>StaticLibrary</ConfigurationType> 128 <PlatformToolset>v140</PlatformToolset> 129 <UseOfMfc>false</UseOfMfc> 81 130 </PropertyGroup> 82 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> … … 84 133 <PlatformToolset>v140</PlatformToolset> 85 134 <UseOfMfc>false</UseOfMfc> 86 <CharacterSet>MultiByte</CharacterSet> 135 </PropertyGroup> 136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 137 <ConfigurationType>StaticLibrary</ConfigurationType> 138 <PlatformToolset>v140</PlatformToolset> 139 <UseOfMfc>false</UseOfMfc> 87 140 </PropertyGroup> 88 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> … … 90 143 <PlatformToolset>v140</PlatformToolset> 91 144 <UseOfMfc>false</UseOfMfc> 92 <CharacterSet>MultiByte</CharacterSet> 145 </PropertyGroup> 146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 147 <ConfigurationType>StaticLibrary</ConfigurationType> 148 <PlatformToolset>v140</PlatformToolset> 149 <UseOfMfc>false</UseOfMfc> 93 150 </PropertyGroup> 94 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration"> … … 96 153 <PlatformToolset>v140</PlatformToolset> 97 154 <UseOfMfc>false</UseOfMfc> 98 <CharacterSet>MultiByte</CharacterSet>99 155 </PropertyGroup> 100 156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> … … 102 158 <PlatformToolset>v140</PlatformToolset> 103 159 <UseOfMfc>false</UseOfMfc> 104 <CharacterSet>MultiByte</CharacterSet>105 160 </PropertyGroup> 106 161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration"> … … 108 163 <PlatformToolset>v140</PlatformToolset> 109 164 <UseOfMfc>false</UseOfMfc> 110 <CharacterSet>MultiByte</CharacterSet>111 165 </PropertyGroup> 112 166 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration"> … … 114 168 <PlatformToolset>v140</PlatformToolset> 115 169 <UseOfMfc>false</UseOfMfc> 116 <CharacterSet>MultiByte</CharacterSet>117 170 </PropertyGroup> 118 171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> … … 120 173 <PlatformToolset>v140</PlatformToolset> 121 174 <UseOfMfc>false</UseOfMfc> 122 <CharacterSet>MultiByte</CharacterSet>123 175 </PropertyGroup> 124 176 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 126 178 <PlatformToolset>v140</PlatformToolset> 127 179 <UseOfMfc>false</UseOfMfc> 128 <CharacterSet>MultiByte</CharacterSet> 180 </PropertyGroup> 181 <!-- Override the PlatformToolset --> 182 <PropertyGroup> 183 <PlatformToolset>$(BuildToolset)</PlatformToolset><CharacterSet Condition="'$(API_Family)'=='WinDesktop'">MultiByte</CharacterSet> 184 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 129 185 </PropertyGroup> 130 186 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 136 192 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 193 </ImportGroup> 194 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 195 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 196 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 197 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 198 </ImportGroup> 138 199 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 139 200 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 140 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 141 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 201 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 202 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 203 </ImportGroup> 204 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 205 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 206 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 207 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 142 208 </ImportGroup> 143 209 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> … … 146 212 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 147 213 </ImportGroup> 214 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 215 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 216 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 217 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 218 </ImportGroup> 148 219 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 149 220 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 151 222 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 152 223 </ImportGroup> 224 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 225 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 226 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 227 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 228 </ImportGroup> 153 229 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 154 230 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 155 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 156 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 231 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 232 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 233 </ImportGroup> 234 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 235 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 236 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 237 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 238 </ImportGroup> 158 239 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 240 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 160 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 161 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 241 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 242 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 243 </ImportGroup> 244 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 245 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 246 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 247 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 248 </ImportGroup> 163 249 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 250 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 165 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 166 251 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 252 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 253 </ImportGroup> 168 254 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 169 255 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 170 171 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 256 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 257 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 172 258 </ImportGroup> 173 259 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 174 260 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 175 176 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 261 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 262 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 177 263 </ImportGroup> 178 264 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 179 265 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 180 181 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 266 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 267 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 182 268 </ImportGroup> 183 269 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 184 270 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 185 186 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 271 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 272 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 273 </ImportGroup> 188 274 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 275 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 190 191 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 276 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 277 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 278 </ImportGroup> 193 279 <PropertyGroup Label="UserMacros" /> 194 280 <PropertyGroup> 195 281 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 <OutDir>..\..\lib\</OutDir> 197 </PropertyGroup> 282 <OutDir>..\..\lib\</OutDir> 283 </PropertyGroup> 284 <!-- Compile and link option definition --> 285 <ItemDefinitionGroup> 286 <ClCompile> 287 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 288 </ClCompile> 289 </ItemDefinitionGroup> 198 290 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 199 291 <ClCompile> … … 201 293 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 294 <PrecompiledHeaderOutputFile /> 295 </ClCompile> 296 <Lib> 297 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 298 </Lib> 299 </ItemDefinitionGroup> 300 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 301 <ClCompile> 302 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 303 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 304 <PrecompiledHeaderOutputFile> 305 </PrecompiledHeaderOutputFile> 203 306 </ClCompile> 204 307 <Lib> … … 229 332 </Lib> 230 333 </ItemDefinitionGroup> 334 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 335 <ClCompile> 336 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 337 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 338 <PrecompiledHeaderOutputFile> 339 </PrecompiledHeaderOutputFile> 340 </ClCompile> 341 <Lib> 342 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 343 </Lib> 344 </ItemDefinitionGroup> 231 345 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 232 346 <Midl> … … 253 367 </Lib> 254 368 </ItemDefinitionGroup> 369 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 370 <ClCompile> 371 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 372 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 373 <PrecompiledHeaderOutputFile> 374 </PrecompiledHeaderOutputFile> 375 </ClCompile> 376 <Lib> 377 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 378 </Lib> 379 </ItemDefinitionGroup> 255 380 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 256 381 <Midl> … … 277 402 </Lib> 278 403 </ItemDefinitionGroup> 404 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 405 <ClCompile> 406 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 407 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 408 <PrecompiledHeaderOutputFile> 409 </PrecompiledHeaderOutputFile> 410 </ClCompile> 411 <Lib> 412 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 413 </Lib> 414 </ItemDefinitionGroup> 279 415 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 280 416 <Midl> … … 301 437 </Lib> 302 438 </ItemDefinitionGroup> 439 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 440 <ClCompile> 441 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 442 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 443 <PrecompiledHeaderOutputFile> 444 </PrecompiledHeaderOutputFile> 445 </ClCompile> 446 <Lib> 447 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 448 </Lib> 449 </ItemDefinitionGroup> 303 450 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'"> 304 451 <Midl> … … 319 466 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 320 467 <PrecompiledHeaderOutputFile /> 468 </ClCompile> 469 <Lib> 470 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 471 </Lib> 472 </ItemDefinitionGroup> 473 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 474 <ClCompile> 475 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 476 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 477 <PrecompiledHeaderOutputFile> 478 </PrecompiledHeaderOutputFile> 321 479 </ClCompile> 322 480 <Lib>
Note: See TracChangeset
for help on using the changeset viewer.