1<?xml version="1.0" encoding="shift_jis"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="sndconv" 6 ProjectGUID="{874072FF-EF42-4823-8600-CD4A989DEA21}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Release|Win32" 18 OutputDirectory=".\Release" 19 IntermediateDirectory=".\Release" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 TypeLibraryName=".\Release/sndconv.tlb" 41 HeaderFileName="" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="2" 46 InlineFunctionExpansion="1" 47 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 48 StringPooling="true" 49 RuntimeLibrary="0" 50 EnableFunctionLevelLinking="true" 51 PrecompiledHeaderFile=".\Release/sndconv.pch" 52 AssemblerListingLocation=".\Release/" 53 ObjectFile=".\Release/" 54 ProgramDataBaseFileName=".\Release/" 55 WarningLevel="3" 56 SuppressStartupBanner="true" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 PreprocessorDefinitions="NDEBUG" 64 Culture="1033" 65 /> 66 <Tool 67 Name="VCPreLinkEventTool" 68 /> 69 <Tool 70 Name="VCLinkerTool" 71 OutputFile=".\Release/sndconv.exe" 72 LinkIncremental="1" 73 SuppressStartupBanner="true" 74 ProgramDatabaseFile=".\Release/sndconv.pdb" 75 SubSystem="1" 76 TargetMachine="1" 77 /> 78 <Tool 79 Name="VCALinkTool" 80 /> 81 <Tool 82 Name="VCManifestTool" 83 /> 84 <Tool 85 Name="VCXDCMakeTool" 86 /> 87 <Tool 88 Name="VCBscMakeTool" 89 /> 90 <Tool 91 Name="VCFxCopTool" 92 /> 93 <Tool 94 Name="VCAppVerifierTool" 95 /> 96 <Tool 97 Name="VCWebDeploymentTool" 98 /> 99 <Tool 100 Name="VCPostBuildEventTool" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Debug|Win32" 105 OutputDirectory=".\Debug" 106 IntermediateDirectory=".\Debug" 107 ConfigurationType="1" 108 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 109 UseOfMFC="0" 110 ATLMinimizesCRunTimeLibraryUsage="false" 111 CharacterSet="2" 112 > 113 <Tool 114 Name="VCPreBuildEventTool" 115 /> 116 <Tool 117 Name="VCCustomBuildTool" 118 /> 119 <Tool 120 Name="VCXMLDataGeneratorTool" 121 /> 122 <Tool 123 Name="VCWebServiceProxyGeneratorTool" 124 /> 125 <Tool 126 Name="VCMIDLTool" 127 TypeLibraryName=".\Debug/sndconv.tlb" 128 HeaderFileName="" 129 /> 130 <Tool 131 Name="VCCLCompilerTool" 132 Optimization="0" 133 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 134 BasicRuntimeChecks="3" 135 RuntimeLibrary="1" 136 PrecompiledHeaderFile=".\Debug/sndconv.pch" 137 AssemblerListingLocation=".\Debug/" 138 ObjectFile=".\Debug/" 139 ProgramDataBaseFileName=".\Debug/" 140 WarningLevel="3" 141 SuppressStartupBanner="true" 142 DebugInformationFormat="4" 143 /> 144 <Tool 145 Name="VCManagedResourceCompilerTool" 146 /> 147 <Tool 148 Name="VCResourceCompilerTool" 149 PreprocessorDefinitions="_DEBUG" 150 Culture="1033" 151 /> 152 <Tool 153 Name="VCPreLinkEventTool" 154 /> 155 <Tool 156 Name="VCLinkerTool" 157 OutputFile=".\Debug/sndconv.exe" 158 LinkIncremental="2" 159 SuppressStartupBanner="true" 160 GenerateDebugInformation="true" 161 ProgramDatabaseFile=".\Debug/sndconv.pdb" 162 SubSystem="1" 163 TargetMachine="1" 164 /> 165 <Tool 166 Name="VCALinkTool" 167 /> 168 <Tool 169 Name="VCManifestTool" 170 /> 171 <Tool 172 Name="VCXDCMakeTool" 173 /> 174 <Tool 175 Name="VCBscMakeTool" 176 /> 177 <Tool 178 Name="VCFxCopTool" 179 /> 180 <Tool 181 Name="VCAppVerifierTool" 182 /> 183 <Tool 184 Name="VCWebDeploymentTool" 185 /> 186 <Tool 187 Name="VCPostBuildEventTool" 188 /> 189 </Configuration> 190 </Configurations> 191 <References> 192 </References> 193 <Files> 194 <Filter 195 Name="Source Files" 196 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 197 > 198 <File 199 RelativePath="..\src\endian.c" 200 > 201 </File> 202 <File 203 RelativePath="..\src\output.c" 204 > 205 </File> 206 <File 207 RelativePath="..\src\sndconv.c" 208 > 209 </File> 210 <File 211 RelativePath="..\src\sound.c" 212 > 213 </File> 214 <File 215 RelativePath="..\src\soundformat.c" 216 > 217 </File> 218 </Filter> 219 <Filter 220 Name="Header Files" 221 Filter="h;hpp;hxx;hm;inl" 222 > 223 <File 224 RelativePath="..\src\endian.h" 225 > 226 </File> 227 <File 228 RelativePath="..\src\soundconv.h" 229 > 230 </File> 231 <File 232 RelativePath="..\src\Types.h" 233 > 234 </File> 235 </Filter> 236 <Filter 237 Name="Resource Files" 238 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 239 > 240 </Filter> 241 </Files> 242 <Globals> 243 </Globals> 244</VisualStudioProject> 245