87 lines
4.2 KiB
XML
87 lines
4.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{0A18A071-125E-442F-AFF7-A3F68ABECF99}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\..\..\Source\VSProps\Base.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\src\common;..\include;.\;..\src\os\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>PA_WDMKS_NO_KSGUID_LIB;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=0;PA_ENABLE_DEBUG_OUTPUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\common\pa_allocation.c" />
|
|
<ClCompile Include="..\src\common\pa_converters.c" />
|
|
<ClCompile Include="..\src\common\pa_cpuload.c" />
|
|
<ClCompile Include="..\src\common\pa_debugprint.c" />
|
|
<ClCompile Include="..\src\common\pa_dither.c" />
|
|
<ClCompile Include="..\src\common\pa_front.c" />
|
|
<ClCompile Include="..\src\hostapi\skeleton\pa_hostapi_skeleton.c" />
|
|
<ClCompile Include="..\src\common\pa_process.c" />
|
|
<ClCompile Include="..\src\common\pa_ringbuffer.c" />
|
|
<ClCompile Include="..\src\common\pa_stream.c" />
|
|
<ClCompile Include="..\src\common\pa_trace.c" />
|
|
<ClCompile Include="..\src\hostapi\dsound\pa_win_ds.c" />
|
|
<ClCompile Include="..\src\hostapi\dsound\pa_win_ds_dynlink.c" />
|
|
<ClCompile Include="..\src\hostapi\wmme\pa_win_wmme.c" />
|
|
<ClCompile Include="..\src\hostapi\wasapi\pa_win_wasapi.c" />
|
|
<ClCompile Include="..\src\hostapi\wdmks\pa_win_wdmks.c">
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="..\src\os\win\pa_win_coinitialize.c" />
|
|
<ClCompile Include="..\src\os\win\pa_win_hostapis.c" />
|
|
<ClCompile Include="..\src\os\win\pa_win_util.c" />
|
|
<ClCompile Include="..\src\os\win\pa_win_waveformat.c" />
|
|
<ClCompile Include="..\src\os\win\pa_win_wdmks_utils.c" />
|
|
<ClCompile Include="..\src\os\win\pa_x86_plain_converters.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\pa_asio.h" />
|
|
<ClInclude Include="..\include\pa_win_ds.h" />
|
|
<ClInclude Include="..\include\pa_win_wasapi.h" />
|
|
<ClInclude Include="..\include\pa_win_waveformat.h" />
|
|
<ClInclude Include="..\include\pa_win_wmme.h" />
|
|
<ClInclude Include="..\include\portaudio.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |