|
|
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common;..\..\include;.\;..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO"
|
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
@@ -152,7 +152,7 @@
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common;..\..\include;.\;..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="_WIN64;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_WDMKS_NO_KSGUID_LIB"
|
|
|
|
|
PreprocessorDefinitions="_WIN64;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_WDMKS_NO_KSGUID_LIB;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
@@ -247,7 +247,7 @@
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="0"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common;..\..\include;.\;..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO"
|
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
@@ -272,7 +272,7 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="ksuser.lib"
|
|
|
|
|
AdditionalDependencies="ksguid.lib"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio_x86.dll"
|
|
|
|
|
LinkIncremental="2"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
@@ -343,7 +343,7 @@
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="0"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common,..\..\include,.\,..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="_WIN64;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_WDMKS_NO_KSGUID_LIB"
|
|
|
|
|
PreprocessorDefinitions="_WIN64;_DEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_WDMKS_NO_KSGUID_LIB;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
@@ -368,7 +368,7 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="ksuser.lib"
|
|
|
|
|
AdditionalDependencies="ksguid.lib"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio_x64.dll"
|
|
|
|
|
LinkIncremental="2"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
@@ -405,6 +405,202 @@
|
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
|
|
UseOfMFC="0"
|
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="1"
|
|
|
|
|
TypeLibraryName=".\Release_x86/portaudio.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="2"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common;..\..\include;.\;..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/portaudio.pch"
|
|
|
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
Culture="1033"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="ksuser.lib"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio_x86.dll"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
AdditionalLibraryDirectories=""
|
|
|
|
|
ModuleDefinitionFile=".\portaudio.def"
|
|
|
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\portaudio_x86.pdb"
|
|
|
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)\portaudio_x86.lib"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManifestTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
|
|
UseOfMFC="0"
|
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
TypeLibraryName=".\Release_x86/portaudio.tlb"
|
|
|
|
|
HeaderFileName=""
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="2"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\common;..\..\include;.\;..\..\src\os\win"
|
|
|
|
|
PreprocessorDefinitions="_WIN64;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_WDMKS_NO_KSGUID_LIB;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)\portaudio.pch"
|
|
|
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)\"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
Culture="1033"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="ksuser.lib"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio_x64.dll"
|
|
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
AdditionalLibraryDirectories=""
|
|
|
|
|
ModuleDefinitionFile=".\portaudio.def"
|
|
|
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/portaudio_x64.pdb"
|
|
|
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/portaudio_x64.lib"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManifestTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)\portaudio_x64.bsc"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
</Configurations>
|
|
|
|
|
<References>
|
|
|
|
|
</References>
|
|
|
|
|
@@ -455,6 +651,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_converters.c"
|
|
|
|
|
@@ -495,6 +709,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_cpuload.c"
|
|
|
|
|
@@ -535,6 +767,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_debugprint.c"
|
|
|
|
|
@@ -575,6 +825,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_dither.c"
|
|
|
|
|
@@ -615,6 +883,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_front.c"
|
|
|
|
|
@@ -655,6 +941,82 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_process.c"
|
|
|
|
|
@@ -695,6 +1057,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_ringbuffer.c"
|
|
|
|
|
@@ -735,12 +1115,8 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_skeleton.c"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -749,25 +1125,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -815,6 +1173,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\common\pa_trace.c"
|
|
|
|
|
@@ -855,6 +1231,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
@@ -902,6 +1296,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="ASIOSDK"
|
|
|
|
|
@@ -945,13 +1357,8 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\asio\ASIOSDK\host\ASIOConvertSamples.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -960,28 +1367,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -1029,6 +1415,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\asio\ASIOSDK\host\pc\asiolist.cpp"
|
|
|
|
|
@@ -1069,12 +1473,8 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\asio\ASIOSDK\common\combase.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -1083,105 +1483,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\asio\ASIOSDK\common\debugmessage.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\asio\ASIOSDK\common\register.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories="..\..\src\hostapi\asio\ASIOSDK\host;..\..\src\hostapi\asio\ASIOSDK\host\pc;..\..\src\hostapi\asio\ASIOSDK\common"
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
@@ -1234,6 +1536,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"
|
|
|
|
|
@@ -1274,6 +1594,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
@@ -1318,6 +1656,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
@@ -1328,6 +1684,14 @@
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="wdmks"
|
|
|
|
|
>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\hostapi\wdmks\pa_win_wdmks.c"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="os"
|
|
|
|
|
@@ -1335,6 +1699,10 @@
|
|
|
|
|
<Filter
|
|
|
|
|
Name="win"
|
|
|
|
|
>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\os\win\pa_win_coinitialize.c"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\os\win\pa_win_hostapis.c"
|
|
|
|
|
>
|
|
|
|
|
@@ -1374,6 +1742,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\os\win\pa_win_util.c"
|
|
|
|
|
@@ -1414,6 +1800,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\src\os\win\pa_win_waveformat.c"
|
|
|
|
|
@@ -1462,6 +1866,24 @@
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="ReleaseMinDependency|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
</Filter>
|
|
|
|
|
@@ -1479,6 +1901,30 @@
|
|
|
|
|
Name="Header Files"
|
|
|
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
|
|
|
>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\pa_asio.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\pa_win_ds.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\pa_win_wasapi.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\pa_win_waveformat.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\pa_win_wmme.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\..\include\portaudio.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
</Files>
|
|
|
|
|
<Globals>
|
|
|
|
|
|