Changeset 1024 for code/trunk/visual_studio/vc8/audio.vcproj
- Timestamp:
- Apr 10, 2008, 5:35:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/vc8/audio.vcproj
r790 r1024 139 139 /> 140 140 </Configuration> 141 <Configuration142 Name="Release_SSE|Win32"143 ConfigurationType="2"144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\audio_properties.vsprops"145 CharacterSet="1"146 WholeProgramOptimization="1"147 >148 <Tool149 Name="VCPreBuildEventTool"150 />151 <Tool152 Name="VCCustomBuildTool"153 />154 <Tool155 Name="VCXMLDataGeneratorTool"156 />157 <Tool158 Name="VCWebServiceProxyGeneratorTool"159 />160 <Tool161 Name="VCMIDLTool"162 />163 <Tool164 Name="VCCLCompilerTool"165 />166 <Tool167 Name="VCManagedResourceCompilerTool"168 />169 <Tool170 Name="VCResourceCompilerTool"171 />172 <Tool173 Name="VCPreLinkEventTool"174 />175 <Tool176 Name="VCLinkerTool"177 />178 <Tool179 Name="VCALinkTool"180 />181 <Tool182 Name="VCManifestTool"183 />184 <Tool185 Name="VCXDCMakeTool"186 />187 <Tool188 Name="VCBscMakeTool"189 />190 <Tool191 Name="VCFxCopTool"192 />193 <Tool194 Name="VCAppVerifierTool"195 />196 <Tool197 Name="VCWebDeploymentTool"198 />199 <Tool200 Name="VCPostBuildEventTool"201 />202 </Configuration>203 <Configuration204 Name="Release_SSE2|Win32"205 ConfigurationType="2"206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\audio_properties.vsprops"207 CharacterSet="1"208 WholeProgramOptimization="1"209 >210 <Tool211 Name="VCPreBuildEventTool"212 />213 <Tool214 Name="VCCustomBuildTool"215 />216 <Tool217 Name="VCXMLDataGeneratorTool"218 />219 <Tool220 Name="VCWebServiceProxyGeneratorTool"221 />222 <Tool223 Name="VCMIDLTool"224 />225 <Tool226 Name="VCCLCompilerTool"227 />228 <Tool229 Name="VCManagedResourceCompilerTool"230 />231 <Tool232 Name="VCResourceCompilerTool"233 />234 <Tool235 Name="VCPreLinkEventTool"236 />237 <Tool238 Name="VCLinkerTool"239 />240 <Tool241 Name="VCALinkTool"242 />243 <Tool244 Name="VCManifestTool"245 />246 <Tool247 Name="VCXDCMakeTool"248 />249 <Tool250 Name="VCBscMakeTool"251 />252 <Tool253 Name="VCFxCopTool"254 />255 <Tool256 Name="VCAppVerifierTool"257 />258 <Tool259 Name="VCWebDeploymentTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 141 </Configurations> 266 142 <References> … … 273 149 > 274 150 <File 275 RelativePath="..\..\src\audio\_AudioObject.cc"276 >277 <FileConfiguration278 Name="Debug|Win32"279 ExcludedFromBuild="true"280 >281 <Tool282 Name="VCCLCompilerTool"283 />284 </FileConfiguration>285 <FileConfiguration286 Name="Release|Win32"287 ExcludedFromBuild="true"288 >289 <Tool290 Name="VCCLCompilerTool"291 />292 </FileConfiguration>293 <FileConfiguration294 Name="Release_SSE|Win32"295 ExcludedFromBuild="true"296 >297 <Tool298 Name="VCCLCompilerTool"299 />300 </FileConfiguration>301 <FileConfiguration302 Name="Release_SSE2|Win32"303 ExcludedFromBuild="true"304 >305 <Tool306 Name="VCCLCompilerTool"307 />308 </FileConfiguration>309 </File>310 <File311 151 RelativePath="..\..\src\audio\AudioBuffer.cc" 312 152 >
Note: See TracChangeset
for help on using the changeset viewer.