portmidi-dynamic.vcproj (5087B)
1 <?xml version="1.0" encoding = "Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="portmidi-dynamic" 6 ProjectGUID="{7283FAD1-7415-4061-A19A-FF5C7BCE9306}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="Debug" 16 IntermediateDirectory="portmidi-dynamic.dir\Debug" 17 ConfigurationType="2" 18 UseOfMFC="0" 19 ATLMinimizesCRunTimeLibraryUsage="FALSE" 20 CharacterSet="2"> 21 <Tool 22 Name="VCCLCompilerTool" 23 AdditionalOptions=" /Zm1000" 24 AdditionalIncludeDirectories="..\pm_common;..\porttime;" 25 BasicRuntimeChecks="3" 26 CompileAs="1" 27 DebugInformationFormat="3" 28 ExceptionHandling="0" 29 InlineFunctionExpansion="0" 30 Optimization="0" 31 RuntimeLibrary="3" 32 WarningLevel="3" 33 PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\"Debug\",portmidi_dynamic_EXPORTS" 34 AssemblerListingLocation="Debug" 35 ObjectFile="$(IntDir)\" 36 ProgramDataBaseFileName="../Debug/portmidi.pdb" 37 /> 38 <Tool 39 Name="VCCustomBuildTool"/> 40 <Tool 41 Name="VCResourceCompilerTool" 42 AdditionalIncludeDirectories="..\pm_common;..\porttime;" 43 PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\"Debug\",portmidi_dynamic_EXPORTS"/> 44 <Tool 45 Name="VCMIDLTool" 46 PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\"Debug\",portmidi_dynamic_EXPORTS" 47 MkTypLibCompatible="FALSE" 48 TargetEnvironment="1" 49 GenerateStublessProxies="TRUE" 50 TypeLibraryName="$(InputName).tlb" 51 OutputDirectory="$(IntDir)" 52 HeaderFileName="$(InputName).h" 53 DLLDataFileName="" 54 InterfaceIdentifierFileName="$(InputName)_i.c" 55 ProxyFileName="$(InputName)_p.c"/> 56 <Tool 57 Name="VCPreBuildEventTool"/> 58 <Tool 59 Name="VCPreLinkEventTool"/> 60 <Tool 61 Name="VCPostBuildEventTool"/> 62 <Tool 63 Name="VCLinkerTool" 64 AdditionalOptions=" /STACK:10000000 /machine:I386 /debug" 65 AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib winmm.lib " 66 OutputFile="..\Debug\portmidi.dll" 67 Version="0.0" 68 GenerateManifest="TRUE" 69 LinkIncremental="2" 70 AdditionalLibraryDirectories="" 71 ProgramDataBaseFile="..\Debug\portmidi.pdb" 72 GenerateDebugInformation="TRUE" 73 ImportLibrary="..\Debug\portmidi.lib"/> 74 </Configuration> 75 <Configuration 76 Name="Release|Win32" 77 OutputDirectory="Release" 78 IntermediateDirectory="portmidi-dynamic.dir\Release" 79 ConfigurationType="2" 80 UseOfMFC="0" 81 ATLMinimizesCRunTimeLibraryUsage="FALSE" 82 CharacterSet="2"> 83 <Tool 84 Name="VCCLCompilerTool" 85 AdditionalOptions=" /Zm1000" 86 AdditionalIncludeDirectories="..\pm_common;..\porttime;" 87 CompileAs="1" 88 ExceptionHandling="0" 89 InlineFunctionExpansion="2" 90 Optimization="2" 91 RuntimeLibrary="2" 92 WarningLevel="3" 93 PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\"Release\",portmidi_dynamic_EXPORTS" 94 AssemblerListingLocation="Release" 95 ObjectFile="$(IntDir)\" 96 ProgramDataBaseFileName="../Release/portmidi.pdb" 97 /> 98 <Tool 99 Name="VCCustomBuildTool"/> 100 <Tool 101 Name="VCResourceCompilerTool" 102 AdditionalIncludeDirectories="..\pm_common;..\porttime;" 103 PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\"Release\",portmidi_dynamic_EXPORTS"/> 104 <Tool 105 Name="VCMIDLTool" 106 PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\"Release\",portmidi_dynamic_EXPORTS" 107 MkTypLibCompatible="FALSE" 108 TargetEnvironment="1" 109 GenerateStublessProxies="TRUE" 110 TypeLibraryName="$(InputName).tlb" 111 OutputDirectory="$(IntDir)" 112 HeaderFileName="$(InputName).h" 113 DLLDataFileName="" 114 InterfaceIdentifierFileName="$(InputName)_i.c" 115 ProxyFileName="$(InputName)_p.c"/> 116 <Tool 117 Name="VCPreBuildEventTool"/> 118 <Tool 119 Name="VCPreLinkEventTool"/> 120 <Tool 121 Name="VCPostBuildEventTool"/> 122 <Tool 123 Name="VCLinkerTool" 124 AdditionalOptions=" /STACK:10000000 /machine:I386" 125 AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib winmm.lib " 126 OutputFile="..\Release\portmidi.dll" 127 Version="0.0" 128 GenerateManifest="TRUE" 129 LinkIncremental="1" 130 AdditionalLibraryDirectories="" 131 ProgramDataBaseFile="..\Release\portmidi.pdb" 132 ImportLibrary="..\Release\portmidi.lib"/> 133 </Configuration> 134 </Configurations> 135 <Files> 136 <Filter 137 Name="Source Files" 138 Filter=""> 139 <File 140 RelativePath="..\pm_win\pmwin.c"> 141 </File> 142 <File 143 RelativePath="..\pm_win\pmwinmm.c"> 144 </File> 145 <File 146 RelativePath="..\porttime\ptwinmm.c"> 147 </File> 148 <File 149 RelativePath="..\pm_common\pmutil.c"> 150 </File> 151 <File 152 RelativePath="..\pm_common\portmidi.c"> 153 </File> 154 </Filter> 155 </Files> 156 <Globals> 157 </Globals> 158 </VisualStudioProject>