Mercurial > hg > vamp-plugin-sdk
changeset 100:37348b65e792
* Add Visual C++ project file (for single SDK library only)
author | cannam |
---|---|
date | Wed, 23 Jan 2008 22:07:38 +0000 |
parents | fe31e6aed666 |
children | 5c9f267c48c0 |
files | VampPluginSDK.vcproj |
diffstat | 1 files changed, 241 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VampPluginSDK.vcproj Wed Jan 23 22:07:38 2008 +0000 @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="VampPluginSDK" + ProjectGUID="{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}" + RootNamespace="VampPluginSDK" + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="." + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="." + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="2" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\vamp-sdk\Plugin.h" + > + </File> + <File + RelativePath=".\vamp-sdk\PluginAdapter.h" + > + </File> + <File + RelativePath=".\vamp-sdk\PluginBase.h" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginBufferingAdapter.h" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginChannelAdapter.h" + > + </File> + <File + RelativePath=".\vamp-sdk\PluginHostAdapter.h" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginInputDomainAdapter.h" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginLoader.h" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginWrapper.h" + > + </File> + <File + RelativePath=".\vamp-sdk\RealTime.h" + > + </File> + <File + RelativePath=".\vamp\vamp.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath=".\vamp-sdk\PluginAdapter.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginBufferingAdapter.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginChannelAdapter.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\PluginHostAdapter.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginInputDomainAdapter.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginLoader.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\hostext\PluginWrapper.cpp" + > + </File> + <File + RelativePath=".\vamp-sdk\RealTime.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject>