summaryrefslogtreecommitdiff
path: root/liblo/build/vs2008/liblo.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'liblo/build/vs2008/liblo.vcproj')
-rw-r--r--liblo/build/vs2008/liblo.vcproj252
1 files changed, 252 insertions, 0 deletions
diff --git a/liblo/build/vs2008/liblo.vcproj b/liblo/build/vs2008/liblo.vcproj
new file mode 100644
index 0000000..89c47c9
--- /dev/null
+++ b/liblo/build/vs2008/liblo.vcproj
@@ -0,0 +1,252 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="liblo"
+ ProjectGUID="{FEA9D5D3-46BD-594F-85C6-F1380FD994A6}"
+ RootNamespace="liblo"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\lib\Debug"
+ IntermediateDirectory="obj\DebugLib\liblo"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../build/vs2008;../../lo;../../src;../../pthreads.2;../.."
+ PreprocessorDefinitions="_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB"
+ AdditionalIncludeDirectories="../../lo;../../src;../.."
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\liblo.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\lib\Release"
+ IntermediateDirectory="obj\ReleaseLib\liblo"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ OmitFramePointers="true"
+ AdditionalIncludeDirectories="../../build/vs2008;../../lo;../../src;../../pthreads.2;../.."
+ PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
+ WarningLevel="3"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB"
+ AdditionalIncludeDirectories="../../lo;../../src;../.."
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\liblo.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="src"
+ >
+ <File
+ RelativePath="..\..\src\address.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\blob.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\bundle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\liblo.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\lo_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\lo_types_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\message.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\method.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\pattern_match.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\send.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\server_thread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\timetag.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="lo"
+ >
+ <File
+ RelativePath="..\..\lo\lo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_endian.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_errors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_lowlevel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_macros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_osc_types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_throw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lo\lo_types.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>