Changeset 5210 for pjproject/branches/projects/uwp/third_party/build/baseclasses/libbaseclasses.vcxproj
- 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/baseclasses/libbaseclasses.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>{E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}</ProjectGuid> 55 <RootNamespace>libbaseclasses</RootNamespace> 81 <RootNamespace>libbaseclasses</RootNamespace> 82 <!-- Specific UWP property --> 83 <DefaultLanguage>en-US</DefaultLanguage> 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-Static|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-Dynamic|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-Dynamic|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|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|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-Dynamic|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-Dynamic|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-Static|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-Static|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-Static|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-Dynamic|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|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-Dynamic|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-Static|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> 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'"> 291 <ClCompile> 292 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 293 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 294 </ClCompile> 295 <ResourceCompile> 296 <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 297 <Culture>0x0409</Culture> 298 </ResourceCompile> 299 <Lib> 300 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 301 </Lib> 302 </ItemDefinitionGroup> 303 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 199 304 <ClCompile> 200 305 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> … … 238 343 </Lib> 239 344 </ItemDefinitionGroup> 345 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 346 <ClCompile> 347 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 348 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 349 </ClCompile> 350 <ResourceCompile> 351 <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 352 <Culture>0x0409</Culture> 353 </ResourceCompile> 354 <Lib> 355 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 356 </Lib> 357 </ItemDefinitionGroup> 240 358 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 241 359 <Midl> … … 268 386 </Lib> 269 387 </ItemDefinitionGroup> 388 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 389 <ClCompile> 390 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 391 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 392 </ClCompile> 393 <ResourceCompile> 394 <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 395 <Culture>0x0409</Culture> 396 </ResourceCompile> 397 <Lib> 398 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 399 </Lib> 400 </ItemDefinitionGroup> 270 401 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 271 402 <Midl> … … 298 429 </Lib> 299 430 </ItemDefinitionGroup> 431 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 432 <ClCompile> 433 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 434 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 435 </ClCompile> 436 <ResourceCompile> 437 <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 438 <Culture>0x0409</Culture> 439 </ResourceCompile> 440 <Lib> 441 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 442 </Lib> 443 </ItemDefinitionGroup> 300 444 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 301 445 <Midl> … … 328 472 </Lib> 329 473 </ItemDefinitionGroup> 474 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 475 <ClCompile> 476 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 477 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 478 </ClCompile> 479 <ResourceCompile> 480 <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 481 <Culture>0x0409</Culture> 482 </ResourceCompile> 483 <Lib> 484 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 485 </Lib> 486 </ItemDefinitionGroup> 330 487 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 331 488 <Midl> … … 345 502 </ItemDefinitionGroup> 346 503 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'"> 504 <ClCompile> 505 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 506 <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 507 </ClCompile> 508 <ResourceCompile> 509 <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 510 <Culture>0x0409</Culture> 511 </ResourceCompile> 512 <Lib> 513 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 514 </Lib> 515 </ItemDefinitionGroup> 516 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 347 517 <ClCompile> 348 518 <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Note: See TracChangeset
for help on using the changeset viewer.