- 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/portaudio/libportaudio.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>{3CF9FFA9-8387-4635-9D1B-E7944CBEFEAA}</ProjectGuid> 55 <RootNamespace>libportaudio</RootNamespace> 81 <RootNamespace>libportaudio</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" /> … … 62 95 <CharacterSet>MultiByte</CharacterSet> 63 96 </PropertyGroup> 97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 98 <ConfigurationType>StaticLibrary</ConfigurationType> 99 <PlatformToolset>v140</PlatformToolset> 100 <UseOfMfc>false</UseOfMfc> 101 <CharacterSet>MultiByte</CharacterSet> 102 </PropertyGroup> 64 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 104 <ConfigurationType>StaticLibrary</ConfigurationType> … … 68 107 <CharacterSet>MultiByte</CharacterSet> 69 108 </PropertyGroup> 109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 110 <ConfigurationType>StaticLibrary</ConfigurationType> 111 <PlatformToolset>v140</PlatformToolset> 112 <UseOfMfc>false</UseOfMfc> 113 <CharacterSet>MultiByte</CharacterSet> 114 </PropertyGroup> 70 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 71 116 <ConfigurationType>StaticLibrary</ConfigurationType> … … 74 119 <CharacterSet>MultiByte</CharacterSet> 75 120 </PropertyGroup> 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 122 <ConfigurationType>StaticLibrary</ConfigurationType> 123 <PlatformToolset>v140</PlatformToolset> 124 <UseOfMfc>false</UseOfMfc> 125 <CharacterSet>MultiByte</CharacterSet> 126 </PropertyGroup> 76 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 77 128 <ConfigurationType>StaticLibrary</ConfigurationType> … … 80 131 <CharacterSet>MultiByte</CharacterSet> 81 132 </PropertyGroup> 133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 134 <ConfigurationType>StaticLibrary</ConfigurationType> 135 <PlatformToolset>v140</PlatformToolset> 136 <UseOfMfc>false</UseOfMfc> 137 <CharacterSet>MultiByte</CharacterSet> 138 </PropertyGroup> 82 139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 83 140 <ConfigurationType>StaticLibrary</ConfigurationType> … … 86 143 <CharacterSet>MultiByte</CharacterSet> 87 144 </PropertyGroup> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 146 <ConfigurationType>StaticLibrary</ConfigurationType> 147 <PlatformToolset>v140</PlatformToolset> 148 <UseOfMfc>false</UseOfMfc> 149 <CharacterSet>MultiByte</CharacterSet> 150 </PropertyGroup> 88 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 89 152 <ConfigurationType>StaticLibrary</ConfigurationType> … … 92 155 <CharacterSet>MultiByte</CharacterSet> 93 156 </PropertyGroup> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 158 <ConfigurationType>StaticLibrary</ConfigurationType> 159 <PlatformToolset>v140</PlatformToolset> 160 <UseOfMfc>false</UseOfMfc> 161 <CharacterSet>MultiByte</CharacterSet> 162 </PropertyGroup> 94 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 95 164 <ConfigurationType>StaticLibrary</ConfigurationType> … … 128 197 <CharacterSet>MultiByte</CharacterSet> 129 198 </PropertyGroup> 130 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 199 <!-- Override the PlatformToolset --> 200 <PropertyGroup> 201 <PlatformToolset>$(BuildToolset)</PlatformToolset> 202 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 203 </PropertyGroup> 204 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 131 205 <ImportGroup Label="ExtensionSettings"> 132 206 </ImportGroup> … … 136 210 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 211 </ImportGroup> 212 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 213 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 214 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 215 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 216 </ImportGroup> 138 217 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 139 218 <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" /> 219 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 220 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 221 </ImportGroup> 222 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 223 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 224 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 225 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 142 226 </ImportGroup> 143 227 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> … … 146 230 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 147 231 </ImportGroup> 232 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 233 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 234 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 235 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 236 </ImportGroup> 148 237 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 149 238 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 151 240 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 152 241 </ImportGroup> 242 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 243 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 244 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 245 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 246 </ImportGroup> 153 247 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 154 248 <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" /> 249 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 250 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 251 </ImportGroup> 252 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 253 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 254 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 255 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 256 </ImportGroup> 158 257 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 258 <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" /> 259 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 260 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 261 </ImportGroup> 262 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 263 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 264 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 265 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 266 </ImportGroup> 163 267 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 268 <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 269 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 270 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 271 </ImportGroup> 168 272 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 169 273 <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" /> 274 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 275 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 172 276 </ImportGroup> 173 277 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 174 278 <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" /> 279 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 280 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 177 281 </ImportGroup> 178 282 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 179 283 <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" /> 284 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 285 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 182 286 </ImportGroup> 183 287 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 184 288 <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" /> 289 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 290 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 291 </ImportGroup> 188 292 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 293 <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" /> 294 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 295 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 296 </ImportGroup> 193 297 <PropertyGroup Label="UserMacros" /> 194 298 <PropertyGroup> 195 299 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 <OutDir>..\..\lib\</OutDir> 197 </PropertyGroup> 300 <OutDir>..\..\lib\</OutDir> 301 </PropertyGroup> 302 <!-- Compile and link option definition --> 303 <ItemDefinitionGroup> 304 <ClCompile> 305 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 306 </ClCompile> 307 </ItemDefinitionGroup> 198 308 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 199 309 <ClCompile> … … 201 311 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 312 <PrecompiledHeaderOutputFile /> 313 </ClCompile> 314 <Lib> 315 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 316 </Lib> 317 </ItemDefinitionGroup> 318 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 319 <ClCompile> 320 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 321 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 322 <PrecompiledHeaderOutputFile> 323 </PrecompiledHeaderOutputFile> 203 324 </ClCompile> 204 325 <Lib> … … 230 351 </Lib> 231 352 </ItemDefinitionGroup> 353 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 354 <ClCompile> 355 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 356 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 357 <PrecompiledHeaderOutputFile> 358 </PrecompiledHeaderOutputFile> 359 </ClCompile> 360 <Lib> 361 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 362 </Lib> 363 </ItemDefinitionGroup> 232 364 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 233 365 <Midl> … … 253 385 </Lib> 254 386 </ItemDefinitionGroup> 387 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 388 <ClCompile> 389 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 390 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 391 <PrecompiledHeaderOutputFile> 392 </PrecompiledHeaderOutputFile> 393 </ClCompile> 394 <Lib> 395 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 396 </Lib> 397 </ItemDefinitionGroup> 255 398 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 256 399 <Midl> … … 277 420 </Lib> 278 421 </ItemDefinitionGroup> 422 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 423 <ClCompile> 424 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 425 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 426 <PrecompiledHeaderOutputFile> 427 </PrecompiledHeaderOutputFile> 428 </ClCompile> 429 <Lib> 430 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 431 </Lib> 432 </ItemDefinitionGroup> 279 433 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 280 434 <Midl> … … 300 454 </Lib> 301 455 </ItemDefinitionGroup> 456 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 457 <ClCompile> 458 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 459 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 460 <PrecompiledHeaderOutputFile> 461 </PrecompiledHeaderOutputFile> 462 </ClCompile> 463 <Lib> 464 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 465 </Lib> 466 </ItemDefinitionGroup> 302 467 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 303 468 <Midl> … … 324 489 </Lib> 325 490 </ItemDefinitionGroup> 491 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 492 <ClCompile> 493 <AdditionalIncludeDirectories>..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;$(DXSDK_DIR)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 494 <PreprocessorDefinitions>_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO;%(PreprocessorDefinitions)</PreprocessorDefinitions> 495 <PrecompiledHeaderOutputFile> 496 </PrecompiledHeaderOutputFile> 497 </ClCompile> 498 <Lib> 499 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 500 </Lib> 501 </ItemDefinitionGroup> 326 502 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'"> 327 503 <Midl> … … 337 513 </Lib> 338 514 </ItemDefinitionGroup> 339 <ItemGroup >515 <ItemGroup Condition="$(API_Family)=='WinDesktop'"> 340 516 <ClCompile Include="..\..\portaudio\src\common\pa_allocation.c" /> 341 517 <ClCompile Include="..\..\portaudio\src\common\pa_converters.c" />
Note: See TracChangeset
for help on using the changeset viewer.