diff options
author | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
commit | 37c97e345d12f95dde44e1d1a4c2f2aadd4615bc (patch) | |
tree | e1bb25bc855883062bdd7847ff2c04290f71c840 /portaudio/bindings/cpp/build/vc7_1 | |
parent | 5634c7b04da619669f2f29f6798c03982be05180 (diff) |
add initial structure
Diffstat (limited to 'portaudio/bindings/cpp/build/vc7_1')
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/devs_example.sln | 30 | ||||
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj | 195 | ||||
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/sine_example.sln | 30 | ||||
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj | 327 | ||||
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/static_library.sln | 21 | ||||
-rw-r--r-- | portaudio/bindings/cpp/build/vc7_1/static_library.vcproj | 218 |
6 files changed, 821 insertions, 0 deletions
diff --git a/portaudio/bindings/cpp/build/vc7_1/devs_example.sln b/portaudio/bindings/cpp/build/vc7_1/devs_example.sln new file mode 100644 index 0000000..ef11811 --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/devs_example.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "devs_example", "devs_example.vcproj", "{1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}" + ProjectSection(ProjectDependencies) = postProject + {D18EA0C9-8C65-441D-884C-55EB43A84F2A} = {D18EA0C9-8C65-441D-884C-55EB43A84F2A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_library", "static_library.vcproj", "{D18EA0C9-8C65-441D-884C-55EB43A84F2A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Debug.ActiveCfg = Debug|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Debug.Build.0 = Debug|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Release.ActiveCfg = Release|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Release.Build.0 = Release|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.ActiveCfg = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.Build.0 = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.ActiveCfg = Release|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj b/portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj new file mode 100644 index 0000000..b4095e4 --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/devs_example.vcproj @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="devs_example" + ProjectGUID="{1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="../../lib/portaudiocpp-vc7_1-d.lib" + OutputFile="../../bin/devs_example.exe" + LinkIncremental="2" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/devs_example.pdb" + SubSystem="1" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="../../lib/portaudiocpp-vc7_1-r.lib" + OutputFile="../../bin/devs_example.exe" + LinkIncremental="1" + GenerateDebugInformation="TRUE" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Files" + Filter=""> + <File + RelativePath="..\..\example\devs.cxx"> + </File> + </Filter> + <Filter + Name="PortAudio v19 Files" + Filter=""> + <File + RelativePath="..\..\..\..\src\common\pa_allocation.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\asio\pa_asio.cpp"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_converters.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_cpuload.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_dither.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_front.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_process.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_stream.c"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_trace.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_win_hostapis.c"> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_win_util.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\wasapi\pa_win_wasapi.cpp"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\wmme\pa_win_wmme.c"> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_x86_plain_converters.c"> + </File> + </Filter> + <Filter + Name="ASIO 2 SDK Files" + Filter=""> + <File + RelativePath="..\..\..\..\..\asiosdk2\common\asio.cpp"> + </File> + <File + RelativePath="..\..\..\..\..\asiosdk2\host\asiodrivers.cpp"> + </File> + <File + RelativePath="..\..\..\..\..\asiosdk2\host\pc\asiolist.cpp"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/portaudio/bindings/cpp/build/vc7_1/sine_example.sln b/portaudio/bindings/cpp/build/vc7_1/sine_example.sln new file mode 100644 index 0000000..b3c9b29 --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/sine_example.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sine_example", "sine_example.vcproj", "{1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}" + ProjectSection(ProjectDependencies) = postProject + {D18EA0C9-8C65-441D-884C-55EB43A84F2A} = {D18EA0C9-8C65-441D-884C-55EB43A84F2A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_library", "static_library.vcproj", "{D18EA0C9-8C65-441D-884C-55EB43A84F2A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Debug.ActiveCfg = Debug|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Debug.Build.0 = Debug|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Release.ActiveCfg = Release|Win32 + {1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}.Release.Build.0 = Release|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.ActiveCfg = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.Build.0 = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.ActiveCfg = Release|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj b/portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj new file mode 100644 index 0000000..656393d --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/sine_example.vcproj @@ -0,0 +1,327 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="sine_example" + ProjectGUID="{1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="../../lib/portaudiocpp-vc7_1-d.lib" + OutputFile="../../bin/sine_example.exe" + LinkIncremental="2" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/sine_example.pdb" + SubSystem="1" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="1" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="../../lib/portaudiocpp-vc7_1-r.lib" + OutputFile="../../bin/sine_example.exe" + LinkIncremental="1" + GenerateDebugInformation="TRUE" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Files" + Filter=""> + <File + RelativePath="..\..\example\sine.cxx"> + </File> + </Filter> + <Filter + Name="PortAudio v19 Files" + Filter=""> + <File + RelativePath="..\..\..\..\src\common\pa_allocation.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\asio\pa_asio.cpp"> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_converters.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_cpuload.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_dither.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_front.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_process.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_stream.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\common\pa_trace.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_win_hostapis.c"> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_win_util.c"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\wasapi\pa_win_wasapi.cpp"> + </File> + <File + RelativePath="..\..\..\..\src\hostapi\wmme\pa_win_wmme.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File + RelativePath="..\..\..\..\src\os\win\pa_x86_plain_converters.c"> + </File> + </Filter> + <Filter + Name="ASIO 2 SDK Files" + Filter=""> + <File + RelativePath="..\..\..\..\..\asiosdk2\common\asio.cpp"> + </File> + <File + RelativePath="..\..\..\..\..\asiosdk2\host\asiodrivers.cpp"> + </File> + <File + RelativePath="..\..\..\..\..\asiosdk2\host\pc\asiolist.cpp"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/portaudio/bindings/cpp/build/vc7_1/static_library.sln b/portaudio/bindings/cpp/build/vc7_1/static_library.sln new file mode 100644 index 0000000..4ec0b6b --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/static_library.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_library", "static_library.vcproj", "{D18EA0C9-8C65-441D-884C-55EB43A84F2A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.ActiveCfg = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Debug.Build.0 = Debug|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.ActiveCfg = Release|Win32 + {D18EA0C9-8C65-441D-884C-55EB43A84F2A}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/portaudio/bindings/cpp/build/vc7_1/static_library.vcproj b/portaudio/bindings/cpp/build/vc7_1/static_library.vcproj new file mode 100644 index 0000000..1b060ce --- /dev/null +++ b/portaudio/bindings/cpp/build/vc7_1/static_library.vcproj @@ -0,0 +1,218 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="static_library" + ProjectGUID="{D18EA0C9-8C65-441D-884C-55EB43A84F2A}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="../../lib/" + IntermediateDirectory="Debug" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../include/;../../../../include/" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/portaudiocpp-vc7_1-d.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="../../lib/" + IntermediateDirectory="Release" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../../include/;../../../../include/" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(IntDir)/vc71.pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/portaudiocpp-vc7_1-r.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Files" + Filter=""> + <File + RelativePath="..\..\source\portaudiocpp\AsioDeviceAdapter.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\AsioDeviceAdapter.hxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\AutoSystem.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\BlockingStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\BlockingStream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\CallbackInterface.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\CallbackInterface.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\CallbackStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\CallbackStream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\CFunCallbackStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\CFunCallbackStream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\CppFunCallbackStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\CppFunCallbackStream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\Device.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\Device.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\DirectionSpecificStreamParameters.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\DirectionSpecificStreamParameters.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\Exception.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\Exception.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\HostApi.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\HostApi.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\InterfaceCallbackStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\InterfaceCallbackStream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\MemFunCallbackStream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\MemFunCallbackStream.hxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\PortAudioCpp.hxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\SampleDataFormat.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\Stream.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\Stream.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\StreamParameters.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\StreamParameters.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\System.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\System.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\SystemDeviceIterator.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\SystemDeviceIterator.hxx"> + </File> + <File + RelativePath="..\..\source\portaudiocpp\SystemHostApiIterator.cxx"> + </File> + <File + RelativePath="..\..\include\portaudiocpp\SystemHostApiIterator.hxx"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |