aboutsummaryrefslogtreecommitdiff
path: root/stream.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'stream.vcproj')
-rw-r--r--stream.vcproj152
1 files changed, 152 insertions, 0 deletions
diff --git a/stream.vcproj b/stream.vcproj
new file mode 100644
index 0000000..cc5fd30
--- /dev/null
+++ b/stream.vcproj
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="stream"
+ ProjectGUID="{993DDC78-8370-4E3C-9AE6-EFCF8BA92FD7}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;f:\prog\pd\pd-cvs\src&quot;;f:\prog\packs\pthreads;F:\prog\audio\libsamplerate\src;F:\prog\audio\xiph\ogg\include;F:\prog\audio\xiph\vorbis\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;READ_VORBIS_URL"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="pthreadVC.lib wsock32.lib"
+ OutputFile="$(OutDir)/stream.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="f:\prog\packs\pthreads"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/stream.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/stream.lib"
+ 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="2"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ AdditionalIncludeDirectories="&quot;f:\prog\pd\pd-cvs\src&quot;;f:\prog\packs\pthreads;F:\prog\audio\libsamplerate\src;F:\prog\audio\xiph\ogg\include;F:\prog\audio\xiph\vorbis\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;undefined_EXPORTS"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="pthreadVC.lib wsock32.lib"
+ OutputFile="$(OutDir)/stream.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="f:\prog\packs\pthreads"
+ GenerateDebugInformation="FALSE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/stream.lib"
+ 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>
+ <File
+ RelativePath=".\fifo.h">
+ </File>
+ <File
+ RelativePath=".\main.cpp">
+ </File>
+ <File
+ RelativePath=".\readme.txt">
+ </File>
+ <File
+ RelativePath=".\socket.cpp">
+ </File>
+ <File
+ RelativePath=".\socket.h">
+ </File>
+ <File
+ RelativePath=".\stream.cpp">
+ </File>
+ <File
+ RelativePath=".\stream.h">
+ </File>
+ <File
+ RelativePath=".\streamogg.cpp">
+ </File>
+ <File
+ RelativePath=".\streamogg.h">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>