2015-03-16 23:42:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</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>
|
2015-03-16 23:42:36 +00:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<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" />
|
2014-08-20 03:12:14 +00:00
|
|
|
|
<Import Project="..\..\..\Source\VSProps\ClDisableAllWarnings.props" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\common;..\include;.\;..\src\os\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2017-01-20 19:48:35 +00:00
|
|
|
|
<PreprocessorDefinitions>PA_ENABLE_DEBUG_OUTPUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</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\wmme\pa_win_wmme.c" />
|
|
|
|
|
<ClCompile Include="..\src\hostapi\wasapi\pa_win_wasapi.c" />
|
|
|
|
|
<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_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>
|
2017-01-20 19:48:35 +00:00
|
|
|
|
</Project>
|