vrshoot

diff libs/libs.vcproj @ 2:334d17aed7de

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Feb 2014 18:36:38 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/libs.vcproj	Sun Feb 02 18:36:38 2014 +0200
     1.3 @@ -0,0 +1,1139 @@
     1.4 +<?xml version="1.0" encoding="Windows-1252"?>
     1.5 +<VisualStudioProject
     1.6 +	ProjectType="Visual C++"
     1.7 +	Version="9.00"
     1.8 +	Name="libs"
     1.9 +	ProjectGUID="{49979423-62BD-4E8C-BE0C-5DA14162FFBB}"
    1.10 +	RootNamespace="libs"
    1.11 +	Keyword="Win32Proj"
    1.12 +	TargetFrameworkVersion="196613"
    1.13 +	>
    1.14 +	<Platforms>
    1.15 +		<Platform
    1.16 +			Name="Win32"
    1.17 +		/>
    1.18 +	</Platforms>
    1.19 +	<ToolFiles>
    1.20 +	</ToolFiles>
    1.21 +	<Configurations>
    1.22 +		<Configuration
    1.23 +			Name="Debug|Win32"
    1.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.25 +			IntermediateDirectory="$(ConfigurationName)"
    1.26 +			ConfigurationType="4"
    1.27 +			CharacterSet="1"
    1.28 +			>
    1.29 +			<Tool
    1.30 +				Name="VCPreBuildEventTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCCustomBuildTool"
    1.34 +			/>
    1.35 +			<Tool
    1.36 +				Name="VCXMLDataGeneratorTool"
    1.37 +			/>
    1.38 +			<Tool
    1.39 +				Name="VCWebServiceProxyGeneratorTool"
    1.40 +			/>
    1.41 +			<Tool
    1.42 +				Name="VCMIDLTool"
    1.43 +			/>
    1.44 +			<Tool
    1.45 +				Name="VCCLCompilerTool"
    1.46 +				Optimization="0"
    1.47 +				AdditionalIncludeDirectories="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
    1.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
    1.49 +				IgnoreStandardIncludePath="false"
    1.50 +				MinimalRebuild="true"
    1.51 +				BasicRuntimeChecks="3"
    1.52 +				RuntimeLibrary="3"
    1.53 +				UsePrecompiledHeader="0"
    1.54 +				WarningLevel="3"
    1.55 +				DebugInformationFormat="4"
    1.56 +				DisableSpecificWarnings="4996;4244;4305"
    1.57 +			/>
    1.58 +			<Tool
    1.59 +				Name="VCManagedResourceCompilerTool"
    1.60 +			/>
    1.61 +			<Tool
    1.62 +				Name="VCResourceCompilerTool"
    1.63 +			/>
    1.64 +			<Tool
    1.65 +				Name="VCPreLinkEventTool"
    1.66 +			/>
    1.67 +			<Tool
    1.68 +				Name="VCLibrarianTool"
    1.69 +			/>
    1.70 +			<Tool
    1.71 +				Name="VCALinkTool"
    1.72 +			/>
    1.73 +			<Tool
    1.74 +				Name="VCXDCMakeTool"
    1.75 +			/>
    1.76 +			<Tool
    1.77 +				Name="VCBscMakeTool"
    1.78 +			/>
    1.79 +			<Tool
    1.80 +				Name="VCFxCopTool"
    1.81 +			/>
    1.82 +			<Tool
    1.83 +				Name="VCPostBuildEventTool"
    1.84 +			/>
    1.85 +		</Configuration>
    1.86 +		<Configuration
    1.87 +			Name="Release|Win32"
    1.88 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.89 +			IntermediateDirectory="$(ConfigurationName)"
    1.90 +			ConfigurationType="4"
    1.91 +			CharacterSet="1"
    1.92 +			WholeProgramOptimization="1"
    1.93 +			>
    1.94 +			<Tool
    1.95 +				Name="VCPreBuildEventTool"
    1.96 +			/>
    1.97 +			<Tool
    1.98 +				Name="VCCustomBuildTool"
    1.99 +			/>
   1.100 +			<Tool
   1.101 +				Name="VCXMLDataGeneratorTool"
   1.102 +			/>
   1.103 +			<Tool
   1.104 +				Name="VCWebServiceProxyGeneratorTool"
   1.105 +			/>
   1.106 +			<Tool
   1.107 +				Name="VCMIDLTool"
   1.108 +			/>
   1.109 +			<Tool
   1.110 +				Name="VCCLCompilerTool"
   1.111 +				Optimization="2"
   1.112 +				EnableIntrinsicFunctions="true"
   1.113 +				AdditionalIncludeDirectories="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
   1.114 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   1.115 +				IgnoreStandardIncludePath="false"
   1.116 +				RuntimeLibrary="2"
   1.117 +				EnableFunctionLevelLinking="true"
   1.118 +				UsePrecompiledHeader="0"
   1.119 +				WarningLevel="3"
   1.120 +				DebugInformationFormat="3"
   1.121 +				DisableSpecificWarnings="4996;4244;4305"
   1.122 +			/>
   1.123 +			<Tool
   1.124 +				Name="VCManagedResourceCompilerTool"
   1.125 +			/>
   1.126 +			<Tool
   1.127 +				Name="VCResourceCompilerTool"
   1.128 +			/>
   1.129 +			<Tool
   1.130 +				Name="VCPreLinkEventTool"
   1.131 +			/>
   1.132 +			<Tool
   1.133 +				Name="VCLibrarianTool"
   1.134 +			/>
   1.135 +			<Tool
   1.136 +				Name="VCALinkTool"
   1.137 +			/>
   1.138 +			<Tool
   1.139 +				Name="VCXDCMakeTool"
   1.140 +			/>
   1.141 +			<Tool
   1.142 +				Name="VCBscMakeTool"
   1.143 +			/>
   1.144 +			<Tool
   1.145 +				Name="VCFxCopTool"
   1.146 +			/>
   1.147 +			<Tool
   1.148 +				Name="VCPostBuildEventTool"
   1.149 +			/>
   1.150 +		</Configuration>
   1.151 +	</Configurations>
   1.152 +	<References>
   1.153 +	</References>
   1.154 +	<Files>
   1.155 +		<Filter
   1.156 +			Name="anim"
   1.157 +			>
   1.158 +			<File
   1.159 +				RelativePath=".\anim\anim.c"
   1.160 +				>
   1.161 +			</File>
   1.162 +			<File
   1.163 +				RelativePath=".\anim\anim.h"
   1.164 +				>
   1.165 +			</File>
   1.166 +			<File
   1.167 +				RelativePath=".\anim\config.h"
   1.168 +				>
   1.169 +			</File>
   1.170 +			<File
   1.171 +				RelativePath=".\anim\dynarr.c"
   1.172 +				>
   1.173 +			</File>
   1.174 +			<File
   1.175 +				RelativePath=".\anim\dynarr.h"
   1.176 +				>
   1.177 +			</File>
   1.178 +			<File
   1.179 +				RelativePath=".\anim\track.c"
   1.180 +				>
   1.181 +			</File>
   1.182 +			<File
   1.183 +				RelativePath=".\anim\track.h"
   1.184 +				>
   1.185 +			</File>
   1.186 +		</Filter>
   1.187 +		<Filter
   1.188 +			Name="drawtext"
   1.189 +			>
   1.190 +			<File
   1.191 +				RelativePath=".\drawtext\drawgl.c"
   1.192 +				>
   1.193 +			</File>
   1.194 +			<File
   1.195 +				RelativePath=".\drawtext\drawtext.h"
   1.196 +				>
   1.197 +			</File>
   1.198 +			<File
   1.199 +				RelativePath=".\drawtext\drawtext_impl.h"
   1.200 +				>
   1.201 +			</File>
   1.202 +			<File
   1.203 +				RelativePath=".\drawtext\font.c"
   1.204 +				>
   1.205 +			</File>
   1.206 +			<File
   1.207 +				RelativePath=".\drawtext\utf8.c"
   1.208 +				>
   1.209 +			</File>
   1.210 +		</Filter>
   1.211 +		<Filter
   1.212 +			Name="vmath"
   1.213 +			>
   1.214 +			<File
   1.215 +				RelativePath=".\vmath\basis.cc"
   1.216 +				>
   1.217 +			</File>
   1.218 +			<File
   1.219 +				RelativePath=".\vmath\basis.h"
   1.220 +				>
   1.221 +			</File>
   1.222 +			<File
   1.223 +				RelativePath=".\vmath\basis_c.c"
   1.224 +				>
   1.225 +			</File>
   1.226 +			<File
   1.227 +				RelativePath=".\vmath\geom.c"
   1.228 +				>
   1.229 +			</File>
   1.230 +			<File
   1.231 +				RelativePath=".\vmath\geom.h"
   1.232 +				>
   1.233 +			</File>
   1.234 +			<File
   1.235 +				RelativePath=".\vmath\matrix.cc"
   1.236 +				>
   1.237 +			</File>
   1.238 +			<File
   1.239 +				RelativePath=".\vmath\matrix.h"
   1.240 +				>
   1.241 +			</File>
   1.242 +			<File
   1.243 +				RelativePath=".\vmath\matrix.inl"
   1.244 +				>
   1.245 +			</File>
   1.246 +			<File
   1.247 +				RelativePath=".\vmath\matrix_c.c"
   1.248 +				>
   1.249 +			</File>
   1.250 +			<File
   1.251 +				RelativePath=".\vmath\quat.cc"
   1.252 +				>
   1.253 +			</File>
   1.254 +			<File
   1.255 +				RelativePath=".\vmath\quat.h"
   1.256 +				>
   1.257 +			</File>
   1.258 +			<File
   1.259 +				RelativePath=".\vmath\quat.inl"
   1.260 +				>
   1.261 +			</File>
   1.262 +			<File
   1.263 +				RelativePath=".\vmath\quat_c.c"
   1.264 +				>
   1.265 +			</File>
   1.266 +			<File
   1.267 +				RelativePath=".\vmath\ray.cc"
   1.268 +				>
   1.269 +			</File>
   1.270 +			<File
   1.271 +				RelativePath=".\vmath\ray.h"
   1.272 +				>
   1.273 +			</File>
   1.274 +			<File
   1.275 +				RelativePath=".\vmath\ray.inl"
   1.276 +				>
   1.277 +			</File>
   1.278 +			<File
   1.279 +				RelativePath=".\vmath\ray_c.c"
   1.280 +				>
   1.281 +			</File>
   1.282 +			<File
   1.283 +				RelativePath=".\vmath\sphvec.cc"
   1.284 +				>
   1.285 +			</File>
   1.286 +			<File
   1.287 +				RelativePath=".\vmath\sphvec.h"
   1.288 +				>
   1.289 +			</File>
   1.290 +			<File
   1.291 +				RelativePath=".\vmath\vector.cc"
   1.292 +				>
   1.293 +			</File>
   1.294 +			<File
   1.295 +				RelativePath=".\vmath\vector.h"
   1.296 +				>
   1.297 +			</File>
   1.298 +			<File
   1.299 +				RelativePath=".\vmath\vector.inl"
   1.300 +				>
   1.301 +			</File>
   1.302 +			<File
   1.303 +				RelativePath=".\vmath\vmath.c"
   1.304 +				>
   1.305 +			</File>
   1.306 +			<File
   1.307 +				RelativePath=".\vmath\vmath.h"
   1.308 +				>
   1.309 +			</File>
   1.310 +			<File
   1.311 +				RelativePath=".\vmath\vmath.inl"
   1.312 +				>
   1.313 +			</File>
   1.314 +			<File
   1.315 +				RelativePath=".\vmath\vmath_config.h"
   1.316 +				>
   1.317 +			</File>
   1.318 +			<File
   1.319 +				RelativePath=".\vmath\vmath_types.h"
   1.320 +				>
   1.321 +			</File>
   1.322 +		</Filter>
   1.323 +		<Filter
   1.324 +			Name="imago"
   1.325 +			>
   1.326 +			<File
   1.327 +				RelativePath=".\imago\conv.c"
   1.328 +				>
   1.329 +			</File>
   1.330 +			<File
   1.331 +				RelativePath=".\imago\file_jpeg.c"
   1.332 +				>
   1.333 +			</File>
   1.334 +			<File
   1.335 +				RelativePath=".\imago\file_png.c"
   1.336 +				>
   1.337 +			</File>
   1.338 +			<File
   1.339 +				RelativePath=".\imago\file_ppm.c"
   1.340 +				>
   1.341 +			</File>
   1.342 +			<File
   1.343 +				RelativePath=".\imago\file_rgbe.c"
   1.344 +				>
   1.345 +			</File>
   1.346 +			<File
   1.347 +				RelativePath=".\imago\ftype_module.c"
   1.348 +				>
   1.349 +			</File>
   1.350 +			<File
   1.351 +				RelativePath=".\imago\ftype_module.h"
   1.352 +				>
   1.353 +			</File>
   1.354 +			<File
   1.355 +				RelativePath=".\imago\imago2.c"
   1.356 +				>
   1.357 +			</File>
   1.358 +			<File
   1.359 +				RelativePath=".\imago\imago2.h"
   1.360 +				>
   1.361 +			</File>
   1.362 +			<File
   1.363 +				RelativePath=".\imago\imago_gl.c"
   1.364 +				>
   1.365 +			</File>
   1.366 +			<File
   1.367 +				RelativePath=".\imago\modules.c"
   1.368 +				>
   1.369 +			</File>
   1.370 +		</Filter>
   1.371 +		<Filter
   1.372 +			Name="psys"
   1.373 +			>
   1.374 +			<File
   1.375 +				RelativePath=".\psys\pattr.c"
   1.376 +				>
   1.377 +			</File>
   1.378 +			<File
   1.379 +				RelativePath=".\psys\pattr.h"
   1.380 +				>
   1.381 +			</File>
   1.382 +			<File
   1.383 +				RelativePath=".\psys\pstrack.c"
   1.384 +				>
   1.385 +			</File>
   1.386 +			<File
   1.387 +				RelativePath=".\psys\pstrack.h"
   1.388 +				>
   1.389 +			</File>
   1.390 +			<File
   1.391 +				RelativePath=".\psys\psys.c"
   1.392 +				>
   1.393 +			</File>
   1.394 +			<File
   1.395 +				RelativePath=".\psys\psys.h"
   1.396 +				>
   1.397 +			</File>
   1.398 +			<File
   1.399 +				RelativePath=".\psys\rndval.c"
   1.400 +				>
   1.401 +			</File>
   1.402 +			<File
   1.403 +				RelativePath=".\psys\rndval.h"
   1.404 +				>
   1.405 +			</File>
   1.406 +		</Filter>
   1.407 +		<Filter
   1.408 +			Name="ogg"
   1.409 +			>
   1.410 +			<File
   1.411 +				RelativePath=".\ogg\bitwise.c"
   1.412 +				>
   1.413 +			</File>
   1.414 +			<File
   1.415 +				RelativePath=".\ogg\framing.c"
   1.416 +				>
   1.417 +			</File>
   1.418 +			<File
   1.419 +				RelativePath=".\ogg\ogg.h"
   1.420 +				>
   1.421 +			</File>
   1.422 +			<File
   1.423 +				RelativePath=".\ogg\os_types.h"
   1.424 +				>
   1.425 +			</File>
   1.426 +		</Filter>
   1.427 +		<Filter
   1.428 +			Name="vorbis"
   1.429 +			>
   1.430 +			<File
   1.431 +				RelativePath=".\vorbis\analysis.c"
   1.432 +				>
   1.433 +			</File>
   1.434 +			<File
   1.435 +				RelativePath=".\vorbis\backends.h"
   1.436 +				>
   1.437 +			</File>
   1.438 +			<File
   1.439 +				RelativePath=".\vorbis\bitrate.c"
   1.440 +				>
   1.441 +			</File>
   1.442 +			<File
   1.443 +				RelativePath=".\vorbis\bitrate.h"
   1.444 +				>
   1.445 +			</File>
   1.446 +			<File
   1.447 +				RelativePath=".\vorbis\block.c"
   1.448 +				>
   1.449 +			</File>
   1.450 +			<File
   1.451 +				RelativePath=".\vorbis\codebook.c"
   1.452 +				>
   1.453 +			</File>
   1.454 +			<File
   1.455 +				RelativePath=".\vorbis\codebook.h"
   1.456 +				>
   1.457 +			</File>
   1.458 +			<File
   1.459 +				RelativePath=".\vorbis\codec.h"
   1.460 +				>
   1.461 +			</File>
   1.462 +			<File
   1.463 +				RelativePath=".\vorbis\codec_internal.h"
   1.464 +				>
   1.465 +			</File>
   1.466 +			<File
   1.467 +				RelativePath=".\vorbis\envelope.c"
   1.468 +				>
   1.469 +			</File>
   1.470 +			<File
   1.471 +				RelativePath=".\vorbis\envelope.h"
   1.472 +				>
   1.473 +			</File>
   1.474 +			<File
   1.475 +				RelativePath=".\vorbis\floor0.c"
   1.476 +				>
   1.477 +			</File>
   1.478 +			<File
   1.479 +				RelativePath=".\vorbis\floor1.c"
   1.480 +				>
   1.481 +			</File>
   1.482 +			<File
   1.483 +				RelativePath=".\vorbis\highlevel.h"
   1.484 +				>
   1.485 +			</File>
   1.486 +			<File
   1.487 +				RelativePath=".\vorbis\info.c"
   1.488 +				>
   1.489 +			</File>
   1.490 +			<File
   1.491 +				RelativePath=".\vorbis\lookup.c"
   1.492 +				>
   1.493 +			</File>
   1.494 +			<File
   1.495 +				RelativePath=".\vorbis\lookup.h"
   1.496 +				>
   1.497 +			</File>
   1.498 +			<File
   1.499 +				RelativePath=".\vorbis\lookup_data.h"
   1.500 +				>
   1.501 +			</File>
   1.502 +			<File
   1.503 +				RelativePath=".\vorbis\lpc.c"
   1.504 +				>
   1.505 +			</File>
   1.506 +			<File
   1.507 +				RelativePath=".\vorbis\lpc.h"
   1.508 +				>
   1.509 +			</File>
   1.510 +			<File
   1.511 +				RelativePath=".\vorbis\lsp.c"
   1.512 +				>
   1.513 +			</File>
   1.514 +			<File
   1.515 +				RelativePath=".\vorbis\lsp.h"
   1.516 +				>
   1.517 +			</File>
   1.518 +			<File
   1.519 +				RelativePath=".\vorbis\mapping0.c"
   1.520 +				>
   1.521 +			</File>
   1.522 +			<File
   1.523 +				RelativePath=".\vorbis\masking.h"
   1.524 +				>
   1.525 +			</File>
   1.526 +			<File
   1.527 +				RelativePath=".\vorbis\mdct.c"
   1.528 +				>
   1.529 +			</File>
   1.530 +			<File
   1.531 +				RelativePath=".\vorbis\mdct.h"
   1.532 +				>
   1.533 +			</File>
   1.534 +			<File
   1.535 +				RelativePath=".\vorbis\misc.h"
   1.536 +				>
   1.537 +			</File>
   1.538 +			<File
   1.539 +				RelativePath=".\vorbis\os.h"
   1.540 +				>
   1.541 +			</File>
   1.542 +			<File
   1.543 +				RelativePath=".\vorbis\psy.c"
   1.544 +				>
   1.545 +			</File>
   1.546 +			<File
   1.547 +				RelativePath=".\vorbis\psy.h"
   1.548 +				>
   1.549 +			</File>
   1.550 +			<File
   1.551 +				RelativePath=".\vorbis\registry.c"
   1.552 +				>
   1.553 +			</File>
   1.554 +			<File
   1.555 +				RelativePath=".\vorbis\registry.h"
   1.556 +				>
   1.557 +			</File>
   1.558 +			<File
   1.559 +				RelativePath=".\vorbis\res0.c"
   1.560 +				>
   1.561 +			</File>
   1.562 +			<File
   1.563 +				RelativePath=".\vorbis\scales.h"
   1.564 +				>
   1.565 +			</File>
   1.566 +			<File
   1.567 +				RelativePath=".\vorbis\sharedbook.c"
   1.568 +				>
   1.569 +			</File>
   1.570 +			<File
   1.571 +				RelativePath=".\vorbis\smallft.c"
   1.572 +				>
   1.573 +			</File>
   1.574 +			<File
   1.575 +				RelativePath=".\vorbis\smallft.h"
   1.576 +				>
   1.577 +			</File>
   1.578 +			<File
   1.579 +				RelativePath=".\vorbis\synthesis.c"
   1.580 +				>
   1.581 +			</File>
   1.582 +			<File
   1.583 +				RelativePath=".\vorbis\vorbisenc.c"
   1.584 +				>
   1.585 +			</File>
   1.586 +			<File
   1.587 +				RelativePath=".\vorbis\vorbisenc.h"
   1.588 +				>
   1.589 +			</File>
   1.590 +			<File
   1.591 +				RelativePath=".\vorbis\vorbisfile.c"
   1.592 +				>
   1.593 +			</File>
   1.594 +			<File
   1.595 +				RelativePath=".\vorbis\vorbisfile.h"
   1.596 +				>
   1.597 +			</File>
   1.598 +			<File
   1.599 +				RelativePath=".\vorbis\window.c"
   1.600 +				>
   1.601 +			</File>
   1.602 +			<File
   1.603 +				RelativePath=".\vorbis\window.h"
   1.604 +				>
   1.605 +			</File>
   1.606 +			<Filter
   1.607 +				Name="books"
   1.608 +				>
   1.609 +				<File
   1.610 +					RelativePath=".\vorbis\books\floor\floor_books.h"
   1.611 +					>
   1.612 +				</File>
   1.613 +				<File
   1.614 +					RelativePath=".\vorbis\books\coupled\res_books_51.h"
   1.615 +					>
   1.616 +				</File>
   1.617 +				<File
   1.618 +					RelativePath=".\vorbis\books\coupled\res_books_stereo.h"
   1.619 +					>
   1.620 +				</File>
   1.621 +				<File
   1.622 +					RelativePath=".\vorbis\books\uncoupled\res_books_uncoupled.h"
   1.623 +					>
   1.624 +				</File>
   1.625 +			</Filter>
   1.626 +			<Filter
   1.627 +				Name="modes"
   1.628 +				>
   1.629 +				<File
   1.630 +					RelativePath=".\vorbis\modes\floor_all.h"
   1.631 +					>
   1.632 +				</File>
   1.633 +				<File
   1.634 +					RelativePath=".\vorbis\modes\psych_11.h"
   1.635 +					>
   1.636 +				</File>
   1.637 +				<File
   1.638 +					RelativePath=".\vorbis\modes\psych_16.h"
   1.639 +					>
   1.640 +				</File>
   1.641 +				<File
   1.642 +					RelativePath=".\vorbis\modes\psych_44.h"
   1.643 +					>
   1.644 +				</File>
   1.645 +				<File
   1.646 +					RelativePath=".\vorbis\modes\psych_8.h"
   1.647 +					>
   1.648 +				</File>
   1.649 +				<File
   1.650 +					RelativePath=".\vorbis\modes\residue_16.h"
   1.651 +					>
   1.652 +				</File>
   1.653 +				<File
   1.654 +					RelativePath=".\vorbis\modes\residue_44.h"
   1.655 +					>
   1.656 +				</File>
   1.657 +				<File
   1.658 +					RelativePath=".\vorbis\modes\residue_44p51.h"
   1.659 +					>
   1.660 +				</File>
   1.661 +				<File
   1.662 +					RelativePath=".\vorbis\modes\residue_44u.h"
   1.663 +					>
   1.664 +				</File>
   1.665 +				<File
   1.666 +					RelativePath=".\vorbis\modes\residue_8.h"
   1.667 +					>
   1.668 +				</File>
   1.669 +				<File
   1.670 +					RelativePath=".\vorbis\modes\setup_11.h"
   1.671 +					>
   1.672 +				</File>
   1.673 +				<File
   1.674 +					RelativePath=".\vorbis\modes\setup_16.h"
   1.675 +					>
   1.676 +				</File>
   1.677 +				<File
   1.678 +					RelativePath=".\vorbis\modes\setup_22.h"
   1.679 +					>
   1.680 +				</File>
   1.681 +				<File
   1.682 +					RelativePath=".\vorbis\modes\setup_32.h"
   1.683 +					>
   1.684 +				</File>
   1.685 +				<File
   1.686 +					RelativePath=".\vorbis\modes\setup_44.h"
   1.687 +					>
   1.688 +				</File>
   1.689 +				<File
   1.690 +					RelativePath=".\vorbis\modes\setup_44p51.h"
   1.691 +					>
   1.692 +				</File>
   1.693 +				<File
   1.694 +					RelativePath=".\vorbis\modes\setup_44u.h"
   1.695 +					>
   1.696 +				</File>
   1.697 +				<File
   1.698 +					RelativePath=".\vorbis\modes\setup_8.h"
   1.699 +					>
   1.700 +				</File>
   1.701 +				<File
   1.702 +					RelativePath=".\vorbis\modes\setup_X.h"
   1.703 +					>
   1.704 +				</File>
   1.705 +			</Filter>
   1.706 +		</Filter>
   1.707 +		<Filter
   1.708 +			Name="libpng"
   1.709 +			>
   1.710 +			<File
   1.711 +				RelativePath=".\libpng\png.c"
   1.712 +				>
   1.713 +			</File>
   1.714 +			<File
   1.715 +				RelativePath=".\libpng\png.h"
   1.716 +				>
   1.717 +			</File>
   1.718 +			<File
   1.719 +				RelativePath=".\libpng\pngconf.h"
   1.720 +				>
   1.721 +			</File>
   1.722 +			<File
   1.723 +				RelativePath=".\libpng\pngerror.c"
   1.724 +				>
   1.725 +			</File>
   1.726 +			<File
   1.727 +				RelativePath=".\libpng\pnggccrd.c"
   1.728 +				>
   1.729 +			</File>
   1.730 +			<File
   1.731 +				RelativePath=".\libpng\pngget.c"
   1.732 +				>
   1.733 +			</File>
   1.734 +			<File
   1.735 +				RelativePath=".\libpng\pngmem.c"
   1.736 +				>
   1.737 +			</File>
   1.738 +			<File
   1.739 +				RelativePath=".\libpng\pngpread.c"
   1.740 +				>
   1.741 +			</File>
   1.742 +			<File
   1.743 +				RelativePath=".\libpng\pngread.c"
   1.744 +				>
   1.745 +			</File>
   1.746 +			<File
   1.747 +				RelativePath=".\libpng\pngrio.c"
   1.748 +				>
   1.749 +			</File>
   1.750 +			<File
   1.751 +				RelativePath=".\libpng\pngrtran.c"
   1.752 +				>
   1.753 +			</File>
   1.754 +			<File
   1.755 +				RelativePath=".\libpng\pngrutil.c"
   1.756 +				>
   1.757 +			</File>
   1.758 +			<File
   1.759 +				RelativePath=".\libpng\pngset.c"
   1.760 +				>
   1.761 +			</File>
   1.762 +			<File
   1.763 +				RelativePath=".\libpng\pngtrans.c"
   1.764 +				>
   1.765 +			</File>
   1.766 +			<File
   1.767 +				RelativePath=".\libpng\pngvcrd.c"
   1.768 +				>
   1.769 +			</File>
   1.770 +			<File
   1.771 +				RelativePath=".\libpng\pngwio.c"
   1.772 +				>
   1.773 +			</File>
   1.774 +			<File
   1.775 +				RelativePath=".\libpng\pngwrite.c"
   1.776 +				>
   1.777 +			</File>
   1.778 +			<File
   1.779 +				RelativePath=".\libpng\pngwtran.c"
   1.780 +				>
   1.781 +			</File>
   1.782 +			<File
   1.783 +				RelativePath=".\libpng\pngwutil.c"
   1.784 +				>
   1.785 +			</File>
   1.786 +		</Filter>
   1.787 +		<Filter
   1.788 +			Name="zlib"
   1.789 +			>
   1.790 +			<File
   1.791 +				RelativePath=".\zlib\adler32.c"
   1.792 +				>
   1.793 +			</File>
   1.794 +			<File
   1.795 +				RelativePath=".\zlib\compress.c"
   1.796 +				>
   1.797 +			</File>
   1.798 +			<File
   1.799 +				RelativePath=".\zlib\crc32.c"
   1.800 +				>
   1.801 +			</File>
   1.802 +			<File
   1.803 +				RelativePath=".\zlib\crc32.h"
   1.804 +				>
   1.805 +			</File>
   1.806 +			<File
   1.807 +				RelativePath=".\zlib\deflate.c"
   1.808 +				>
   1.809 +			</File>
   1.810 +			<File
   1.811 +				RelativePath=".\zlib\deflate.h"
   1.812 +				>
   1.813 +			</File>
   1.814 +			<File
   1.815 +				RelativePath=".\zlib\gzio.c"
   1.816 +				>
   1.817 +			</File>
   1.818 +			<File
   1.819 +				RelativePath=".\zlib\infback.c"
   1.820 +				>
   1.821 +			</File>
   1.822 +			<File
   1.823 +				RelativePath=".\zlib\inffast.c"
   1.824 +				>
   1.825 +			</File>
   1.826 +			<File
   1.827 +				RelativePath=".\zlib\inffast.h"
   1.828 +				>
   1.829 +			</File>
   1.830 +			<File
   1.831 +				RelativePath=".\zlib\inffixed.h"
   1.832 +				>
   1.833 +			</File>
   1.834 +			<File
   1.835 +				RelativePath=".\zlib\inflate.c"
   1.836 +				>
   1.837 +			</File>
   1.838 +			<File
   1.839 +				RelativePath=".\zlib\inflate.h"
   1.840 +				>
   1.841 +			</File>
   1.842 +			<File
   1.843 +				RelativePath=".\zlib\inftrees.c"
   1.844 +				>
   1.845 +			</File>
   1.846 +			<File
   1.847 +				RelativePath=".\zlib\inftrees.h"
   1.848 +				>
   1.849 +			</File>
   1.850 +			<File
   1.851 +				RelativePath=".\zlib\trees.c"
   1.852 +				>
   1.853 +			</File>
   1.854 +			<File
   1.855 +				RelativePath=".\zlib\trees.h"
   1.856 +				>
   1.857 +			</File>
   1.858 +			<File
   1.859 +				RelativePath=".\zlib\uncompr.c"
   1.860 +				>
   1.861 +			</File>
   1.862 +			<File
   1.863 +				RelativePath=".\zlib\zconf.h"
   1.864 +				>
   1.865 +			</File>
   1.866 +			<File
   1.867 +				RelativePath=".\zlib\zlib.h"
   1.868 +				>
   1.869 +			</File>
   1.870 +			<File
   1.871 +				RelativePath=".\zlib\zutil.c"
   1.872 +				>
   1.873 +			</File>
   1.874 +			<File
   1.875 +				RelativePath=".\zlib\zutil.h"
   1.876 +				>
   1.877 +			</File>
   1.878 +		</Filter>
   1.879 +		<Filter
   1.880 +			Name="libjpeg"
   1.881 +			>
   1.882 +			<File
   1.883 +				RelativePath=".\libjpeg\cderror.h"
   1.884 +				>
   1.885 +			</File>
   1.886 +			<File
   1.887 +				RelativePath=".\libjpeg\jcapimin.c"
   1.888 +				>
   1.889 +			</File>
   1.890 +			<File
   1.891 +				RelativePath=".\libjpeg\jcapistd.c"
   1.892 +				>
   1.893 +			</File>
   1.894 +			<File
   1.895 +				RelativePath=".\libjpeg\jccoefct.c"
   1.896 +				>
   1.897 +			</File>
   1.898 +			<File
   1.899 +				RelativePath=".\libjpeg\jccolor.c"
   1.900 +				>
   1.901 +			</File>
   1.902 +			<File
   1.903 +				RelativePath=".\libjpeg\jcdctmgr.c"
   1.904 +				>
   1.905 +			</File>
   1.906 +			<File
   1.907 +				RelativePath=".\libjpeg\jchuff.c"
   1.908 +				>
   1.909 +			</File>
   1.910 +			<File
   1.911 +				RelativePath=".\libjpeg\jchuff.h"
   1.912 +				>
   1.913 +			</File>
   1.914 +			<File
   1.915 +				RelativePath=".\libjpeg\jcinit.c"
   1.916 +				>
   1.917 +			</File>
   1.918 +			<File
   1.919 +				RelativePath=".\libjpeg\jcmainct.c"
   1.920 +				>
   1.921 +			</File>
   1.922 +			<File
   1.923 +				RelativePath=".\libjpeg\jcmarker.c"
   1.924 +				>
   1.925 +			</File>
   1.926 +			<File
   1.927 +				RelativePath=".\libjpeg\jcmaster.c"
   1.928 +				>
   1.929 +			</File>
   1.930 +			<File
   1.931 +				RelativePath=".\libjpeg\jcomapi.c"
   1.932 +				>
   1.933 +			</File>
   1.934 +			<File
   1.935 +				RelativePath=".\libjpeg\jconfig.h"
   1.936 +				>
   1.937 +			</File>
   1.938 +			<File
   1.939 +				RelativePath=".\libjpeg\jcparam.c"
   1.940 +				>
   1.941 +			</File>
   1.942 +			<File
   1.943 +				RelativePath=".\libjpeg\jcphuff.c"
   1.944 +				>
   1.945 +			</File>
   1.946 +			<File
   1.947 +				RelativePath=".\libjpeg\jcprepct.c"
   1.948 +				>
   1.949 +			</File>
   1.950 +			<File
   1.951 +				RelativePath=".\libjpeg\jcsample.c"
   1.952 +				>
   1.953 +			</File>
   1.954 +			<File
   1.955 +				RelativePath=".\libjpeg\jctrans.c"
   1.956 +				>
   1.957 +			</File>
   1.958 +			<File
   1.959 +				RelativePath=".\libjpeg\jdapimin.c"
   1.960 +				>
   1.961 +			</File>
   1.962 +			<File
   1.963 +				RelativePath=".\libjpeg\jdapistd.c"
   1.964 +				>
   1.965 +			</File>
   1.966 +			<File
   1.967 +				RelativePath=".\libjpeg\jdatadst.c"
   1.968 +				>
   1.969 +			</File>
   1.970 +			<File
   1.971 +				RelativePath=".\libjpeg\jdatasrc.c"
   1.972 +				>
   1.973 +			</File>
   1.974 +			<File
   1.975 +				RelativePath=".\libjpeg\jdcoefct.c"
   1.976 +				>
   1.977 +			</File>
   1.978 +			<File
   1.979 +				RelativePath=".\libjpeg\jdcolor.c"
   1.980 +				>
   1.981 +			</File>
   1.982 +			<File
   1.983 +				RelativePath=".\libjpeg\jdct.h"
   1.984 +				>
   1.985 +			</File>
   1.986 +			<File
   1.987 +				RelativePath=".\libjpeg\jddctmgr.c"
   1.988 +				>
   1.989 +			</File>
   1.990 +			<File
   1.991 +				RelativePath=".\libjpeg\jdhuff.c"
   1.992 +				>
   1.993 +			</File>
   1.994 +			<File
   1.995 +				RelativePath=".\libjpeg\jdhuff.h"
   1.996 +				>
   1.997 +			</File>
   1.998 +			<File
   1.999 +				RelativePath=".\libjpeg\jdinput.c"
  1.1000 +				>
  1.1001 +			</File>
  1.1002 +			<File
  1.1003 +				RelativePath=".\libjpeg\jdmainct.c"
  1.1004 +				>
  1.1005 +			</File>
  1.1006 +			<File
  1.1007 +				RelativePath=".\libjpeg\jdmarker.c"
  1.1008 +				>
  1.1009 +			</File>
  1.1010 +			<File
  1.1011 +				RelativePath=".\libjpeg\jdmaster.c"
  1.1012 +				>
  1.1013 +			</File>
  1.1014 +			<File
  1.1015 +				RelativePath=".\libjpeg\jdmerge.c"
  1.1016 +				>
  1.1017 +			</File>
  1.1018 +			<File
  1.1019 +				RelativePath=".\libjpeg\jdphuff.c"
  1.1020 +				>
  1.1021 +			</File>
  1.1022 +			<File
  1.1023 +				RelativePath=".\libjpeg\jdpostct.c"
  1.1024 +				>
  1.1025 +			</File>
  1.1026 +			<File
  1.1027 +				RelativePath=".\libjpeg\jdsample.c"
  1.1028 +				>
  1.1029 +			</File>
  1.1030 +			<File
  1.1031 +				RelativePath=".\libjpeg\jdtrans.c"
  1.1032 +				>
  1.1033 +			</File>
  1.1034 +			<File
  1.1035 +				RelativePath=".\libjpeg\jerror.c"
  1.1036 +				>
  1.1037 +			</File>
  1.1038 +			<File
  1.1039 +				RelativePath=".\libjpeg\jerror.h"
  1.1040 +				>
  1.1041 +			</File>
  1.1042 +			<File
  1.1043 +				RelativePath=".\libjpeg\jfdctflt.c"
  1.1044 +				>
  1.1045 +			</File>
  1.1046 +			<File
  1.1047 +				RelativePath=".\libjpeg\jfdctfst.c"
  1.1048 +				>
  1.1049 +			</File>
  1.1050 +			<File
  1.1051 +				RelativePath=".\libjpeg\jfdctint.c"
  1.1052 +				>
  1.1053 +			</File>
  1.1054 +			<File
  1.1055 +				RelativePath=".\libjpeg\jidctflt.c"
  1.1056 +				>
  1.1057 +			</File>
  1.1058 +			<File
  1.1059 +				RelativePath=".\libjpeg\jidctfst.c"
  1.1060 +				>
  1.1061 +			</File>
  1.1062 +			<File
  1.1063 +				RelativePath=".\libjpeg\jidctint.c"
  1.1064 +				>
  1.1065 +			</File>
  1.1066 +			<File
  1.1067 +				RelativePath=".\libjpeg\jidctred.c"
  1.1068 +				>
  1.1069 +			</File>
  1.1070 +			<File
  1.1071 +				RelativePath=".\libjpeg\jinclude.h"
  1.1072 +				>
  1.1073 +			</File>
  1.1074 +			<File
  1.1075 +				RelativePath=".\libjpeg\jmemmgr.c"
  1.1076 +				>
  1.1077 +			</File>
  1.1078 +			<File
  1.1079 +				RelativePath=".\libjpeg\jmemnobs.c"
  1.1080 +				>
  1.1081 +			</File>
  1.1082 +			<File
  1.1083 +				RelativePath=".\libjpeg\jmemsys.h"
  1.1084 +				>
  1.1085 +			</File>
  1.1086 +			<File
  1.1087 +				RelativePath=".\libjpeg\jmorecfg.h"
  1.1088 +				>
  1.1089 +			</File>
  1.1090 +			<File
  1.1091 +				RelativePath=".\libjpeg\jpegint.h"
  1.1092 +				>
  1.1093 +			</File>
  1.1094 +			<File
  1.1095 +				RelativePath=".\libjpeg\jpeglib.h"
  1.1096 +				>
  1.1097 +			</File>
  1.1098 +			<File
  1.1099 +				RelativePath=".\libjpeg\jquant1.c"
  1.1100 +				>
  1.1101 +			</File>
  1.1102 +			<File
  1.1103 +				RelativePath=".\libjpeg\jquant2.c"
  1.1104 +				>
  1.1105 +			</File>
  1.1106 +			<File
  1.1107 +				RelativePath=".\libjpeg\jutils.c"
  1.1108 +				>
  1.1109 +			</File>
  1.1110 +			<File
  1.1111 +				RelativePath=".\libjpeg\jversion.h"
  1.1112 +				>
  1.1113 +			</File>
  1.1114 +		</Filter>
  1.1115 +		<Filter
  1.1116 +			Name="kissfft"
  1.1117 +			>
  1.1118 +			<File
  1.1119 +				RelativePath=".\kissfft\_kiss_fft_guts.h"
  1.1120 +				>
  1.1121 +			</File>
  1.1122 +			<File
  1.1123 +				RelativePath=".\kissfft\kiss_fft.c"
  1.1124 +				>
  1.1125 +			</File>
  1.1126 +			<File
  1.1127 +				RelativePath=".\kissfft\kiss_fft.h"
  1.1128 +				>
  1.1129 +			</File>
  1.1130 +			<File
  1.1131 +				RelativePath=".\kissfft\kiss_fftr.c"
  1.1132 +				>
  1.1133 +			</File>
  1.1134 +			<File
  1.1135 +				RelativePath=".\kissfft\kiss_fftr.h"
  1.1136 +				>
  1.1137 +			</File>
  1.1138 +		</Filter>
  1.1139 +	</Files>
  1.1140 +	<Globals>
  1.1141 +	</Globals>
  1.1142 +</VisualStudioProject>