- 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/milenage/libmilenage.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>{4BF51C21-5A30-423B-82FE-1ED410E5769D}</ProjectGuid> 55 <RootNamespace>libmilenage</RootNamespace> 81 <RootNamespace>libmilenage</RootNamespace> 82 <!-- Specific UWP property --> 83 <DefaultLanguage>en-US</DefaultLanguage> 56 84 </PropertyGroup> 57 85 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 62 90 <CharacterSet>MultiByte</CharacterSet> 63 91 </PropertyGroup> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 93 <ConfigurationType>StaticLibrary</ConfigurationType> 94 <PlatformToolset>v140</PlatformToolset> 95 <UseOfMfc>false</UseOfMfc> 96 <CharacterSet>MultiByte</CharacterSet> 97 </PropertyGroup> 64 98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 99 <ConfigurationType>StaticLibrary</ConfigurationType> … … 68 102 <CharacterSet>MultiByte</CharacterSet> 69 103 </PropertyGroup> 104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 105 <ConfigurationType>StaticLibrary</ConfigurationType> 106 <PlatformToolset>v140</PlatformToolset> 107 <UseOfMfc>false</UseOfMfc> 108 <CharacterSet>MultiByte</CharacterSet> 109 </PropertyGroup> 70 110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 71 111 <ConfigurationType>StaticLibrary</ConfigurationType> … … 74 114 <CharacterSet>MultiByte</CharacterSet> 75 115 </PropertyGroup> 116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 117 <ConfigurationType>StaticLibrary</ConfigurationType> 118 <PlatformToolset>v140</PlatformToolset> 119 <UseOfMfc>false</UseOfMfc> 120 <CharacterSet>MultiByte</CharacterSet> 121 </PropertyGroup> 76 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 77 123 <ConfigurationType>StaticLibrary</ConfigurationType> … … 80 126 <CharacterSet>MultiByte</CharacterSet> 81 127 </PropertyGroup> 128 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 129 <ConfigurationType>StaticLibrary</ConfigurationType> 130 <PlatformToolset>v140</PlatformToolset> 131 <UseOfMfc>false</UseOfMfc> 132 <CharacterSet>MultiByte</CharacterSet> 133 </PropertyGroup> 82 134 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 83 135 <ConfigurationType>StaticLibrary</ConfigurationType> … … 86 138 <CharacterSet>MultiByte</CharacterSet> 87 139 </PropertyGroup> 140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 141 <ConfigurationType>StaticLibrary</ConfigurationType> 142 <PlatformToolset>v140</PlatformToolset> 143 <UseOfMfc>false</UseOfMfc> 144 <CharacterSet>MultiByte</CharacterSet> 145 </PropertyGroup> 88 146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 89 147 <ConfigurationType>StaticLibrary</ConfigurationType> … … 92 150 <CharacterSet>MultiByte</CharacterSet> 93 151 </PropertyGroup> 152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 153 <ConfigurationType>StaticLibrary</ConfigurationType> 154 <PlatformToolset>v140</PlatformToolset> 155 <UseOfMfc>false</UseOfMfc> 156 <CharacterSet>MultiByte</CharacterSet> 157 </PropertyGroup> 94 158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 95 159 <ConfigurationType>StaticLibrary</ConfigurationType> … … 127 191 <UseOfMfc>false</UseOfMfc> 128 192 <CharacterSet>MultiByte</CharacterSet> 193 </PropertyGroup> 194 <!-- Override the PlatformToolset --> 195 <PropertyGroup> 196 <PlatformToolset>$(BuildToolset)</PlatformToolset> 197 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 129 198 </PropertyGroup> 130 199 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 136 205 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 206 </ImportGroup> 207 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 208 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 209 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 210 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 211 </ImportGroup> 138 212 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 139 213 <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" /> 214 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 215 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 216 </ImportGroup> 217 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 218 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 219 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 220 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 142 221 </ImportGroup> 143 222 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> … … 146 225 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 147 226 </ImportGroup> 227 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 228 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 229 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 230 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 231 </ImportGroup> 148 232 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 149 233 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 151 235 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 152 236 </ImportGroup> 237 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 238 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 239 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 240 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 241 </ImportGroup> 153 242 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 154 243 <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" /> 244 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 245 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 246 </ImportGroup> 247 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 248 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 249 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 250 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 251 </ImportGroup> 158 252 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 253 <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" /> 254 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 255 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 256 </ImportGroup> 257 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 258 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 259 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 260 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 261 </ImportGroup> 163 262 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 263 <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 264 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 265 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 266 </ImportGroup> 168 267 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 169 268 <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" /> 269 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 270 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 172 271 </ImportGroup> 173 272 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 174 273 <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" /> 274 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 275 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 177 276 </ImportGroup> 178 277 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 179 278 <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" /> 279 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 280 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 182 281 </ImportGroup> 183 282 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 184 283 <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" /> 284 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 285 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 286 </ImportGroup> 188 287 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 288 <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" /> 289 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 290 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 291 </ImportGroup> 193 292 <PropertyGroup Label="UserMacros" /> 194 293 <PropertyGroup> 195 294 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 <OutDir>..\..\lib\</OutDir> 197 </PropertyGroup> 295 <OutDir>..\..\lib\</OutDir> 296 </PropertyGroup> 297 <!-- Compile and link option definition --> 298 <ItemDefinitionGroup> 299 <ClCompile> 300 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 301 </ClCompile> 302 </ItemDefinitionGroup> 198 303 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 199 304 <ClCompile> … … 201 306 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 307 <PrecompiledHeaderOutputFile /> 308 </ClCompile> 309 <Lib> 310 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 311 </Lib> 312 </ItemDefinitionGroup> 313 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 314 <ClCompile> 315 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 316 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 317 <PrecompiledHeaderOutputFile> 318 </PrecompiledHeaderOutputFile> 203 319 </ClCompile> 204 320 <Lib> … … 230 346 </Lib> 231 347 </ItemDefinitionGroup> 348 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 349 <ClCompile> 350 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 351 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 352 <PrecompiledHeaderOutputFile> 353 </PrecompiledHeaderOutputFile> 354 </ClCompile> 355 <Lib> 356 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 357 </Lib> 358 </ItemDefinitionGroup> 232 359 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 233 360 <Midl> … … 253 380 </Lib> 254 381 </ItemDefinitionGroup> 382 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 383 <ClCompile> 384 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 385 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 386 <PrecompiledHeaderOutputFile> 387 </PrecompiledHeaderOutputFile> 388 </ClCompile> 389 <Lib> 390 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 391 </Lib> 392 </ItemDefinitionGroup> 255 393 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 256 394 <Midl> … … 277 415 </Lib> 278 416 </ItemDefinitionGroup> 417 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 418 <ClCompile> 419 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 420 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 421 <PrecompiledHeaderOutputFile> 422 </PrecompiledHeaderOutputFile> 423 </ClCompile> 424 <Lib> 425 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 426 </Lib> 427 </ItemDefinitionGroup> 279 428 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 280 429 <Midl> … … 300 449 </Lib> 301 450 </ItemDefinitionGroup> 451 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 452 <ClCompile> 453 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 454 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 455 <PrecompiledHeaderOutputFile> 456 </PrecompiledHeaderOutputFile> 457 </ClCompile> 458 <Lib> 459 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 460 </Lib> 461 </ItemDefinitionGroup> 302 462 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 303 463 <Midl> … … 319 479 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 320 480 <PrecompiledHeaderOutputFile /> 481 </ClCompile> 482 <Lib> 483 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 484 </Lib> 485 </ItemDefinitionGroup> 486 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 487 <ClCompile> 488 <AdditionalIncludeDirectories>../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 489 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 490 <PrecompiledHeaderOutputFile> 491 </PrecompiledHeaderOutputFile> 321 492 </ClCompile> 322 493 <Lib>
Note: See TracChangeset
for help on using the changeset viewer.