1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="THPConv" 6 SccProjectName="" 7 SccLocalPath=""> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Release|Win32" 15 OutputDirectory=".\Release" 16 IntermediateDirectory=".\Release" 17 ConfigurationType="1" 18 UseOfMFC="0" 19 ATLMinimizesCRunTimeLibraryUsage="FALSE" 20 CharacterSet="2"> 21 <Tool 22 Name="VCCLCompilerTool" 23 Optimization="2" 24 InlineFunctionExpansion="1" 25 AdditionalIncludeDirectories="..\..\..\..\include" 26 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 27 StringPooling="TRUE" 28 RuntimeLibrary="4" 29 EnableFunctionLevelLinking="TRUE" 30 PrecompiledHeaderFile=".\Release/THPConv.pch" 31 AssemblerListingLocation=".\Release/" 32 ObjectFile=".\Release/" 33 ProgramDataBaseFileName=".\Release/" 34 WarningLevel="3" 35 SuppressStartupBanner="TRUE" 36 CompileAs="0"/> 37 <Tool 38 Name="VCCustomBuildTool"/> 39 <Tool 40 Name="VCLinkerTool" 41 AdditionalDependencies="odbc32.lib odbccp32.lib thpcore.lib thpaudio.lib thputilities.lib" 42 OutputFile=".\Release/THPConv.exe" 43 LinkIncremental="1" 44 SuppressStartupBanner="TRUE" 45 AdditionalLibraryDirectories="..\..\..\..\X86\lib" 46 ProgramDatabaseFile=".\Release/THPConv.pdb" 47 SubSystem="1" 48 TargetMachine="1"/> 49 <Tool 50 Name="VCMIDLTool" 51 TypeLibraryName=".\Release/THPConv.tlb" 52 HeaderFileName=""/> 53 <Tool 54 Name="VCPostBuildEventTool"/> 55 <Tool 56 Name="VCPreBuildEventTool"/> 57 <Tool 58 Name="VCPreLinkEventTool"/> 59 <Tool 60 Name="VCResourceCompilerTool" 61 PreprocessorDefinitions="NDEBUG" 62 Culture="1041"/> 63 <Tool 64 Name="VCWebServiceProxyGeneratorTool"/> 65 <Tool 66 Name="VCXMLDataGeneratorTool"/> 67 <Tool 68 Name="VCWebDeploymentTool"/> 69 <Tool 70 Name="VCManagedWrapperGeneratorTool"/> 71 <Tool 72 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 73 </Configuration> 74 <Configuration 75 Name="Debug|Win32" 76 OutputDirectory=".\Debug" 77 IntermediateDirectory=".\Debug" 78 ConfigurationType="1" 79 UseOfMFC="0" 80 ATLMinimizesCRunTimeLibraryUsage="FALSE" 81 CharacterSet="2"> 82 <Tool 83 Name="VCCLCompilerTool" 84 Optimization="0" 85 AdditionalIncludeDirectories="..\..\..\..\include" 86 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 87 BasicRuntimeChecks="3" 88 RuntimeLibrary="5" 89 PrecompiledHeaderFile=".\Debug/THPConv.pch" 90 AssemblerListingLocation=".\Debug/" 91 ObjectFile=".\Debug/" 92 ProgramDataBaseFileName=".\Debug/" 93 WarningLevel="3" 94 SuppressStartupBanner="TRUE" 95 DebugInformationFormat="4" 96 CompileAs="0"/> 97 <Tool 98 Name="VCCustomBuildTool"/> 99 <Tool 100 Name="VCLinkerTool" 101 AdditionalDependencies="odbc32.lib odbccp32.lib thpcoreD.lib thpaudioD.lib thputilitiesD.lib" 102 OutputFile="Debug/THPConvD.exe" 103 LinkIncremental="1" 104 SuppressStartupBanner="TRUE" 105 AdditionalLibraryDirectories="..\..\..\..\X86\lib" 106 GenerateDebugInformation="TRUE" 107 ProgramDatabaseFile=".\Debug/THPConvD.pdb" 108 SubSystem="1" 109 TargetMachine="1"/> 110 <Tool 111 Name="VCMIDLTool" 112 TypeLibraryName=".\Debug/THPConv.tlb" 113 HeaderFileName=""/> 114 <Tool 115 Name="VCPostBuildEventTool"/> 116 <Tool 117 Name="VCPreBuildEventTool"/> 118 <Tool 119 Name="VCPreLinkEventTool"/> 120 <Tool 121 Name="VCResourceCompilerTool" 122 PreprocessorDefinitions="_DEBUG" 123 Culture="1041"/> 124 <Tool 125 Name="VCWebServiceProxyGeneratorTool"/> 126 <Tool 127 Name="VCXMLDataGeneratorTool"/> 128 <Tool 129 Name="VCWebDeploymentTool"/> 130 <Tool 131 Name="VCManagedWrapperGeneratorTool"/> 132 <Tool 133 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 134 </Configuration> 135 </Configurations> 136 <References> 137 </References> 138 <Files> 139 <Filter 140 Name="Source Files" 141 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 142 <File 143 RelativePath="..\src\THPConv.c"> 144 </File> 145 </Filter> 146 </Files> 147 <Globals> 148 </Globals> 149</VisualStudioProject> 150