diff options
Diffstat (limited to 'vstgui.sf/drawtest/win/drawtest.vcproj')
| -rw-r--r-- | vstgui.sf/drawtest/win/drawtest.vcproj | 608 |
1 files changed, 608 insertions, 0 deletions
diff --git a/vstgui.sf/drawtest/win/drawtest.vcproj b/vstgui.sf/drawtest/win/drawtest.vcproj new file mode 100644 index 0000000..61445d0 --- /dev/null +++ b/vstgui.sf/drawtest/win/drawtest.vcproj @@ -0,0 +1,608 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8,00" + Name="drawtest" + ProjectGUID="{462BDB40-3821-4576-B239-EC322C244E31}" + RootNamespace="drawtest" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..;..\..\vstgui;..\..\..\public.sdk\source\vst2.x;..\..\libpng;..\..\zlib" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DRAWTEST_EXPORTS;USE_LIBPNG=1;_CRT_SECURE_NO_DEPRECATE=1" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + ModuleDefinitionFile="drawtest.def" + GenerateDebugInformation="true" + SubSystem="2" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..;..\..\vstgui;..\..\..\public.sdk\source\vst2.x;..\..\libpng;..\..\zlib" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DRAWTEST_EXPORTS;USE_LIBPNG=1;_CRT_SECURE_NO_DEPRECATE=1" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + ModuleDefinitionFile="drawtest.def" + GenerateDebugInformation="true" + SubSystem="2" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="0" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..;..\..\vstgui;..\..\..\public.sdk\source\vst2.x;..\..\libpng;..\..\zlib" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DRAWTEST_EXPORTS;USE_LIBPNG=1;_CRT_SECURE_NO_DEPRECATE=1" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="1" + ModuleDefinitionFile="drawtest.def" + GenerateDebugInformation="true" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="0" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..;..\..\vstgui;..\..\..\public.sdk\source\vst2.x;..\..\libpng;..\..\zlib" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DRAWTEST_EXPORTS;USE_LIBPNG=1;_CRT_SECURE_NO_DEPRECATE=1" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="1" + ModuleDefinitionFile="drawtest.def" + GenerateDebugInformation="true" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\source\controlsgui.cpp" + > + </File> + <File + RelativePath="..\source\controlsgui.h" + > + </File> + <File + RelativePath=".\drawtest.rc" + > + </File> + <File + RelativePath="..\source\pdrawtesteditor.cpp" + > + </File> + <File + RelativePath="..\source\pdrawtesteditor.h" + > + </File> + <File + RelativePath="..\source\pdrawtesteffect.cpp" + > + </File> + <File + RelativePath="..\source\pdrawtesteffect.h" + > + </File> + <File + RelativePath="..\source\pdrawtestmain.cpp" + > + </File> + <File + RelativePath="..\source\pdrawtestview.cpp" + > + </File> + <File + RelativePath="..\source\pdrawtestview.h" + > + </File> + <File + RelativePath="..\source\pprimitivesviews.cpp" + > + </File> + <File + RelativePath="..\source\pprimitivesviews.h" + > + </File> + <Filter + Name="vst2.x" + > + <File + RelativePath="..\..\..\public.sdk\source\vst2.x\aeffeditor.h" + > + </File> + <File + RelativePath="..\..\..\public.sdk\source\vst2.x\audioeffect.cpp" + > + </File> + <File + RelativePath="..\..\..\public.sdk\source\vst2.x\audioeffect.h" + > + </File> + <File + RelativePath="..\..\..\public.sdk\source\vst2.x\audioeffectx.cpp" + > + </File> + <File + RelativePath="..\..\..\public.sdk\source\vst2.x\audioeffectx.h" + > + </File> + </Filter> + <Filter + Name="vstgui" + > + <File + RelativePath="..\..\vstgui\aeffguieditor.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\aeffguieditor.h" + > + </File> + <File + RelativePath="..\..\vstgui\cfileselector.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\cfileselector.h" + > + </File> + <File + RelativePath="..\..\vstgui\cscrollview.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\cscrollview.h" + > + </File> + <File + RelativePath="..\..\vstgui\ctabview.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\ctabview.h" + > + </File> + <File + RelativePath="..\..\vstgui\vstcontrols.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\vstcontrols.h" + > + </File> + <File + RelativePath="..\..\vstgui\vstgui.cpp" + > + </File> + <File + RelativePath="..\..\vstgui\vstgui.h" + > + </File> + <File + RelativePath="..\..\vstgui\vstkeycode.h" + > + </File> + </Filter> + <Filter + Name="libpng" + > + <File + RelativePath="..\..\libpng\png.c" + > + </File> + <File + RelativePath="..\..\libpng\png.h" + > + </File> + <File + RelativePath="..\..\libpng\pngconf.h" + > + </File> + <File + RelativePath="..\..\libpng\pngerror.c" + > + </File> + <File + RelativePath="..\..\libpng\pnggccrd.c" + > + </File> + <File + RelativePath="..\..\libpng\pngget.c" + > + </File> + <File + RelativePath="..\..\libpng\pngmem.c" + > + </File> + <File + RelativePath="..\..\libpng\pngpread.c" + > + </File> + <File + RelativePath="..\..\libpng\pngread.c" + > + </File> + <File + RelativePath="..\..\libpng\pngrio.c" + > + </File> + <File + RelativePath="..\..\libpng\pngrtran.c" + > + </File> + <File + RelativePath="..\..\libpng\pngrutil.c" + > + </File> + <File + RelativePath="..\..\libpng\pngset.c" + > + </File> + <File + RelativePath="..\..\libpng\pngtrans.c" + > + </File> + <File + RelativePath="..\..\libpng\pngvcrd.c" + > + </File> + <File + RelativePath="..\..\libpng\pngwio.c" + > + </File> + <File + RelativePath="..\..\libpng\pngwrite.c" + > + </File> + <File + RelativePath="..\..\libpng\pngwtran.c" + > + </File> + <File + RelativePath="..\..\libpng\pngwutil.c" + > + </File> + </Filter> + <Filter + Name="zlib" + > + <File + RelativePath="..\..\zlib\adler32.c" + > + </File> + <File + RelativePath="..\..\zlib\compress.c" + > + </File> + <File + RelativePath="..\..\zlib\crc32.c" + > + </File> + <File + RelativePath="..\..\zlib\deflate.c" + > + </File> + <File + RelativePath="..\..\zlib\gzio.c" + > + </File> + <File + RelativePath="..\..\zlib\infback.c" + > + </File> + <File + RelativePath="..\..\zlib\inffast.c" + > + </File> + <File + RelativePath="..\..\zlib\inflate.c" + > + </File> + <File + RelativePath="..\..\zlib\inftrees.c" + > + </File> + <File + RelativePath="..\..\zlib\trees.c" + > + </File> + <File + RelativePath="..\..\zlib\uncompr.c" + > + </File> + <File + RelativePath="..\..\zlib\zlib.h" + > + </File> + <File + RelativePath="..\..\zlib\zutil.c" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |
