- Timestamp:
- Jan 23, 2017 4:32:34 AM (8 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/uwp (added) merged: 5208,5210-5211,5254,5256,5298,5439,5470,5497,5511-5515,5526,5528-5529,5532,5538 -
Property
svn:global-ignores
set to
bin
obj
lib
Bin
output
Debug
Generated[^A-Ba-b0-9]Files
Service[^A-Ba-b0-9]References
*.opendb
*.db
*.user
- Property svn:mergeinfo changed
-
pjproject/trunk/third_party/build/g7221/libg7221codec.vcxproj
r5168 r5539 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 --> 56 84 </PropertyGroup> 57 85 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 60 88 <PlatformToolset>v140</PlatformToolset> 61 89 <UseOfMfc>false</UseOfMfc> 62 <CharacterSet>MultiByte</CharacterSet> 90 </PropertyGroup> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 92 <ConfigurationType>StaticLibrary</ConfigurationType> 93 <PlatformToolset>v140</PlatformToolset> 94 <UseOfMfc>false</UseOfMfc> 63 95 </PropertyGroup> 64 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration"> … … 66 98 <PlatformToolset>v140</PlatformToolset> 67 99 <UseOfMfc>false</UseOfMfc> 68 <CharacterSet>MultiByte</CharacterSet> 100 </PropertyGroup> 101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 102 <ConfigurationType>StaticLibrary</ConfigurationType> 103 <PlatformToolset>v140</PlatformToolset> 104 <UseOfMfc>false</UseOfMfc> 69 105 </PropertyGroup> 70 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> … … 72 108 <PlatformToolset>v140</PlatformToolset> 73 109 <UseOfMfc>false</UseOfMfc> 74 <CharacterSet>MultiByte</CharacterSet> 110 </PropertyGroup> 111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 112 <ConfigurationType>StaticLibrary</ConfigurationType> 113 <PlatformToolset>v140</PlatformToolset> 114 <UseOfMfc>false</UseOfMfc> 75 115 </PropertyGroup> 76 116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> … … 78 118 <PlatformToolset>v140</PlatformToolset> 79 119 <UseOfMfc>false</UseOfMfc> 80 <CharacterSet>MultiByte</CharacterSet> 120 </PropertyGroup> 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 122 <ConfigurationType>StaticLibrary</ConfigurationType> 123 <PlatformToolset>v140</PlatformToolset> 124 <UseOfMfc>false</UseOfMfc> 81 125 </PropertyGroup> 82 126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> … … 84 128 <PlatformToolset>v140</PlatformToolset> 85 129 <UseOfMfc>false</UseOfMfc> 86 <CharacterSet>MultiByte</CharacterSet> 130 </PropertyGroup> 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 132 <ConfigurationType>StaticLibrary</ConfigurationType> 133 <PlatformToolset>v140</PlatformToolset> 134 <UseOfMfc>false</UseOfMfc> 87 135 </PropertyGroup> 88 136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> … … 90 138 <PlatformToolset>v140</PlatformToolset> 91 139 <UseOfMfc>false</UseOfMfc> 92 <CharacterSet>MultiByte</CharacterSet> 140 </PropertyGroup> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 142 <ConfigurationType>StaticLibrary</ConfigurationType> 143 <PlatformToolset>v140</PlatformToolset> 144 <UseOfMfc>false</UseOfMfc> 93 145 </PropertyGroup> 94 146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration"> … … 96 148 <PlatformToolset>v140</PlatformToolset> 97 149 <UseOfMfc>false</UseOfMfc> 98 <CharacterSet>MultiByte</CharacterSet>99 150 </PropertyGroup> 100 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> … … 102 153 <PlatformToolset>v140</PlatformToolset> 103 154 <UseOfMfc>false</UseOfMfc> 104 <CharacterSet>MultiByte</CharacterSet>105 155 </PropertyGroup> 106 156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration"> … … 108 158 <PlatformToolset>v140</PlatformToolset> 109 159 <UseOfMfc>false</UseOfMfc> 110 <CharacterSet>MultiByte</CharacterSet>111 160 </PropertyGroup> 112 161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration"> … … 114 163 <PlatformToolset>v140</PlatformToolset> 115 164 <UseOfMfc>false</UseOfMfc> 116 <CharacterSet>MultiByte</CharacterSet>117 165 </PropertyGroup> 118 166 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> … … 120 168 <PlatformToolset>v140</PlatformToolset> 121 169 <UseOfMfc>false</UseOfMfc> 122 <CharacterSet>MultiByte</CharacterSet>123 170 </PropertyGroup> 124 171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> … … 126 173 <PlatformToolset>v140</PlatformToolset> 127 174 <UseOfMfc>false</UseOfMfc> 128 <CharacterSet>MultiByte</CharacterSet> 175 </PropertyGroup> 176 <!-- Override the PlatformToolset --> 177 <PropertyGroup> 178 <PlatformToolset>$(BuildToolset)</PlatformToolset><CharacterSet Condition="'$(API_Family)'=='WinDesktop'">MultiByte</CharacterSet> 179 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 129 180 </PropertyGroup> 130 181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 136 187 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 188 </ImportGroup> 189 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 190 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 191 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 192 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 193 </ImportGroup> 138 194 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 139 195 <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" /> 196 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 197 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 198 </ImportGroup> 199 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 200 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 201 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 202 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 142 203 </ImportGroup> 143 204 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> … … 146 207 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 147 208 </ImportGroup> 209 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 210 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 211 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 212 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 213 </ImportGroup> 148 214 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 149 215 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 151 217 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 152 218 </ImportGroup> 219 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 220 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 221 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 222 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 223 </ImportGroup> 153 224 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 154 225 <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" /> 226 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 227 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 228 </ImportGroup> 229 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 230 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 231 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 232 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 233 </ImportGroup> 158 234 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 235 <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" /> 236 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 237 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 238 </ImportGroup> 239 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 240 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 241 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 242 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 243 </ImportGroup> 163 244 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 245 <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 246 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 247 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 248 </ImportGroup> 168 249 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 169 250 <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" /> 251 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 252 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 172 253 </ImportGroup> 173 254 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 174 255 <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" /> 256 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 257 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 177 258 </ImportGroup> 178 259 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 179 260 <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" /> 261 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 262 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 182 263 </ImportGroup> 183 264 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 184 265 <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" /> 266 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 267 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 268 </ImportGroup> 188 269 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 270 <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" /> 271 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 272 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 273 </ImportGroup> 193 274 <PropertyGroup Label="UserMacros" /> 194 275 <PropertyGroup> 195 276 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 <OutDir>..\..\lib\</OutDir> 197 </PropertyGroup> 277 <OutDir>..\..\lib\</OutDir> 278 </PropertyGroup> 279 <!-- Compile and link option definition --> 280 <ItemDefinitionGroup> 281 <ClCompile> 282 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 283 </ClCompile> 284 </ItemDefinitionGroup> 198 285 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 199 286 <ClCompile> … … 201 288 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 289 <PrecompiledHeaderOutputFile /> 290 </ClCompile> 291 <Lib> 292 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 293 </Lib> 294 </ItemDefinitionGroup> 295 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 296 <ClCompile> 297 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 298 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 299 <PrecompiledHeaderOutputFile> 300 </PrecompiledHeaderOutputFile> 203 301 </ClCompile> 204 302 <Lib> … … 229 327 </Lib> 230 328 </ItemDefinitionGroup> 329 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 330 <ClCompile> 331 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 332 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 333 <PrecompiledHeaderOutputFile> 334 </PrecompiledHeaderOutputFile> 335 </ClCompile> 336 <Lib> 337 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 338 </Lib> 339 </ItemDefinitionGroup> 231 340 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 232 341 <Midl> … … 253 362 </Lib> 254 363 </ItemDefinitionGroup> 364 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 365 <ClCompile> 366 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 367 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 368 <PrecompiledHeaderOutputFile> 369 </PrecompiledHeaderOutputFile> 370 </ClCompile> 371 <Lib> 372 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 373 </Lib> 374 </ItemDefinitionGroup> 255 375 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 256 376 <Midl> … … 277 397 </Lib> 278 398 </ItemDefinitionGroup> 399 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 400 <ClCompile> 401 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 402 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 403 <PrecompiledHeaderOutputFile> 404 </PrecompiledHeaderOutputFile> 405 </ClCompile> 406 <Lib> 407 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 408 </Lib> 409 </ItemDefinitionGroup> 279 410 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 280 411 <Midl> … … 301 432 </Lib> 302 433 </ItemDefinitionGroup> 434 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 435 <ClCompile> 436 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 437 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 438 <PrecompiledHeaderOutputFile> 439 </PrecompiledHeaderOutputFile> 440 </ClCompile> 441 <Lib> 442 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 443 </Lib> 444 </ItemDefinitionGroup> 303 445 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'"> 304 446 <Midl> … … 319 461 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 320 462 <PrecompiledHeaderOutputFile /> 463 </ClCompile> 464 <Lib> 465 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 466 </Lib> 467 </ItemDefinitionGroup> 468 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 469 <ClCompile> 470 <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 471 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 472 <PrecompiledHeaderOutputFile> 473 </PrecompiledHeaderOutputFile> 321 474 </ClCompile> 322 475 <Lib>
Note: See TracChangeset
for help on using the changeset viewer.