1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="sndconv" 6 SccProjectName=""$/Dolphin/build/tools/sndconv/src", XCNAAAAA" 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 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 26 StringPooling="TRUE" 27 RuntimeLibrary="4" 28 EnableFunctionLevelLinking="TRUE" 29 PrecompiledHeaderFile=".\Release/sndconv.pch" 30 AssemblerListingLocation=".\Release/" 31 ObjectFile=".\Release/" 32 ProgramDataBaseFileName=".\Release/" 33 WarningLevel="3" 34 SuppressStartupBanner="TRUE"/> 35 <Tool 36 Name="VCCustomBuildTool"/> 37 <Tool 38 Name="VCLinkerTool" 39 OutputFile=".\Release/sndconv.exe" 40 LinkIncremental="1" 41 SuppressStartupBanner="TRUE" 42 ProgramDatabaseFile=".\Release/sndconv.pdb" 43 SubSystem="1" 44 TargetMachine="1"/> 45 <Tool 46 Name="VCMIDLTool" 47 TypeLibraryName=".\Release/sndconv.tlb" 48 HeaderFileName=""/> 49 <Tool 50 Name="VCPostBuildEventTool"/> 51 <Tool 52 Name="VCPreBuildEventTool"/> 53 <Tool 54 Name="VCPreLinkEventTool"/> 55 <Tool 56 Name="VCResourceCompilerTool" 57 PreprocessorDefinitions="NDEBUG" 58 Culture="1033"/> 59 <Tool 60 Name="VCWebServiceProxyGeneratorTool"/> 61 <Tool 62 Name="VCXMLDataGeneratorTool"/> 63 <Tool 64 Name="VCWebDeploymentTool"/> 65 <Tool 66 Name="VCManagedWrapperGeneratorTool"/> 67 <Tool 68 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 69 </Configuration> 70 <Configuration 71 Name="Debug|Win32" 72 OutputDirectory=".\Debug" 73 IntermediateDirectory=".\Debug" 74 ConfigurationType="1" 75 UseOfMFC="0" 76 ATLMinimizesCRunTimeLibraryUsage="FALSE" 77 CharacterSet="2"> 78 <Tool 79 Name="VCCLCompilerTool" 80 Optimization="0" 81 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 82 BasicRuntimeChecks="3" 83 RuntimeLibrary="5" 84 PrecompiledHeaderFile=".\Debug/sndconv.pch" 85 AssemblerListingLocation=".\Debug/" 86 ObjectFile=".\Debug/" 87 ProgramDataBaseFileName=".\Debug/" 88 WarningLevel="3" 89 SuppressStartupBanner="TRUE" 90 DebugInformationFormat="4"/> 91 <Tool 92 Name="VCCustomBuildTool"/> 93 <Tool 94 Name="VCLinkerTool" 95 OutputFile=".\Debug/sndconv.exe" 96 LinkIncremental="1" 97 SuppressStartupBanner="TRUE" 98 GenerateDebugInformation="TRUE" 99 ProgramDatabaseFile=".\Debug/sndconv.pdb" 100 SubSystem="1" 101 TargetMachine="1"/> 102 <Tool 103 Name="VCMIDLTool" 104 TypeLibraryName=".\Debug/sndconv.tlb" 105 HeaderFileName=""/> 106 <Tool 107 Name="VCPostBuildEventTool"/> 108 <Tool 109 Name="VCPreBuildEventTool"/> 110 <Tool 111 Name="VCPreLinkEventTool"/> 112 <Tool 113 Name="VCResourceCompilerTool" 114 PreprocessorDefinitions="_DEBUG" 115 Culture="1033"/> 116 <Tool 117 Name="VCWebServiceProxyGeneratorTool"/> 118 <Tool 119 Name="VCXMLDataGeneratorTool"/> 120 <Tool 121 Name="VCWebDeploymentTool"/> 122 <Tool 123 Name="VCManagedWrapperGeneratorTool"/> 124 <Tool 125 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 126 </Configuration> 127 </Configurations> 128 <References> 129 </References> 130 <Files> 131 <Filter 132 Name="Source Files" 133 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 134 <File 135 RelativePath="..\src\endian.c"> 136 </File> 137 <File 138 RelativePath="..\src\output.c"> 139 </File> 140 <File 141 RelativePath="..\src\sndconv.c"> 142 </File> 143 <File 144 RelativePath="..\src\sound.c"> 145 </File> 146 <File 147 RelativePath="..\src\soundformat.c"> 148 </File> 149 </Filter> 150 <Filter 151 Name="Header Files" 152 Filter="h;hpp;hxx;hm;inl"> 153 <File 154 RelativePath="..\src\endian.h"> 155 </File> 156 <File 157 RelativePath="..\src\soundconv.h"> 158 </File> 159 <File 160 RelativePath="..\src\Types.h"> 161 </File> 162 </Filter> 163 <Filter 164 Name="Resource Files" 165 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 166 </Filter> 167 </Files> 168 <Globals> 169 </Globals> 170</VisualStudioProject> 171