New SDL_MSBIndex, updated VS projects, cleanup gamecontroller.
- Updated Visual Studio 2010 project with SDL 2.0 library names
- Don't use a 256 byte LUT, but rather <32 bytes of data on the stack.
- Cleanups in SDL_gamecontroller.h
1.1 --- a/VisualC/SDL/SDL_VS2008.vcproj Tue Feb 12 22:23:42 2013 -0800
1.2 +++ b/VisualC/SDL/SDL_VS2008.vcproj Wed Feb 13 17:19:21 2013 -0800
1.3 @@ -1,1326 +1,2652 @@
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="SDL2"
1.9 - ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
1.10 - RootNamespace="SDL"
1.11 - TargetFrameworkVersion="131072"
1.12 - >
1.13 - <Platforms>
1.14 - <Platform
1.15 - Name="Win32"
1.16 - />
1.17 - <Platform
1.18 - Name="x64"
1.19 - />
1.20 - </Platforms>
1.21 - <ToolFiles>
1.22 - </ToolFiles>
1.23 - <Configurations>
1.24 - <Configuration
1.25 - Name="Debug|Win32"
1.26 - OutputDirectory=".\Debug"
1.27 - IntermediateDirectory=".\Debug"
1.28 - ConfigurationType="2"
1.29 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.30 - UseOfMFC="0"
1.31 - ATLMinimizesCRunTimeLibraryUsage="false"
1.32 - >
1.33 - <Tool
1.34 - Name="VCPreBuildEventTool"
1.35 - CommandLine=""
1.36 - />
1.37 - <Tool
1.38 - Name="VCCustomBuildTool"
1.39 - />
1.40 - <Tool
1.41 - Name="VCXMLDataGeneratorTool"
1.42 - />
1.43 - <Tool
1.44 - Name="VCWebServiceProxyGeneratorTool"
1.45 - />
1.46 - <Tool
1.47 - Name="VCMIDLTool"
1.48 - PreprocessorDefinitions="_DEBUG"
1.49 - MkTypLibCompatible="true"
1.50 - SuppressStartupBanner="true"
1.51 - TargetEnvironment="1"
1.52 - TypeLibraryName=".\Debug/SDL.tlb"
1.53 - />
1.54 - <Tool
1.55 - Name="VCCLCompilerTool"
1.56 - Optimization="0"
1.57 - AdditionalIncludeDirectories="..\..\include"
1.58 - PreprocessorDefinitions="_DEBUG;_WINDOWS"
1.59 - RuntimeLibrary="3"
1.60 - BufferSecurityCheck="false"
1.61 - WarningLevel="3"
1.62 - SuppressStartupBanner="true"
1.63 - Detect64BitPortabilityProblems="false"
1.64 - DebugInformationFormat="4"
1.65 - CompileAs="0"
1.66 - />
1.67 - <Tool
1.68 - Name="VCManagedResourceCompilerTool"
1.69 - />
1.70 - <Tool
1.71 - Name="VCResourceCompilerTool"
1.72 - PreprocessorDefinitions="_DEBUG"
1.73 - Culture="1033"
1.74 - />
1.75 - <Tool
1.76 - Name="VCPreLinkEventTool"
1.77 - />
1.78 - <Tool
1.79 - Name="VCLinkerTool"
1.80 - AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.81 - IgnoreAllDefaultLibraries="true"
1.82 - GenerateDebugInformation="true"
1.83 - SubSystem="2"
1.84 - />
1.85 - <Tool
1.86 - Name="VCALinkTool"
1.87 - />
1.88 - <Tool
1.89 - Name="VCManifestTool"
1.90 - />
1.91 - <Tool
1.92 - Name="VCXDCMakeTool"
1.93 - />
1.94 - <Tool
1.95 - Name="VCBscMakeTool"
1.96 - />
1.97 - <Tool
1.98 - Name="VCFxCopTool"
1.99 - />
1.100 - <Tool
1.101 - Name="VCAppVerifierTool"
1.102 - />
1.103 - <Tool
1.104 - Name="VCPostBuildEventTool"
1.105 - />
1.106 - </Configuration>
1.107 - <Configuration
1.108 - Name="Debug|x64"
1.109 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1.110 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1.111 - ConfigurationType="2"
1.112 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.113 - UseOfMFC="0"
1.114 - ATLMinimizesCRunTimeLibraryUsage="false"
1.115 - >
1.116 - <Tool
1.117 - Name="VCPreBuildEventTool"
1.118 - />
1.119 - <Tool
1.120 - Name="VCCustomBuildTool"
1.121 - />
1.122 - <Tool
1.123 - Name="VCXMLDataGeneratorTool"
1.124 - />
1.125 - <Tool
1.126 - Name="VCWebServiceProxyGeneratorTool"
1.127 - />
1.128 - <Tool
1.129 - Name="VCMIDLTool"
1.130 - PreprocessorDefinitions="_DEBUG"
1.131 - MkTypLibCompatible="true"
1.132 - SuppressStartupBanner="true"
1.133 - TargetEnvironment="3"
1.134 - TypeLibraryName=".\Debug/SDL.tlb"
1.135 - />
1.136 - <Tool
1.137 - Name="VCCLCompilerTool"
1.138 - Optimization="0"
1.139 - AdditionalIncludeDirectories="..\..\include"
1.140 - PreprocessorDefinitions="_DEBUG;_WINDOWS"
1.141 - RuntimeLibrary="2"
1.142 - BufferSecurityCheck="false"
1.143 - WarningLevel="3"
1.144 - SuppressStartupBanner="true"
1.145 - Detect64BitPortabilityProblems="false"
1.146 - DebugInformationFormat="3"
1.147 - CompileAs="0"
1.148 - />
1.149 - <Tool
1.150 - Name="VCManagedResourceCompilerTool"
1.151 - />
1.152 - <Tool
1.153 - Name="VCResourceCompilerTool"
1.154 - PreprocessorDefinitions="_DEBUG"
1.155 - Culture="1033"
1.156 - />
1.157 - <Tool
1.158 - Name="VCPreLinkEventTool"
1.159 - />
1.160 - <Tool
1.161 - Name="VCLinkerTool"
1.162 - AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.163 - IgnoreAllDefaultLibraries="true"
1.164 - GenerateDebugInformation="true"
1.165 - SubSystem="2"
1.166 - TargetMachine="17"
1.167 - />
1.168 - <Tool
1.169 - Name="VCALinkTool"
1.170 - />
1.171 - <Tool
1.172 - Name="VCManifestTool"
1.173 - />
1.174 - <Tool
1.175 - Name="VCXDCMakeTool"
1.176 - />
1.177 - <Tool
1.178 - Name="VCBscMakeTool"
1.179 - />
1.180 - <Tool
1.181 - Name="VCFxCopTool"
1.182 - />
1.183 - <Tool
1.184 - Name="VCAppVerifierTool"
1.185 - />
1.186 - <Tool
1.187 - Name="VCPostBuildEventTool"
1.188 - />
1.189 - </Configuration>
1.190 - <Configuration
1.191 - Name="Release|Win32"
1.192 - OutputDirectory=".\Release"
1.193 - IntermediateDirectory=".\Release"
1.194 - ConfigurationType="2"
1.195 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.196 - UseOfMFC="0"
1.197 - ATLMinimizesCRunTimeLibraryUsage="false"
1.198 - >
1.199 - <Tool
1.200 - Name="VCPreBuildEventTool"
1.201 - CommandLine=""
1.202 - />
1.203 - <Tool
1.204 - Name="VCCustomBuildTool"
1.205 - />
1.206 - <Tool
1.207 - Name="VCXMLDataGeneratorTool"
1.208 - />
1.209 - <Tool
1.210 - Name="VCWebServiceProxyGeneratorTool"
1.211 - />
1.212 - <Tool
1.213 - Name="VCMIDLTool"
1.214 - PreprocessorDefinitions="NDEBUG"
1.215 - MkTypLibCompatible="true"
1.216 - SuppressStartupBanner="true"
1.217 - TargetEnvironment="1"
1.218 - TypeLibraryName=".\Release/SDL.tlb"
1.219 - />
1.220 - <Tool
1.221 - Name="VCCLCompilerTool"
1.222 - InlineFunctionExpansion="1"
1.223 - EnableIntrinsicFunctions="false"
1.224 - AdditionalIncludeDirectories="..\..\include"
1.225 - PreprocessorDefinitions="NDEBUG;_WINDOWS"
1.226 - StringPooling="true"
1.227 - RuntimeLibrary="2"
1.228 - BufferSecurityCheck="false"
1.229 - EnableFunctionLevelLinking="true"
1.230 - WarningLevel="3"
1.231 - SuppressStartupBanner="true"
1.232 - Detect64BitPortabilityProblems="false"
1.233 - CompileAs="0"
1.234 - />
1.235 - <Tool
1.236 - Name="VCManagedResourceCompilerTool"
1.237 - />
1.238 - <Tool
1.239 - Name="VCResourceCompilerTool"
1.240 - PreprocessorDefinitions="NDEBUG"
1.241 - Culture="1033"
1.242 - />
1.243 - <Tool
1.244 - Name="VCPreLinkEventTool"
1.245 - />
1.246 - <Tool
1.247 - Name="VCLinkerTool"
1.248 - AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.249 - IgnoreAllDefaultLibraries="true"
1.250 - SubSystem="2"
1.251 - />
1.252 - <Tool
1.253 - Name="VCALinkTool"
1.254 - />
1.255 - <Tool
1.256 - Name="VCManifestTool"
1.257 - />
1.258 - <Tool
1.259 - Name="VCXDCMakeTool"
1.260 - />
1.261 - <Tool
1.262 - Name="VCBscMakeTool"
1.263 - />
1.264 - <Tool
1.265 - Name="VCFxCopTool"
1.266 - />
1.267 - <Tool
1.268 - Name="VCAppVerifierTool"
1.269 - />
1.270 - <Tool
1.271 - Name="VCPostBuildEventTool"
1.272 - />
1.273 - </Configuration>
1.274 - <Configuration
1.275 - Name="Release|x64"
1.276 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1.277 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1.278 - ConfigurationType="2"
1.279 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.280 - UseOfMFC="0"
1.281 - ATLMinimizesCRunTimeLibraryUsage="false"
1.282 - >
1.283 - <Tool
1.284 - Name="VCPreBuildEventTool"
1.285 - />
1.286 - <Tool
1.287 - Name="VCCustomBuildTool"
1.288 - />
1.289 - <Tool
1.290 - Name="VCXMLDataGeneratorTool"
1.291 - />
1.292 - <Tool
1.293 - Name="VCWebServiceProxyGeneratorTool"
1.294 - />
1.295 - <Tool
1.296 - Name="VCMIDLTool"
1.297 - PreprocessorDefinitions="NDEBUG"
1.298 - MkTypLibCompatible="true"
1.299 - SuppressStartupBanner="true"
1.300 - TargetEnvironment="3"
1.301 - TypeLibraryName=".\Release/SDL.tlb"
1.302 - />
1.303 - <Tool
1.304 - Name="VCCLCompilerTool"
1.305 - InlineFunctionExpansion="1"
1.306 - EnableIntrinsicFunctions="false"
1.307 - AdditionalIncludeDirectories="..\..\include"
1.308 - PreprocessorDefinitions="NDEBUG;_WINDOWS"
1.309 - StringPooling="true"
1.310 - RuntimeLibrary="2"
1.311 - BufferSecurityCheck="false"
1.312 - EnableFunctionLevelLinking="true"
1.313 - WarningLevel="3"
1.314 - SuppressStartupBanner="true"
1.315 - Detect64BitPortabilityProblems="false"
1.316 - CompileAs="0"
1.317 - />
1.318 - <Tool
1.319 - Name="VCManagedResourceCompilerTool"
1.320 - />
1.321 - <Tool
1.322 - Name="VCResourceCompilerTool"
1.323 - PreprocessorDefinitions="NDEBUG"
1.324 - Culture="1033"
1.325 - />
1.326 - <Tool
1.327 - Name="VCPreLinkEventTool"
1.328 - />
1.329 - <Tool
1.330 - Name="VCLinkerTool"
1.331 - AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.332 - IgnoreAllDefaultLibraries="true"
1.333 - SubSystem="2"
1.334 - TargetMachine="17"
1.335 - />
1.336 - <Tool
1.337 - Name="VCALinkTool"
1.338 - />
1.339 - <Tool
1.340 - Name="VCManifestTool"
1.341 - />
1.342 - <Tool
1.343 - Name="VCXDCMakeTool"
1.344 - />
1.345 - <Tool
1.346 - Name="VCBscMakeTool"
1.347 - />
1.348 - <Tool
1.349 - Name="VCFxCopTool"
1.350 - />
1.351 - <Tool
1.352 - Name="VCAppVerifierTool"
1.353 - />
1.354 - <Tool
1.355 - Name="VCPostBuildEventTool"
1.356 - />
1.357 - </Configuration>
1.358 - </Configurations>
1.359 - <References>
1.360 - </References>
1.361 - <Files>
1.362 - <Filter
1.363 - Name="API Headers"
1.364 - >
1.365 - <File
1.366 - RelativePath="..\..\include\SDL.h"
1.367 - >
1.368 - </File>
1.369 - <File
1.370 - RelativePath="..\..\include\SDL_assert.h"
1.371 - >
1.372 - </File>
1.373 - <File
1.374 - RelativePath="..\..\include\SDL_atomic.h"
1.375 - >
1.376 - </File>
1.377 - <File
1.378 - RelativePath="..\..\include\SDL_audio.h"
1.379 - >
1.380 - </File>
1.381 - <File
1.382 - RelativePath="..\..\include\SDL_bits.h"
1.383 - >
1.384 - </File>
1.385 - <File
1.386 - RelativePath="..\..\include\SDL_blendmode.h"
1.387 - >
1.388 - </File>
1.389 - <File
1.390 - RelativePath="..\..\include\SDL_clipboard.h"
1.391 - >
1.392 - </File>
1.393 - <File
1.394 - RelativePath="..\..\include\SDL_config.h"
1.395 - >
1.396 - </File>
1.397 - <File
1.398 - RelativePath="..\..\include\SDL_config_windows.h"
1.399 - >
1.400 - </File>
1.401 - <File
1.402 - RelativePath="..\..\include\SDL_copying.h"
1.403 - >
1.404 - </File>
1.405 - <File
1.406 - RelativePath="..\..\include\SDL_cpuinfo.h"
1.407 - >
1.408 - </File>
1.409 - <File
1.410 - RelativePath="..\..\include\SDL_endian.h"
1.411 - >
1.412 - </File>
1.413 - <File
1.414 - RelativePath="..\..\include\SDL_error.h"
1.415 - >
1.416 - </File>
1.417 - <File
1.418 - RelativePath="..\..\include\SDL_events.h"
1.419 - >
1.420 - </File>
1.421 - <File
1.422 - RelativePath="..\..\include\SDL_gamecontroller.h"
1.423 - >
1.424 - </File>
1.425 - <File
1.426 - RelativePath="..\..\include\SDL_gesture.h"
1.427 - >
1.428 - </File>
1.429 - <File
1.430 - RelativePath="..\..\include\SDL_haptic.h"
1.431 - >
1.432 - </File>
1.433 - <File
1.434 - RelativePath="..\..\include\SDL_hints.h"
1.435 - >
1.436 - </File>
1.437 - <File
1.438 - RelativePath="..\..\include\SDL_input.h"
1.439 - >
1.440 - </File>
1.441 - <File
1.442 - RelativePath="..\..\include\SDL_joystick.h"
1.443 - >
1.444 - </File>
1.445 - <File
1.446 - RelativePath="..\..\include\SDL_keyboard.h"
1.447 - >
1.448 - </File>
1.449 - <File
1.450 - RelativePath="..\..\include\SDL_keycode.h"
1.451 - >
1.452 - </File>
1.453 - <File
1.454 - RelativePath="..\..\include\SDL_loadso.h"
1.455 - >
1.456 - </File>
1.457 - <File
1.458 - RelativePath="..\..\include\SDL_log.h"
1.459 - >
1.460 - </File>
1.461 - <File
1.462 - RelativePath="..\..\include\SDL_main.h"
1.463 - >
1.464 - </File>
1.465 - <File
1.466 - RelativePath="..\..\include\SDL_messagebox.h"
1.467 - >
1.468 - </File>
1.469 - <File
1.470 - RelativePath="..\..\include\SDL_mouse.h"
1.471 - >
1.472 - </File>
1.473 - <File
1.474 - RelativePath="..\..\include\SDL_mutex.h"
1.475 - >
1.476 - </File>
1.477 - <File
1.478 - RelativePath="..\..\include\SDL_name.h"
1.479 - >
1.480 - </File>
1.481 - <File
1.482 - RelativePath="..\..\include\SDL_opengl.h"
1.483 - >
1.484 - </File>
1.485 - <File
1.486 - RelativePath="..\..\include\SDL_opengles.h"
1.487 - >
1.488 - </File>
1.489 - <File
1.490 - RelativePath="..\..\include\SDL_pixels.h"
1.491 - >
1.492 - </File>
1.493 - <File
1.494 - RelativePath="..\..\include\SDL_platform.h"
1.495 - >
1.496 - </File>
1.497 - <File
1.498 - RelativePath="..\..\include\SDL_power.h"
1.499 - >
1.500 - </File>
1.501 - <File
1.502 - RelativePath="..\..\include\SDL_quit.h"
1.503 - >
1.504 - </File>
1.505 - <File
1.506 - RelativePath="..\..\include\SDL_rect.h"
1.507 - >
1.508 - </File>
1.509 - <File
1.510 - RelativePath="..\..\include\SDL_render.h"
1.511 - >
1.512 - </File>
1.513 - <File
1.514 - RelativePath="..\..\include\SDL_revision.h"
1.515 - >
1.516 - </File>
1.517 - <File
1.518 - RelativePath="..\..\include\SDL_rwops.h"
1.519 - >
1.520 - </File>
1.521 - <File
1.522 - RelativePath="..\..\include\SDL_scancode.h"
1.523 - >
1.524 - </File>
1.525 - <File
1.526 - RelativePath="..\..\include\SDL_shape.h"
1.527 - >
1.528 - </File>
1.529 - <File
1.530 - RelativePath="..\..\include\SDL_stdinc.h"
1.531 - >
1.532 - </File>
1.533 - <File
1.534 - RelativePath="..\..\include\SDL_surface.h"
1.535 - >
1.536 - </File>
1.537 - <File
1.538 - RelativePath="..\..\include\SDL_system.h"
1.539 - >
1.540 - </File>
1.541 - <File
1.542 - RelativePath="..\..\include\SDL_syswm.h"
1.543 - >
1.544 - </File>
1.545 - <File
1.546 - RelativePath="..\..\include\SDL_thread.h"
1.547 - >
1.548 - </File>
1.549 - <File
1.550 - RelativePath="..\..\include\SDL_timer.h"
1.551 - >
1.552 - </File>
1.553 - <File
1.554 - RelativePath="..\..\include\SDL_touch.h"
1.555 - >
1.556 - </File>
1.557 - <File
1.558 - RelativePath="..\..\include\SDL_types.h"
1.559 - >
1.560 - </File>
1.561 - <File
1.562 - RelativePath="..\..\include\SDL_version.h"
1.563 - >
1.564 - </File>
1.565 - <File
1.566 - RelativePath="..\..\include\SDL_video.h"
1.567 - >
1.568 - </File>
1.569 - </Filter>
1.570 - <File
1.571 - RelativePath="..\..\src\events\blank_cursor.h"
1.572 - >
1.573 - </File>
1.574 - <File
1.575 - RelativePath="..\..\src\events\default_cursor.h"
1.576 - >
1.577 - </File>
1.578 - <File
1.579 - RelativePath="..\..\src\audio\directsound\directx.h"
1.580 - >
1.581 - </File>
1.582 - <File
1.583 - RelativePath="..\..\src\libm\e_atan2.c"
1.584 - >
1.585 - </File>
1.586 - <File
1.587 - RelativePath="..\..\src\libm\e_log.c"
1.588 - >
1.589 - </File>
1.590 - <File
1.591 - RelativePath="..\..\src\libm\e_pow.c"
1.592 - >
1.593 - </File>
1.594 - <File
1.595 - RelativePath="..\..\src\libm\e_rem_pio2.c"
1.596 - >
1.597 - </File>
1.598 - <File
1.599 - RelativePath="..\..\src\libm\e_sqrt.c"
1.600 - >
1.601 - </File>
1.602 - <File
1.603 - RelativePath="..\..\src\libm\k_cos.c"
1.604 - >
1.605 - </File>
1.606 - <File
1.607 - RelativePath="..\..\src\libm\k_rem_pio2.c"
1.608 - >
1.609 - </File>
1.610 - <File
1.611 - RelativePath="..\..\src\libm\k_sin.c"
1.612 - >
1.613 - </File>
1.614 - <File
1.615 - RelativePath="..\..\src\libm\math.h"
1.616 - >
1.617 - </File>
1.618 - <File
1.619 - RelativePath="..\..\src\libm\math_private.h"
1.620 - >
1.621 - </File>
1.622 - <File
1.623 - RelativePath="..\..\src\render\mmx.h"
1.624 - >
1.625 - </File>
1.626 - <File
1.627 - RelativePath=".\resource.h"
1.628 - >
1.629 - </File>
1.630 - <File
1.631 - RelativePath="..\..\src\libm\s_atan.c"
1.632 - >
1.633 - </File>
1.634 - <File
1.635 - RelativePath="..\..\src\libm\s_copysign.c"
1.636 - >
1.637 - </File>
1.638 - <File
1.639 - RelativePath="..\..\src\libm\s_cos.c"
1.640 - >
1.641 - </File>
1.642 - <File
1.643 - RelativePath="..\..\src\libm\s_fabs.c"
1.644 - >
1.645 - </File>
1.646 - <File
1.647 - RelativePath="..\..\src\libm\s_floor.c"
1.648 - >
1.649 - </File>
1.650 - <File
1.651 - RelativePath="..\..\src\libm\s_scalbn.c"
1.652 - >
1.653 - </File>
1.654 - <File
1.655 - RelativePath="..\..\src\libm\s_sin.c"
1.656 - >
1.657 - </File>
1.658 - <File
1.659 - RelativePath="..\..\src\SDL.c"
1.660 - >
1.661 - </File>
1.662 - <File
1.663 - RelativePath="..\..\src\SDL_assert.c"
1.664 - >
1.665 - </File>
1.666 - <File
1.667 - RelativePath="..\..\src\atomic\SDL_atomic.c"
1.668 - >
1.669 - </File>
1.670 - <File
1.671 - RelativePath="..\..\src\audio\SDL_audio.c"
1.672 - >
1.673 - </File>
1.674 - <File
1.675 - RelativePath="..\..\src\audio\SDL_audio_c.h"
1.676 - >
1.677 - </File>
1.678 - <File
1.679 - RelativePath="..\..\src\audio\SDL_audiocvt.c"
1.680 - >
1.681 - </File>
1.682 - <File
1.683 - RelativePath="..\..\src\audio\SDL_audiodev.c"
1.684 - >
1.685 - </File>
1.686 - <File
1.687 - RelativePath="..\..\src\audio\SDL_audiodev_c.h"
1.688 - >
1.689 - </File>
1.690 - <File
1.691 - RelativePath="..\..\src\audio\SDL_audiomem.h"
1.692 - >
1.693 - </File>
1.694 - <File
1.695 - RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
1.696 - >
1.697 - </File>
1.698 - <File
1.699 - RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
1.700 - >
1.701 - </File>
1.702 - <File
1.703 - RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
1.704 - >
1.705 - </File>
1.706 - <File
1.707 - RelativePath="..\..\src\render\software\SDL_blendline.c"
1.708 - >
1.709 - </File>
1.710 - <File
1.711 - RelativePath="..\..\src\render\software\SDL_blendline.h"
1.712 - >
1.713 - </File>
1.714 - <File
1.715 - RelativePath="..\..\src\render\software\SDL_blendpoint.c"
1.716 - >
1.717 - </File>
1.718 - <File
1.719 - RelativePath="..\..\src\render\software\SDL_blendpoint.h"
1.720 - >
1.721 - </File>
1.722 - <File
1.723 - RelativePath="..\..\src\video\SDL_blit.c"
1.724 - >
1.725 - </File>
1.726 - <File
1.727 - RelativePath="..\..\src\video\SDL_blit.h"
1.728 - >
1.729 - </File>
1.730 - <File
1.731 - RelativePath="..\..\src\video\SDL_blit_0.c"
1.732 - >
1.733 - </File>
1.734 - <File
1.735 - RelativePath="..\..\src\video\SDL_blit_1.c"
1.736 - >
1.737 - </File>
1.738 - <File
1.739 - RelativePath="..\..\src\video\SDL_blit_A.c"
1.740 - >
1.741 - </File>
1.742 - <File
1.743 - RelativePath="..\..\src\video\SDL_blit_auto.c"
1.744 - >
1.745 - </File>
1.746 - <File
1.747 - RelativePath="..\..\src\video\SDL_blit_auto.h"
1.748 - >
1.749 - </File>
1.750 - <File
1.751 - RelativePath="..\..\src\video\SDL_blit_copy.c"
1.752 - >
1.753 - </File>
1.754 - <File
1.755 - RelativePath="..\..\src\video\SDL_blit_copy.h"
1.756 - >
1.757 - </File>
1.758 - <File
1.759 - RelativePath="..\..\src\video\SDL_blit_N.c"
1.760 - >
1.761 - </File>
1.762 - <File
1.763 - RelativePath="..\..\src\video\SDL_blit_slow.c"
1.764 - >
1.765 - </File>
1.766 - <File
1.767 - RelativePath="..\..\src\video\SDL_blit_slow.h"
1.768 - >
1.769 - </File>
1.770 - <File
1.771 - RelativePath="..\..\src\video\SDL_bmp.c"
1.772 - >
1.773 - </File>
1.774 - <File
1.775 - RelativePath="..\..\src\video\SDL_clipboard.c"
1.776 - >
1.777 - </File>
1.778 - <File
1.779 - RelativePath="..\..\src\events\SDL_clipboardevents.c"
1.780 - >
1.781 - </File>
1.782 - <File
1.783 - RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
1.784 - >
1.785 - </File>
1.786 - <File
1.787 - RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
1.788 - >
1.789 - </File>
1.790 - <File
1.791 - RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
1.792 - >
1.793 - </File>
1.794 - <File
1.795 - RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
1.796 - >
1.797 - </File>
1.798 - <File
1.799 - RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
1.800 - >
1.801 - </File>
1.802 - <File
1.803 - RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
1.804 - >
1.805 - </File>
1.806 - <File
1.807 - RelativePath="..\..\src\render\software\SDL_draw.h"
1.808 - >
1.809 - </File>
1.810 - <File
1.811 - RelativePath="..\..\src\render\software\SDL_drawline.c"
1.812 - >
1.813 - </File>
1.814 - <File
1.815 - RelativePath="..\..\src\render\software\SDL_drawline.h"
1.816 - >
1.817 - </File>
1.818 - <File
1.819 - RelativePath="..\..\src\render\software\SDL_drawpoint.c"
1.820 - >
1.821 - </File>
1.822 - <File
1.823 - RelativePath="..\..\src\render\software\SDL_drawpoint.h"
1.824 - >
1.825 - </File>
1.826 - <File
1.827 - RelativePath="..\..\src\events\SDL_dropevents.c"
1.828 - >
1.829 - </File>
1.830 - <File
1.831 - RelativePath="..\..\src\events\SDL_dropevents_c.h"
1.832 - >
1.833 - </File>
1.834 - <File
1.835 - RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
1.836 - >
1.837 - </File>
1.838 - <File
1.839 - RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
1.840 - >
1.841 - </File>
1.842 - <File
1.843 - RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
1.844 - >
1.845 - </File>
1.846 - <File
1.847 - RelativePath="..\..\src\SDL_error.c"
1.848 - >
1.849 - </File>
1.850 - <File
1.851 - RelativePath="..\..\src\SDL_error_c.h"
1.852 - >
1.853 - </File>
1.854 - <File
1.855 - RelativePath="..\..\src\events\SDL_events.c"
1.856 - >
1.857 - </File>
1.858 - <File
1.859 - RelativePath="..\..\src\events\SDL_events_c.h"
1.860 - >
1.861 - </File>
1.862 - <File
1.863 - RelativePath="..\..\src\SDL_fatal.c"
1.864 - >
1.865 - </File>
1.866 - <File
1.867 - RelativePath="..\..\src\SDL_fatal.h"
1.868 - >
1.869 - </File>
1.870 - <File
1.871 - RelativePath="..\..\src\video\SDL_fillrect.c"
1.872 - >
1.873 - </File>
1.874 - <File
1.875 - RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
1.876 - >
1.877 - </File>
1.878 - <File
1.879 - RelativePath="..\..\src\events\SDL_gesture.c"
1.880 - >
1.881 - </File>
1.882 - <File
1.883 - RelativePath="..\..\src\events\SDL_gesture_c.h"
1.884 - >
1.885 - </File>
1.886 - <File
1.887 - RelativePath="..\..\src\stdlib\SDL_getenv.c"
1.888 - >
1.889 - </File>
1.890 - <File
1.891 - RelativePath="..\..\src\video\SDL_glesfuncs.h"
1.892 - >
1.893 - </File>
1.894 - <File
1.895 - RelativePath="..\..\src\video\SDL_glfuncs.h"
1.896 - >
1.897 - </File>
1.898 - <File
1.899 - RelativePath="..\..\src\haptic\SDL_haptic.c"
1.900 - >
1.901 - </File>
1.902 - <File
1.903 - RelativePath="..\..\src\SDL_hints.c"
1.904 - >
1.905 - </File>
1.906 - <File
1.907 - RelativePath="..\..\src\SDL_hints_c.h"
1.908 - >
1.909 - </File>
1.910 - <File
1.911 - RelativePath="..\..\src\stdlib\SDL_iconv.c"
1.912 - >
1.913 - </File>
1.914 - <File
1.915 - RelativePath="..\..\src\joystick\SDL_joystick.c"
1.916 - >
1.917 - </File>
1.918 - <File
1.919 - RelativePath="..\..\src\joystick\SDL_joystick_c.h"
1.920 - >
1.921 - </File>
1.922 - <File
1.923 - RelativePath="..\..\src\events\SDL_keyboard.c"
1.924 - >
1.925 - </File>
1.926 - <File
1.927 - RelativePath="..\..\src\events\SDL_keyboard_c.h"
1.928 - >
1.929 - </File>
1.930 - <File
1.931 - RelativePath="..\..\src\SDL_log.c"
1.932 - >
1.933 - </File>
1.934 - <File
1.935 - RelativePath="..\..\src\stdlib\SDL_malloc.c"
1.936 - >
1.937 - </File>
1.938 - <File
1.939 - RelativePath="..\..\src\audio\SDL_mixer.c"
1.940 - >
1.941 - </File>
1.942 - <File
1.943 - RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
1.944 - >
1.945 - </File>
1.946 - <File
1.947 - RelativePath="..\..\src\events\SDL_mouse.c"
1.948 - >
1.949 - </File>
1.950 - <File
1.951 - RelativePath="..\..\src\events\SDL_mouse_c.h"
1.952 - >
1.953 - </File>
1.954 - <File
1.955 - RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
1.956 - >
1.957 - </File>
1.958 - <File
1.959 - RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
1.960 - >
1.961 - </File>
1.962 - <File
1.963 - RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
1.964 - >
1.965 - </File>
1.966 - <File
1.967 - RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
1.968 - >
1.969 - </File>
1.970 - <File
1.971 - RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
1.972 - >
1.973 - </File>
1.974 - <File
1.975 - RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
1.976 - >
1.977 - </File>
1.978 - <File
1.979 - RelativePath="..\..\src\video\SDL_pixels.c"
1.980 - >
1.981 - </File>
1.982 - <File
1.983 - RelativePath="..\..\src\video\SDL_pixels_c.h"
1.984 - >
1.985 - </File>
1.986 - <File
1.987 - RelativePath="..\..\src\power\SDL_power.c"
1.988 - >
1.989 - </File>
1.990 - <File
1.991 - RelativePath="..\..\src\stdlib\SDL_qsort.c"
1.992 - >
1.993 - </File>
1.994 - <File
1.995 - RelativePath="..\..\src\events\SDL_quit.c"
1.996 - >
1.997 - </File>
1.998 - <File
1.999 - RelativePath="..\..\src\video\SDL_rect.c"
1.1000 - >
1.1001 - </File>
1.1002 - <File
1.1003 - RelativePath="..\..\src\video\SDL_rect_c.h"
1.1004 - >
1.1005 - </File>
1.1006 - <File
1.1007 - RelativePath="..\..\src\render\SDL_render.c"
1.1008 - >
1.1009 - </File>
1.1010 - <File
1.1011 - RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
1.1012 - >
1.1013 - </File>
1.1014 - <File
1.1015 - RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
1.1016 - >
1.1017 - </File>
1.1018 - <File
1.1019 - RelativePath="..\..\src\render\software\SDL_render_sw.c"
1.1020 - >
1.1021 - </File>
1.1022 - <File
1.1023 - RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
1.1024 - >
1.1025 - </File>
1.1026 - <File
1.1027 - RelativePath="..\..\src\video\SDL_RLEaccel.c"
1.1028 - >
1.1029 - </File>
1.1030 - <File
1.1031 - RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
1.1032 - >
1.1033 - </File>
1.1034 - <File
1.1035 - RelativePath="..\..\src\render\software\SDL_rotate.c"
1.1036 - >
1.1037 - </File>
1.1038 - <File
1.1039 - RelativePath="..\..\src\render\software\SDL_rotate.h"
1.1040 - >
1.1041 - </File>
1.1042 - <File
1.1043 - RelativePath="..\..\src\file\SDL_rwops.c"
1.1044 - >
1.1045 - </File>
1.1046 - <File
1.1047 - RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
1.1048 - >
1.1049 - </File>
1.1050 - <File
1.1051 - RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
1.1052 - >
1.1053 - </File>
1.1054 - <File
1.1055 - RelativePath="..\..\src\video\SDL_shape.c"
1.1056 - >
1.1057 - </File>
1.1058 - <File
1.1059 - RelativePath="..\..\src\video\SDL_shape_internals.h"
1.1060 - >
1.1061 - </File>
1.1062 - <File
1.1063 - RelativePath="..\..\src\atomic\SDL_spinlock.c"
1.1064 - >
1.1065 - </File>
1.1066 - <File
1.1067 - RelativePath="..\..\src\stdlib\SDL_stdlib.c"
1.1068 - >
1.1069 - </File>
1.1070 - <File
1.1071 - RelativePath="..\..\src\video\SDL_stretch.c"
1.1072 - >
1.1073 - </File>
1.1074 - <File
1.1075 - RelativePath="..\..\src\stdlib\SDL_string.c"
1.1076 - >
1.1077 - </File>
1.1078 - <File
1.1079 - RelativePath="..\..\src\video\SDL_surface.c"
1.1080 - >
1.1081 - </File>
1.1082 - <File
1.1083 - RelativePath="..\..\src\audio\SDL_sysaudio.h"
1.1084 - >
1.1085 - </File>
1.1086 - <File
1.1087 - RelativePath="..\..\src\thread\generic\SDL_syscond.c"
1.1088 - >
1.1089 - </File>
1.1090 - <File
1.1091 - RelativePath="..\..\src\events\SDL_sysevents.h"
1.1092 - >
1.1093 - </File>
1.1094 - <File
1.1095 - RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
1.1096 - >
1.1097 - </File>
1.1098 - <File
1.1099 - RelativePath="..\..\src\haptic\SDL_syshaptic.h"
1.1100 - >
1.1101 - </File>
1.1102 - <File
1.1103 - RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
1.1104 - >
1.1105 - </File>
1.1106 - <File
1.1107 - RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
1.1108 - >
1.1109 - </File>
1.1110 - <File
1.1111 - RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
1.1112 - >
1.1113 - </File>
1.1114 - <File
1.1115 - RelativePath="..\..\src\power\windows\SDL_syspower.c"
1.1116 - >
1.1117 - </File>
1.1118 - <File
1.1119 - RelativePath="..\..\src\render\SDL_sysrender.h"
1.1120 - >
1.1121 - </File>
1.1122 - <File
1.1123 - RelativePath="..\..\src\thread\windows\SDL_syssem.c"
1.1124 - >
1.1125 - </File>
1.1126 - <File
1.1127 - RelativePath="..\..\src\thread\windows\SDL_systhread.c"
1.1128 - >
1.1129 - </File>
1.1130 - <File
1.1131 - RelativePath="..\..\src\thread\SDL_systhread.h"
1.1132 - >
1.1133 - </File>
1.1134 - <File
1.1135 - RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
1.1136 - >
1.1137 - </File>
1.1138 - <File
1.1139 - RelativePath="..\..\src\timer\windows\SDL_systimer.c"
1.1140 - >
1.1141 - </File>
1.1142 - <File
1.1143 - RelativePath="..\..\src\timer\SDL_systimer.h"
1.1144 - >
1.1145 - </File>
1.1146 - <File
1.1147 - RelativePath="..\..\src\video\SDL_sysvideo.h"
1.1148 - >
1.1149 - </File>
1.1150 - <File
1.1151 - RelativePath="..\..\src\thread\SDL_thread.c"
1.1152 - >
1.1153 - </File>
1.1154 - <File
1.1155 - RelativePath="..\..\src\thread\SDL_thread_c.h"
1.1156 - >
1.1157 - </File>
1.1158 - <File
1.1159 - RelativePath="..\..\src\timer\SDL_timer.c"
1.1160 - >
1.1161 - </File>
1.1162 - <File
1.1163 - RelativePath="..\..\src\timer\SDL_timer_c.h"
1.1164 - >
1.1165 - </File>
1.1166 - <File
1.1167 - RelativePath="..\..\src\events\SDL_touch.c"
1.1168 - >
1.1169 - </File>
1.1170 - <File
1.1171 - RelativePath="..\..\src\events\SDL_touch_c.h"
1.1172 - >
1.1173 - </File>
1.1174 - <File
1.1175 - RelativePath="..\..\src\video\SDL_video.c"
1.1176 - >
1.1177 - </File>
1.1178 - <File
1.1179 - RelativePath="..\..\src\video\windows\SDL_vkeys.h"
1.1180 - >
1.1181 - </File>
1.1182 - <File
1.1183 - RelativePath="..\..\src\audio\SDL_wave.c"
1.1184 - >
1.1185 - </File>
1.1186 - <File
1.1187 - RelativePath="..\..\src\audio\SDL_wave.h"
1.1188 - >
1.1189 - </File>
1.1190 - <File
1.1191 - RelativePath="..\..\src\events\SDL_windowevents.c"
1.1192 - >
1.1193 - </File>
1.1194 - <File
1.1195 - RelativePath="..\..\src\events\SDL_windowevents_c.h"
1.1196 - >
1.1197 - </File>
1.1198 - <File
1.1199 - RelativePath="..\..\src\core\windows\SDL_windows.c"
1.1200 - >
1.1201 - </File>
1.1202 - <File
1.1203 - RelativePath="..\..\src\core\windows\SDL_windows.h"
1.1204 - >
1.1205 - </File>
1.1206 - <File
1.1207 - RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
1.1208 - >
1.1209 - </File>
1.1210 - <File
1.1211 - RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
1.1212 - >
1.1213 - </File>
1.1214 - <File
1.1215 - RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
1.1216 - >
1.1217 - </File>
1.1218 - <File
1.1219 - RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
1.1220 - >
1.1221 - </File>
1.1222 - <File
1.1223 - RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
1.1224 - >
1.1225 - </File>
1.1226 - <File
1.1227 - RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
1.1228 - >
1.1229 - </File>
1.1230 - <File
1.1231 - RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
1.1232 - >
1.1233 - </File>
1.1234 - <File
1.1235 - RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
1.1236 - >
1.1237 - </File>
1.1238 - <File
1.1239 - RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
1.1240 - >
1.1241 - </File>
1.1242 - <File
1.1243 - RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
1.1244 - >
1.1245 - </File>
1.1246 - <File
1.1247 - RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
1.1248 - >
1.1249 - </File>
1.1250 - <File
1.1251 - RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
1.1252 - >
1.1253 - </File>
1.1254 - <File
1.1255 - RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
1.1256 - >
1.1257 - </File>
1.1258 - <File
1.1259 - RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
1.1260 - >
1.1261 - </File>
1.1262 - <File
1.1263 - RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
1.1264 - >
1.1265 - </File>
1.1266 - <File
1.1267 - RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
1.1268 - >
1.1269 - </File>
1.1270 - <File
1.1271 - RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
1.1272 - >
1.1273 - </File>
1.1274 - <File
1.1275 - RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
1.1276 - >
1.1277 - </File>
1.1278 - <File
1.1279 - RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
1.1280 - >
1.1281 - </File>
1.1282 - <File
1.1283 - RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
1.1284 - >
1.1285 - </File>
1.1286 - <File
1.1287 - RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
1.1288 - >
1.1289 - </File>
1.1290 - <File
1.1291 - RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
1.1292 - >
1.1293 - </File>
1.1294 - <File
1.1295 - RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
1.1296 - >
1.1297 - </File>
1.1298 - <File
1.1299 - RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
1.1300 - >
1.1301 - </File>
1.1302 - <File
1.1303 - RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
1.1304 - >
1.1305 - </File>
1.1306 - <File
1.1307 - RelativePath="..\..\src\render\SDL_yuv_mmx.c"
1.1308 - >
1.1309 - </File>
1.1310 - <File
1.1311 - RelativePath="..\..\src\render\SDL_yuv_sw.c"
1.1312 - >
1.1313 - </File>
1.1314 - <File
1.1315 - RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
1.1316 - >
1.1317 - </File>
1.1318 - <File
1.1319 - RelativePath="..\..\src\main\windows\version.rc"
1.1320 - >
1.1321 - </File>
1.1322 - <File
1.1323 - RelativePath="..\..\src\video\windows\wmmsg.h"
1.1324 - >
1.1325 - </File>
1.1326 - </Files>
1.1327 - <Globals>
1.1328 - </Globals>
1.1329 -</VisualStudioProject>
1.1330 +<?xml version="1.0" encoding="Windows-1252"?>
1.1331 +
1.1332 +<VisualStudioProject
1.1333 +
1.1334 + ProjectType="Visual C++"
1.1335 +
1.1336 + Version="9.00"
1.1337 +
1.1338 + Name="SDL2"
1.1339 +
1.1340 + ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
1.1341 +
1.1342 + RootNamespace="SDL"
1.1343 +
1.1344 + TargetFrameworkVersion="131072"
1.1345 +
1.1346 + >
1.1347 +
1.1348 + <Platforms>
1.1349 +
1.1350 + <Platform
1.1351 +
1.1352 + Name="Win32"
1.1353 +
1.1354 + />
1.1355 +
1.1356 + <Platform
1.1357 +
1.1358 + Name="x64"
1.1359 +
1.1360 + />
1.1361 +
1.1362 + </Platforms>
1.1363 +
1.1364 + <ToolFiles>
1.1365 +
1.1366 + </ToolFiles>
1.1367 +
1.1368 + <Configurations>
1.1369 +
1.1370 + <Configuration
1.1371 +
1.1372 + Name="Debug|Win32"
1.1373 +
1.1374 + OutputDirectory=".\Debug"
1.1375 +
1.1376 + IntermediateDirectory=".\Debug"
1.1377 +
1.1378 + ConfigurationType="2"
1.1379 +
1.1380 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.1381 +
1.1382 + UseOfMFC="0"
1.1383 +
1.1384 + ATLMinimizesCRunTimeLibraryUsage="false"
1.1385 +
1.1386 + >
1.1387 +
1.1388 + <Tool
1.1389 +
1.1390 + Name="VCPreBuildEventTool"
1.1391 +
1.1392 + CommandLine=""
1.1393 +
1.1394 + />
1.1395 +
1.1396 + <Tool
1.1397 +
1.1398 + Name="VCCustomBuildTool"
1.1399 +
1.1400 + />
1.1401 +
1.1402 + <Tool
1.1403 +
1.1404 + Name="VCXMLDataGeneratorTool"
1.1405 +
1.1406 + />
1.1407 +
1.1408 + <Tool
1.1409 +
1.1410 + Name="VCWebServiceProxyGeneratorTool"
1.1411 +
1.1412 + />
1.1413 +
1.1414 + <Tool
1.1415 +
1.1416 + Name="VCMIDLTool"
1.1417 +
1.1418 + PreprocessorDefinitions="_DEBUG"
1.1419 +
1.1420 + MkTypLibCompatible="true"
1.1421 +
1.1422 + SuppressStartupBanner="true"
1.1423 +
1.1424 + TargetEnvironment="1"
1.1425 +
1.1426 + TypeLibraryName=".\Debug/SDL.tlb"
1.1427 +
1.1428 + />
1.1429 +
1.1430 + <Tool
1.1431 +
1.1432 + Name="VCCLCompilerTool"
1.1433 +
1.1434 + Optimization="0"
1.1435 +
1.1436 + AdditionalIncludeDirectories="..\..\include"
1.1437 +
1.1438 + PreprocessorDefinitions="_DEBUG;_WINDOWS"
1.1439 +
1.1440 + RuntimeLibrary="3"
1.1441 +
1.1442 + BufferSecurityCheck="false"
1.1443 +
1.1444 + WarningLevel="3"
1.1445 +
1.1446 + SuppressStartupBanner="true"
1.1447 +
1.1448 + Detect64BitPortabilityProblems="false"
1.1449 +
1.1450 + DebugInformationFormat="4"
1.1451 +
1.1452 + CompileAs="0"
1.1453 +
1.1454 + />
1.1455 +
1.1456 + <Tool
1.1457 +
1.1458 + Name="VCManagedResourceCompilerTool"
1.1459 +
1.1460 + />
1.1461 +
1.1462 + <Tool
1.1463 +
1.1464 + Name="VCResourceCompilerTool"
1.1465 +
1.1466 + PreprocessorDefinitions="_DEBUG"
1.1467 +
1.1468 + Culture="1033"
1.1469 +
1.1470 + />
1.1471 +
1.1472 + <Tool
1.1473 +
1.1474 + Name="VCPreLinkEventTool"
1.1475 +
1.1476 + />
1.1477 +
1.1478 + <Tool
1.1479 +
1.1480 + Name="VCLinkerTool"
1.1481 +
1.1482 + AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.1483 +
1.1484 + IgnoreAllDefaultLibraries="true"
1.1485 +
1.1486 + GenerateDebugInformation="true"
1.1487 +
1.1488 + SubSystem="2"
1.1489 +
1.1490 + />
1.1491 +
1.1492 + <Tool
1.1493 +
1.1494 + Name="VCALinkTool"
1.1495 +
1.1496 + />
1.1497 +
1.1498 + <Tool
1.1499 +
1.1500 + Name="VCManifestTool"
1.1501 +
1.1502 + />
1.1503 +
1.1504 + <Tool
1.1505 +
1.1506 + Name="VCXDCMakeTool"
1.1507 +
1.1508 + />
1.1509 +
1.1510 + <Tool
1.1511 +
1.1512 + Name="VCBscMakeTool"
1.1513 +
1.1514 + />
1.1515 +
1.1516 + <Tool
1.1517 +
1.1518 + Name="VCFxCopTool"
1.1519 +
1.1520 + />
1.1521 +
1.1522 + <Tool
1.1523 +
1.1524 + Name="VCAppVerifierTool"
1.1525 +
1.1526 + />
1.1527 +
1.1528 + <Tool
1.1529 +
1.1530 + Name="VCPostBuildEventTool"
1.1531 +
1.1532 + />
1.1533 +
1.1534 + </Configuration>
1.1535 +
1.1536 + <Configuration
1.1537 +
1.1538 + Name="Debug|x64"
1.1539 +
1.1540 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1.1541 +
1.1542 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1.1543 +
1.1544 + ConfigurationType="2"
1.1545 +
1.1546 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.1547 +
1.1548 + UseOfMFC="0"
1.1549 +
1.1550 + ATLMinimizesCRunTimeLibraryUsage="false"
1.1551 +
1.1552 + >
1.1553 +
1.1554 + <Tool
1.1555 +
1.1556 + Name="VCPreBuildEventTool"
1.1557 +
1.1558 + />
1.1559 +
1.1560 + <Tool
1.1561 +
1.1562 + Name="VCCustomBuildTool"
1.1563 +
1.1564 + />
1.1565 +
1.1566 + <Tool
1.1567 +
1.1568 + Name="VCXMLDataGeneratorTool"
1.1569 +
1.1570 + />
1.1571 +
1.1572 + <Tool
1.1573 +
1.1574 + Name="VCWebServiceProxyGeneratorTool"
1.1575 +
1.1576 + />
1.1577 +
1.1578 + <Tool
1.1579 +
1.1580 + Name="VCMIDLTool"
1.1581 +
1.1582 + PreprocessorDefinitions="_DEBUG"
1.1583 +
1.1584 + MkTypLibCompatible="true"
1.1585 +
1.1586 + SuppressStartupBanner="true"
1.1587 +
1.1588 + TargetEnvironment="3"
1.1589 +
1.1590 + TypeLibraryName=".\Debug/SDL.tlb"
1.1591 +
1.1592 + />
1.1593 +
1.1594 + <Tool
1.1595 +
1.1596 + Name="VCCLCompilerTool"
1.1597 +
1.1598 + Optimization="0"
1.1599 +
1.1600 + AdditionalIncludeDirectories="..\..\include"
1.1601 +
1.1602 + PreprocessorDefinitions="_DEBUG;_WINDOWS"
1.1603 +
1.1604 + RuntimeLibrary="2"
1.1605 +
1.1606 + BufferSecurityCheck="false"
1.1607 +
1.1608 + WarningLevel="3"
1.1609 +
1.1610 + SuppressStartupBanner="true"
1.1611 +
1.1612 + Detect64BitPortabilityProblems="false"
1.1613 +
1.1614 + DebugInformationFormat="3"
1.1615 +
1.1616 + CompileAs="0"
1.1617 +
1.1618 + />
1.1619 +
1.1620 + <Tool
1.1621 +
1.1622 + Name="VCManagedResourceCompilerTool"
1.1623 +
1.1624 + />
1.1625 +
1.1626 + <Tool
1.1627 +
1.1628 + Name="VCResourceCompilerTool"
1.1629 +
1.1630 + PreprocessorDefinitions="_DEBUG"
1.1631 +
1.1632 + Culture="1033"
1.1633 +
1.1634 + />
1.1635 +
1.1636 + <Tool
1.1637 +
1.1638 + Name="VCPreLinkEventTool"
1.1639 +
1.1640 + />
1.1641 +
1.1642 + <Tool
1.1643 +
1.1644 + Name="VCLinkerTool"
1.1645 +
1.1646 + AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.1647 +
1.1648 + IgnoreAllDefaultLibraries="true"
1.1649 +
1.1650 + GenerateDebugInformation="true"
1.1651 +
1.1652 + SubSystem="2"
1.1653 +
1.1654 + TargetMachine="17"
1.1655 +
1.1656 + />
1.1657 +
1.1658 + <Tool
1.1659 +
1.1660 + Name="VCALinkTool"
1.1661 +
1.1662 + />
1.1663 +
1.1664 + <Tool
1.1665 +
1.1666 + Name="VCManifestTool"
1.1667 +
1.1668 + />
1.1669 +
1.1670 + <Tool
1.1671 +
1.1672 + Name="VCXDCMakeTool"
1.1673 +
1.1674 + />
1.1675 +
1.1676 + <Tool
1.1677 +
1.1678 + Name="VCBscMakeTool"
1.1679 +
1.1680 + />
1.1681 +
1.1682 + <Tool
1.1683 +
1.1684 + Name="VCFxCopTool"
1.1685 +
1.1686 + />
1.1687 +
1.1688 + <Tool
1.1689 +
1.1690 + Name="VCAppVerifierTool"
1.1691 +
1.1692 + />
1.1693 +
1.1694 + <Tool
1.1695 +
1.1696 + Name="VCPostBuildEventTool"
1.1697 +
1.1698 + />
1.1699 +
1.1700 + </Configuration>
1.1701 +
1.1702 + <Configuration
1.1703 +
1.1704 + Name="Release|Win32"
1.1705 +
1.1706 + OutputDirectory=".\Release"
1.1707 +
1.1708 + IntermediateDirectory=".\Release"
1.1709 +
1.1710 + ConfigurationType="2"
1.1711 +
1.1712 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.1713 +
1.1714 + UseOfMFC="0"
1.1715 +
1.1716 + ATLMinimizesCRunTimeLibraryUsage="false"
1.1717 +
1.1718 + >
1.1719 +
1.1720 + <Tool
1.1721 +
1.1722 + Name="VCPreBuildEventTool"
1.1723 +
1.1724 + CommandLine=""
1.1725 +
1.1726 + />
1.1727 +
1.1728 + <Tool
1.1729 +
1.1730 + Name="VCCustomBuildTool"
1.1731 +
1.1732 + />
1.1733 +
1.1734 + <Tool
1.1735 +
1.1736 + Name="VCXMLDataGeneratorTool"
1.1737 +
1.1738 + />
1.1739 +
1.1740 + <Tool
1.1741 +
1.1742 + Name="VCWebServiceProxyGeneratorTool"
1.1743 +
1.1744 + />
1.1745 +
1.1746 + <Tool
1.1747 +
1.1748 + Name="VCMIDLTool"
1.1749 +
1.1750 + PreprocessorDefinitions="NDEBUG"
1.1751 +
1.1752 + MkTypLibCompatible="true"
1.1753 +
1.1754 + SuppressStartupBanner="true"
1.1755 +
1.1756 + TargetEnvironment="1"
1.1757 +
1.1758 + TypeLibraryName=".\Release/SDL.tlb"
1.1759 +
1.1760 + />
1.1761 +
1.1762 + <Tool
1.1763 +
1.1764 + Name="VCCLCompilerTool"
1.1765 +
1.1766 + InlineFunctionExpansion="1"
1.1767 +
1.1768 + EnableIntrinsicFunctions="false"
1.1769 +
1.1770 + AdditionalIncludeDirectories="..\..\include"
1.1771 +
1.1772 + PreprocessorDefinitions="NDEBUG;_WINDOWS"
1.1773 +
1.1774 + StringPooling="true"
1.1775 +
1.1776 + RuntimeLibrary="2"
1.1777 +
1.1778 + BufferSecurityCheck="false"
1.1779 +
1.1780 + EnableFunctionLevelLinking="true"
1.1781 +
1.1782 + WarningLevel="3"
1.1783 +
1.1784 + SuppressStartupBanner="true"
1.1785 +
1.1786 + Detect64BitPortabilityProblems="false"
1.1787 +
1.1788 + CompileAs="0"
1.1789 +
1.1790 + />
1.1791 +
1.1792 + <Tool
1.1793 +
1.1794 + Name="VCManagedResourceCompilerTool"
1.1795 +
1.1796 + />
1.1797 +
1.1798 + <Tool
1.1799 +
1.1800 + Name="VCResourceCompilerTool"
1.1801 +
1.1802 + PreprocessorDefinitions="NDEBUG"
1.1803 +
1.1804 + Culture="1033"
1.1805 +
1.1806 + />
1.1807 +
1.1808 + <Tool
1.1809 +
1.1810 + Name="VCPreLinkEventTool"
1.1811 +
1.1812 + />
1.1813 +
1.1814 + <Tool
1.1815 +
1.1816 + Name="VCLinkerTool"
1.1817 +
1.1818 + AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.1819 +
1.1820 + IgnoreAllDefaultLibraries="true"
1.1821 +
1.1822 + SubSystem="2"
1.1823 +
1.1824 + />
1.1825 +
1.1826 + <Tool
1.1827 +
1.1828 + Name="VCALinkTool"
1.1829 +
1.1830 + />
1.1831 +
1.1832 + <Tool
1.1833 +
1.1834 + Name="VCManifestTool"
1.1835 +
1.1836 + />
1.1837 +
1.1838 + <Tool
1.1839 +
1.1840 + Name="VCXDCMakeTool"
1.1841 +
1.1842 + />
1.1843 +
1.1844 + <Tool
1.1845 +
1.1846 + Name="VCBscMakeTool"
1.1847 +
1.1848 + />
1.1849 +
1.1850 + <Tool
1.1851 +
1.1852 + Name="VCFxCopTool"
1.1853 +
1.1854 + />
1.1855 +
1.1856 + <Tool
1.1857 +
1.1858 + Name="VCAppVerifierTool"
1.1859 +
1.1860 + />
1.1861 +
1.1862 + <Tool
1.1863 +
1.1864 + Name="VCPostBuildEventTool"
1.1865 +
1.1866 + />
1.1867 +
1.1868 + </Configuration>
1.1869 +
1.1870 + <Configuration
1.1871 +
1.1872 + Name="Release|x64"
1.1873 +
1.1874 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1.1875 +
1.1876 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1.1877 +
1.1878 + ConfigurationType="2"
1.1879 +
1.1880 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1.1881 +
1.1882 + UseOfMFC="0"
1.1883 +
1.1884 + ATLMinimizesCRunTimeLibraryUsage="false"
1.1885 +
1.1886 + >
1.1887 +
1.1888 + <Tool
1.1889 +
1.1890 + Name="VCPreBuildEventTool"
1.1891 +
1.1892 + />
1.1893 +
1.1894 + <Tool
1.1895 +
1.1896 + Name="VCCustomBuildTool"
1.1897 +
1.1898 + />
1.1899 +
1.1900 + <Tool
1.1901 +
1.1902 + Name="VCXMLDataGeneratorTool"
1.1903 +
1.1904 + />
1.1905 +
1.1906 + <Tool
1.1907 +
1.1908 + Name="VCWebServiceProxyGeneratorTool"
1.1909 +
1.1910 + />
1.1911 +
1.1912 + <Tool
1.1913 +
1.1914 + Name="VCMIDLTool"
1.1915 +
1.1916 + PreprocessorDefinitions="NDEBUG"
1.1917 +
1.1918 + MkTypLibCompatible="true"
1.1919 +
1.1920 + SuppressStartupBanner="true"
1.1921 +
1.1922 + TargetEnvironment="3"
1.1923 +
1.1924 + TypeLibraryName=".\Release/SDL.tlb"
1.1925 +
1.1926 + />
1.1927 +
1.1928 + <Tool
1.1929 +
1.1930 + Name="VCCLCompilerTool"
1.1931 +
1.1932 + InlineFunctionExpansion="1"
1.1933 +
1.1934 + EnableIntrinsicFunctions="false"
1.1935 +
1.1936 + AdditionalIncludeDirectories="..\..\include"
1.1937 +
1.1938 + PreprocessorDefinitions="NDEBUG;_WINDOWS"
1.1939 +
1.1940 + StringPooling="true"
1.1941 +
1.1942 + RuntimeLibrary="2"
1.1943 +
1.1944 + BufferSecurityCheck="false"
1.1945 +
1.1946 + EnableFunctionLevelLinking="true"
1.1947 +
1.1948 + WarningLevel="3"
1.1949 +
1.1950 + SuppressStartupBanner="true"
1.1951 +
1.1952 + Detect64BitPortabilityProblems="false"
1.1953 +
1.1954 + CompileAs="0"
1.1955 +
1.1956 + />
1.1957 +
1.1958 + <Tool
1.1959 +
1.1960 + Name="VCManagedResourceCompilerTool"
1.1961 +
1.1962 + />
1.1963 +
1.1964 + <Tool
1.1965 +
1.1966 + Name="VCResourceCompilerTool"
1.1967 +
1.1968 + PreprocessorDefinitions="NDEBUG"
1.1969 +
1.1970 + Culture="1033"
1.1971 +
1.1972 + />
1.1973 +
1.1974 + <Tool
1.1975 +
1.1976 + Name="VCPreLinkEventTool"
1.1977 +
1.1978 + />
1.1979 +
1.1980 + <Tool
1.1981 +
1.1982 + Name="VCLinkerTool"
1.1983 +
1.1984 + AdditionalDependencies="winmm.lib imm32.lib version.lib"
1.1985 +
1.1986 + IgnoreAllDefaultLibraries="true"
1.1987 +
1.1988 + SubSystem="2"
1.1989 +
1.1990 + TargetMachine="17"
1.1991 +
1.1992 + />
1.1993 +
1.1994 + <Tool
1.1995 +
1.1996 + Name="VCALinkTool"
1.1997 +
1.1998 + />
1.1999 +
1.2000 + <Tool
1.2001 +
1.2002 + Name="VCManifestTool"
1.2003 +
1.2004 + />
1.2005 +
1.2006 + <Tool
1.2007 +
1.2008 + Name="VCXDCMakeTool"
1.2009 +
1.2010 + />
1.2011 +
1.2012 + <Tool
1.2013 +
1.2014 + Name="VCBscMakeTool"
1.2015 +
1.2016 + />
1.2017 +
1.2018 + <Tool
1.2019 +
1.2020 + Name="VCFxCopTool"
1.2021 +
1.2022 + />
1.2023 +
1.2024 + <Tool
1.2025 +
1.2026 + Name="VCAppVerifierTool"
1.2027 +
1.2028 + />
1.2029 +
1.2030 + <Tool
1.2031 +
1.2032 + Name="VCPostBuildEventTool"
1.2033 +
1.2034 + />
1.2035 +
1.2036 + </Configuration>
1.2037 +
1.2038 + </Configurations>
1.2039 +
1.2040 + <References>
1.2041 +
1.2042 + </References>
1.2043 +
1.2044 + <Files>
1.2045 +
1.2046 + <Filter
1.2047 +
1.2048 + Name="API Headers"
1.2049 +
1.2050 + >
1.2051 +
1.2052 + <File
1.2053 +
1.2054 + RelativePath="..\..\include\SDL.h"
1.2055 +
1.2056 + >
1.2057 +
1.2058 + </File>
1.2059 +
1.2060 + <File
1.2061 +
1.2062 + RelativePath="..\..\include\SDL_assert.h"
1.2063 +
1.2064 + >
1.2065 +
1.2066 + </File>
1.2067 +
1.2068 + <File
1.2069 +
1.2070 + RelativePath="..\..\include\SDL_atomic.h"
1.2071 +
1.2072 + >
1.2073 +
1.2074 + </File>
1.2075 +
1.2076 + <File
1.2077 +
1.2078 + RelativePath="..\..\include\SDL_audio.h"
1.2079 +
1.2080 + >
1.2081 +
1.2082 + </File>
1.2083 +
1.2084 + <File
1.2085 +
1.2086 + RelativePath="..\..\include\SDL_bits.h"
1.2087 +
1.2088 + >
1.2089 +
1.2090 + </File>
1.2091 +
1.2092 + <File
1.2093 +
1.2094 + RelativePath="..\..\include\SDL_blendmode.h"
1.2095 +
1.2096 + >
1.2097 +
1.2098 + </File>
1.2099 +
1.2100 + <File
1.2101 +
1.2102 + RelativePath="..\..\include\SDL_clipboard.h"
1.2103 +
1.2104 + >
1.2105 +
1.2106 + </File>
1.2107 +
1.2108 + <File
1.2109 +
1.2110 + RelativePath="..\..\include\SDL_config.h"
1.2111 +
1.2112 + >
1.2113 +
1.2114 + </File>
1.2115 +
1.2116 + <File
1.2117 +
1.2118 + RelativePath="..\..\include\SDL_config_windows.h"
1.2119 +
1.2120 + >
1.2121 +
1.2122 + </File>
1.2123 +
1.2124 + <File
1.2125 +
1.2126 + RelativePath="..\..\include\SDL_copying.h"
1.2127 +
1.2128 + >
1.2129 +
1.2130 + </File>
1.2131 +
1.2132 + <File
1.2133 +
1.2134 + RelativePath="..\..\include\SDL_cpuinfo.h"
1.2135 +
1.2136 + >
1.2137 +
1.2138 + </File>
1.2139 +
1.2140 + <File
1.2141 +
1.2142 + RelativePath="..\..\include\SDL_endian.h"
1.2143 +
1.2144 + >
1.2145 +
1.2146 + </File>
1.2147 +
1.2148 + <File
1.2149 +
1.2150 + RelativePath="..\..\include\SDL_error.h"
1.2151 +
1.2152 + >
1.2153 +
1.2154 + </File>
1.2155 +
1.2156 + <File
1.2157 +
1.2158 + RelativePath="..\..\include\SDL_events.h"
1.2159 +
1.2160 + >
1.2161 +
1.2162 + </File>
1.2163 +
1.2164 + <File
1.2165 +
1.2166 + RelativePath="..\..\include\SDL_gamecontroller.h"
1.2167 +
1.2168 + >
1.2169 +
1.2170 + </File>
1.2171 +
1.2172 + <File
1.2173 +
1.2174 + RelativePath="..\..\include\SDL_gesture.h"
1.2175 +
1.2176 + >
1.2177 +
1.2178 + </File>
1.2179 +
1.2180 + <File
1.2181 +
1.2182 + RelativePath="..\..\include\SDL_haptic.h"
1.2183 +
1.2184 + >
1.2185 +
1.2186 + </File>
1.2187 +
1.2188 + <File
1.2189 +
1.2190 + RelativePath="..\..\include\SDL_hints.h"
1.2191 +
1.2192 + >
1.2193 +
1.2194 + </File>
1.2195 +
1.2196 + <File
1.2197 +
1.2198 + RelativePath="..\..\include\SDL_input.h"
1.2199 +
1.2200 + >
1.2201 +
1.2202 + </File>
1.2203 +
1.2204 + <File
1.2205 +
1.2206 + RelativePath="..\..\include\SDL_joystick.h"
1.2207 +
1.2208 + >
1.2209 +
1.2210 + </File>
1.2211 +
1.2212 + <File
1.2213 +
1.2214 + RelativePath="..\..\include\SDL_keyboard.h"
1.2215 +
1.2216 + >
1.2217 +
1.2218 + </File>
1.2219 +
1.2220 + <File
1.2221 +
1.2222 + RelativePath="..\..\include\SDL_keycode.h"
1.2223 +
1.2224 + >
1.2225 +
1.2226 + </File>
1.2227 +
1.2228 + <File
1.2229 +
1.2230 + RelativePath="..\..\include\SDL_loadso.h"
1.2231 +
1.2232 + >
1.2233 +
1.2234 + </File>
1.2235 +
1.2236 + <File
1.2237 +
1.2238 + RelativePath="..\..\include\SDL_log.h"
1.2239 +
1.2240 + >
1.2241 +
1.2242 + </File>
1.2243 +
1.2244 + <File
1.2245 +
1.2246 + RelativePath="..\..\include\SDL_main.h"
1.2247 +
1.2248 + >
1.2249 +
1.2250 + </File>
1.2251 +
1.2252 + <File
1.2253 +
1.2254 + RelativePath="..\..\include\SDL_messagebox.h"
1.2255 +
1.2256 + >
1.2257 +
1.2258 + </File>
1.2259 +
1.2260 + <File
1.2261 +
1.2262 + RelativePath="..\..\include\SDL_mouse.h"
1.2263 +
1.2264 + >
1.2265 +
1.2266 + </File>
1.2267 +
1.2268 + <File
1.2269 +
1.2270 + RelativePath="..\..\include\SDL_mutex.h"
1.2271 +
1.2272 + >
1.2273 +
1.2274 + </File>
1.2275 +
1.2276 + <File
1.2277 +
1.2278 + RelativePath="..\..\include\SDL_name.h"
1.2279 +
1.2280 + >
1.2281 +
1.2282 + </File>
1.2283 +
1.2284 + <File
1.2285 +
1.2286 + RelativePath="..\..\include\SDL_opengl.h"
1.2287 +
1.2288 + >
1.2289 +
1.2290 + </File>
1.2291 +
1.2292 + <File
1.2293 +
1.2294 + RelativePath="..\..\include\SDL_opengles.h"
1.2295 +
1.2296 + >
1.2297 +
1.2298 + </File>
1.2299 +
1.2300 + <File
1.2301 +
1.2302 + RelativePath="..\..\include\SDL_pixels.h"
1.2303 +
1.2304 + >
1.2305 +
1.2306 + </File>
1.2307 +
1.2308 + <File
1.2309 +
1.2310 + RelativePath="..\..\include\SDL_platform.h"
1.2311 +
1.2312 + >
1.2313 +
1.2314 + </File>
1.2315 +
1.2316 + <File
1.2317 +
1.2318 + RelativePath="..\..\include\SDL_power.h"
1.2319 +
1.2320 + >
1.2321 +
1.2322 + </File>
1.2323 +
1.2324 + <File
1.2325 +
1.2326 + RelativePath="..\..\include\SDL_quit.h"
1.2327 +
1.2328 + >
1.2329 +
1.2330 + </File>
1.2331 +
1.2332 + <File
1.2333 +
1.2334 + RelativePath="..\..\include\SDL_rect.h"
1.2335 +
1.2336 + >
1.2337 +
1.2338 + </File>
1.2339 +
1.2340 + <File
1.2341 +
1.2342 + RelativePath="..\..\include\SDL_render.h"
1.2343 +
1.2344 + >
1.2345 +
1.2346 + </File>
1.2347 +
1.2348 + <File
1.2349 +
1.2350 + RelativePath="..\..\include\SDL_revision.h"
1.2351 +
1.2352 + >
1.2353 +
1.2354 + </File>
1.2355 +
1.2356 + <File
1.2357 +
1.2358 + RelativePath="..\..\include\SDL_rwops.h"
1.2359 +
1.2360 + >
1.2361 +
1.2362 + </File>
1.2363 +
1.2364 + <File
1.2365 +
1.2366 + RelativePath="..\..\include\SDL_scancode.h"
1.2367 +
1.2368 + >
1.2369 +
1.2370 + </File>
1.2371 +
1.2372 + <File
1.2373 +
1.2374 + RelativePath="..\..\include\SDL_shape.h"
1.2375 +
1.2376 + >
1.2377 +
1.2378 + </File>
1.2379 +
1.2380 + <File
1.2381 +
1.2382 + RelativePath="..\..\include\SDL_stdinc.h"
1.2383 +
1.2384 + >
1.2385 +
1.2386 + </File>
1.2387 +
1.2388 + <File
1.2389 +
1.2390 + RelativePath="..\..\include\SDL_surface.h"
1.2391 +
1.2392 + >
1.2393 +
1.2394 + </File>
1.2395 +
1.2396 + <File
1.2397 +
1.2398 + RelativePath="..\..\include\SDL_system.h"
1.2399 +
1.2400 + >
1.2401 +
1.2402 + </File>
1.2403 +
1.2404 + <File
1.2405 +
1.2406 + RelativePath="..\..\include\SDL_syswm.h"
1.2407 +
1.2408 + >
1.2409 +
1.2410 + </File>
1.2411 +
1.2412 + <File
1.2413 +
1.2414 + RelativePath="..\..\include\SDL_thread.h"
1.2415 +
1.2416 + >
1.2417 +
1.2418 + </File>
1.2419 +
1.2420 + <File
1.2421 +
1.2422 + RelativePath="..\..\include\SDL_timer.h"
1.2423 +
1.2424 + >
1.2425 +
1.2426 + </File>
1.2427 +
1.2428 + <File
1.2429 +
1.2430 + RelativePath="..\..\include\SDL_touch.h"
1.2431 +
1.2432 + >
1.2433 +
1.2434 + </File>
1.2435 +
1.2436 + <File
1.2437 +
1.2438 + RelativePath="..\..\include\SDL_types.h"
1.2439 +
1.2440 + >
1.2441 +
1.2442 + </File>
1.2443 +
1.2444 + <File
1.2445 +
1.2446 + RelativePath="..\..\include\SDL_version.h"
1.2447 +
1.2448 + >
1.2449 +
1.2450 + </File>
1.2451 +
1.2452 + <File
1.2453 +
1.2454 + RelativePath="..\..\include\SDL_video.h"
1.2455 +
1.2456 + >
1.2457 +
1.2458 + </File>
1.2459 +
1.2460 + </Filter>
1.2461 +
1.2462 + <File
1.2463 +
1.2464 + RelativePath="..\..\src\events\blank_cursor.h"
1.2465 +
1.2466 + >
1.2467 +
1.2468 + </File>
1.2469 +
1.2470 + <File
1.2471 +
1.2472 + RelativePath="..\..\src\events\default_cursor.h"
1.2473 +
1.2474 + >
1.2475 +
1.2476 + </File>
1.2477 +
1.2478 + <File
1.2479 +
1.2480 + RelativePath="..\..\src\audio\directsound\directx.h"
1.2481 +
1.2482 + >
1.2483 +
1.2484 + </File>
1.2485 +
1.2486 + <File
1.2487 +
1.2488 + RelativePath="..\..\src\libm\e_atan2.c"
1.2489 +
1.2490 + >
1.2491 +
1.2492 + </File>
1.2493 +
1.2494 + <File
1.2495 +
1.2496 + RelativePath="..\..\src\libm\e_log.c"
1.2497 +
1.2498 + >
1.2499 +
1.2500 + </File>
1.2501 +
1.2502 + <File
1.2503 +
1.2504 + RelativePath="..\..\src\libm\e_pow.c"
1.2505 +
1.2506 + >
1.2507 +
1.2508 + </File>
1.2509 +
1.2510 + <File
1.2511 +
1.2512 + RelativePath="..\..\src\libm\e_rem_pio2.c"
1.2513 +
1.2514 + >
1.2515 +
1.2516 + </File>
1.2517 +
1.2518 + <File
1.2519 +
1.2520 + RelativePath="..\..\src\libm\e_sqrt.c"
1.2521 +
1.2522 + >
1.2523 +
1.2524 + </File>
1.2525 +
1.2526 + <File
1.2527 +
1.2528 + RelativePath="..\..\src\libm\k_cos.c"
1.2529 +
1.2530 + >
1.2531 +
1.2532 + </File>
1.2533 +
1.2534 + <File
1.2535 +
1.2536 + RelativePath="..\..\src\libm\k_rem_pio2.c"
1.2537 +
1.2538 + >
1.2539 +
1.2540 + </File>
1.2541 +
1.2542 + <File
1.2543 +
1.2544 + RelativePath="..\..\src\libm\k_sin.c"
1.2545 +
1.2546 + >
1.2547 +
1.2548 + </File>
1.2549 +
1.2550 + <File
1.2551 +
1.2552 + RelativePath="..\..\src\libm\math.h"
1.2553 +
1.2554 + >
1.2555 +
1.2556 + </File>
1.2557 +
1.2558 + <File
1.2559 +
1.2560 + RelativePath="..\..\src\libm\math_private.h"
1.2561 +
1.2562 + >
1.2563 +
1.2564 + </File>
1.2565 +
1.2566 + <File
1.2567 +
1.2568 + RelativePath="..\..\src\render\mmx.h"
1.2569 +
1.2570 + >
1.2571 +
1.2572 + </File>
1.2573 +
1.2574 + <File
1.2575 +
1.2576 + RelativePath=".\resource.h"
1.2577 +
1.2578 + >
1.2579 +
1.2580 + </File>
1.2581 +
1.2582 + <File
1.2583 +
1.2584 + RelativePath="..\..\src\libm\s_atan.c"
1.2585 +
1.2586 + >
1.2587 +
1.2588 + </File>
1.2589 +
1.2590 + <File
1.2591 +
1.2592 + RelativePath="..\..\src\libm\s_copysign.c"
1.2593 +
1.2594 + >
1.2595 +
1.2596 + </File>
1.2597 +
1.2598 + <File
1.2599 +
1.2600 + RelativePath="..\..\src\libm\s_cos.c"
1.2601 +
1.2602 + >
1.2603 +
1.2604 + </File>
1.2605 +
1.2606 + <File
1.2607 +
1.2608 + RelativePath="..\..\src\libm\s_fabs.c"
1.2609 +
1.2610 + >
1.2611 +
1.2612 + </File>
1.2613 +
1.2614 + <File
1.2615 +
1.2616 + RelativePath="..\..\src\libm\s_floor.c"
1.2617 +
1.2618 + >
1.2619 +
1.2620 + </File>
1.2621 +
1.2622 + <File
1.2623 +
1.2624 + RelativePath="..\..\src\libm\s_scalbn.c"
1.2625 +
1.2626 + >
1.2627 +
1.2628 + </File>
1.2629 +
1.2630 + <File
1.2631 +
1.2632 + RelativePath="..\..\src\libm\s_sin.c"
1.2633 +
1.2634 + >
1.2635 +
1.2636 + </File>
1.2637 +
1.2638 + <File
1.2639 +
1.2640 + RelativePath="..\..\src\SDL.c"
1.2641 +
1.2642 + >
1.2643 +
1.2644 + </File>
1.2645 +
1.2646 + <File
1.2647 +
1.2648 + RelativePath="..\..\src\SDL_assert.c"
1.2649 +
1.2650 + >
1.2651 +
1.2652 + </File>
1.2653 +
1.2654 + <File
1.2655 +
1.2656 + RelativePath="..\..\src\atomic\SDL_atomic.c"
1.2657 +
1.2658 + >
1.2659 +
1.2660 + </File>
1.2661 +
1.2662 + <File
1.2663 +
1.2664 + RelativePath="..\..\src\audio\SDL_audio.c"
1.2665 +
1.2666 + >
1.2667 +
1.2668 + </File>
1.2669 +
1.2670 + <File
1.2671 +
1.2672 + RelativePath="..\..\src\audio\SDL_audio_c.h"
1.2673 +
1.2674 + >
1.2675 +
1.2676 + </File>
1.2677 +
1.2678 + <File
1.2679 +
1.2680 + RelativePath="..\..\src\audio\SDL_audiocvt.c"
1.2681 +
1.2682 + >
1.2683 +
1.2684 + </File>
1.2685 +
1.2686 + <File
1.2687 +
1.2688 + RelativePath="..\..\src\audio\SDL_audiodev.c"
1.2689 +
1.2690 + >
1.2691 +
1.2692 + </File>
1.2693 +
1.2694 + <File
1.2695 +
1.2696 + RelativePath="..\..\src\audio\SDL_audiodev_c.h"
1.2697 +
1.2698 + >
1.2699 +
1.2700 + </File>
1.2701 +
1.2702 + <File
1.2703 +
1.2704 + RelativePath="..\..\src\audio\SDL_audiomem.h"
1.2705 +
1.2706 + >
1.2707 +
1.2708 + </File>
1.2709 +
1.2710 + <File
1.2711 +
1.2712 + RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
1.2713 +
1.2714 + >
1.2715 +
1.2716 + </File>
1.2717 +
1.2718 + <File
1.2719 +
1.2720 + RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
1.2721 +
1.2722 + >
1.2723 +
1.2724 + </File>
1.2725 +
1.2726 + <File
1.2727 +
1.2728 + RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
1.2729 +
1.2730 + >
1.2731 +
1.2732 + </File>
1.2733 +
1.2734 + <File
1.2735 +
1.2736 + RelativePath="..\..\src\render\software\SDL_blendline.c"
1.2737 +
1.2738 + >
1.2739 +
1.2740 + </File>
1.2741 +
1.2742 + <File
1.2743 +
1.2744 + RelativePath="..\..\src\render\software\SDL_blendline.h"
1.2745 +
1.2746 + >
1.2747 +
1.2748 + </File>
1.2749 +
1.2750 + <File
1.2751 +
1.2752 + RelativePath="..\..\src\render\software\SDL_blendpoint.c"
1.2753 +
1.2754 + >
1.2755 +
1.2756 + </File>
1.2757 +
1.2758 + <File
1.2759 +
1.2760 + RelativePath="..\..\src\render\software\SDL_blendpoint.h"
1.2761 +
1.2762 + >
1.2763 +
1.2764 + </File>
1.2765 +
1.2766 + <File
1.2767 +
1.2768 + RelativePath="..\..\src\video\SDL_blit.c"
1.2769 +
1.2770 + >
1.2771 +
1.2772 + </File>
1.2773 +
1.2774 + <File
1.2775 +
1.2776 + RelativePath="..\..\src\video\SDL_blit.h"
1.2777 +
1.2778 + >
1.2779 +
1.2780 + </File>
1.2781 +
1.2782 + <File
1.2783 +
1.2784 + RelativePath="..\..\src\video\SDL_blit_0.c"
1.2785 +
1.2786 + >
1.2787 +
1.2788 + </File>
1.2789 +
1.2790 + <File
1.2791 +
1.2792 + RelativePath="..\..\src\video\SDL_blit_1.c"
1.2793 +
1.2794 + >
1.2795 +
1.2796 + </File>
1.2797 +
1.2798 + <File
1.2799 +
1.2800 + RelativePath="..\..\src\video\SDL_blit_A.c"
1.2801 +
1.2802 + >
1.2803 +
1.2804 + </File>
1.2805 +
1.2806 + <File
1.2807 +
1.2808 + RelativePath="..\..\src\video\SDL_blit_auto.c"
1.2809 +
1.2810 + >
1.2811 +
1.2812 + </File>
1.2813 +
1.2814 + <File
1.2815 +
1.2816 + RelativePath="..\..\src\video\SDL_blit_auto.h"
1.2817 +
1.2818 + >
1.2819 +
1.2820 + </File>
1.2821 +
1.2822 + <File
1.2823 +
1.2824 + RelativePath="..\..\src\video\SDL_blit_copy.c"
1.2825 +
1.2826 + >
1.2827 +
1.2828 + </File>
1.2829 +
1.2830 + <File
1.2831 +
1.2832 + RelativePath="..\..\src\video\SDL_blit_copy.h"
1.2833 +
1.2834 + >
1.2835 +
1.2836 + </File>
1.2837 +
1.2838 + <File
1.2839 +
1.2840 + RelativePath="..\..\src\video\SDL_blit_N.c"
1.2841 +
1.2842 + >
1.2843 +
1.2844 + </File>
1.2845 +
1.2846 + <File
1.2847 +
1.2848 + RelativePath="..\..\src\video\SDL_blit_slow.c"
1.2849 +
1.2850 + >
1.2851 +
1.2852 + </File>
1.2853 +
1.2854 + <File
1.2855 +
1.2856 + RelativePath="..\..\src\video\SDL_blit_slow.h"
1.2857 +
1.2858 + >
1.2859 +
1.2860 + </File>
1.2861 +
1.2862 + <File
1.2863 +
1.2864 + RelativePath="..\..\src\video\SDL_bmp.c"
1.2865 +
1.2866 + >
1.2867 +
1.2868 + </File>
1.2869 +
1.2870 + <File
1.2871 +
1.2872 + RelativePath="..\..\src\video\SDL_clipboard.c"
1.2873 +
1.2874 + >
1.2875 +
1.2876 + </File>
1.2877 +
1.2878 + <File
1.2879 +
1.2880 + RelativePath="..\..\src\events\SDL_clipboardevents.c"
1.2881 +
1.2882 + >
1.2883 +
1.2884 + </File>
1.2885 +
1.2886 + <File
1.2887 +
1.2888 + RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
1.2889 +
1.2890 + >
1.2891 +
1.2892 + </File>
1.2893 +
1.2894 + <File
1.2895 +
1.2896 + RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
1.2897 +
1.2898 + >
1.2899 +
1.2900 + </File>
1.2901 +
1.2902 + <File
1.2903 +
1.2904 + RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
1.2905 +
1.2906 + >
1.2907 +
1.2908 + </File>
1.2909 +
1.2910 + <File
1.2911 +
1.2912 + RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
1.2913 +
1.2914 + >
1.2915 +
1.2916 + </File>
1.2917 +
1.2918 + <File
1.2919 +
1.2920 + RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
1.2921 +
1.2922 + >
1.2923 +
1.2924 + </File>
1.2925 +
1.2926 + <File
1.2927 +
1.2928 + RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
1.2929 +
1.2930 + >
1.2931 +
1.2932 + </File>
1.2933 +
1.2934 + <File
1.2935 +
1.2936 + RelativePath="..\..\src\render\software\SDL_draw.h"
1.2937 +
1.2938 + >
1.2939 +
1.2940 + </File>
1.2941 +
1.2942 + <File
1.2943 +
1.2944 + RelativePath="..\..\src\render\software\SDL_drawline.c"
1.2945 +
1.2946 + >
1.2947 +
1.2948 + </File>
1.2949 +
1.2950 + <File
1.2951 +
1.2952 + RelativePath="..\..\src\render\software\SDL_drawline.h"
1.2953 +
1.2954 + >
1.2955 +
1.2956 + </File>
1.2957 +
1.2958 + <File
1.2959 +
1.2960 + RelativePath="..\..\src\render\software\SDL_drawpoint.c"
1.2961 +
1.2962 + >
1.2963 +
1.2964 + </File>
1.2965 +
1.2966 + <File
1.2967 +
1.2968 + RelativePath="..\..\src\render\software\SDL_drawpoint.h"
1.2969 +
1.2970 + >
1.2971 +
1.2972 + </File>
1.2973 +
1.2974 + <File
1.2975 +
1.2976 + RelativePath="..\..\src\events\SDL_dropevents.c"
1.2977 +
1.2978 + >
1.2979 +
1.2980 + </File>
1.2981 +
1.2982 + <File
1.2983 +
1.2984 + RelativePath="..\..\src\events\SDL_dropevents_c.h"
1.2985 +
1.2986 + >
1.2987 +
1.2988 + </File>
1.2989 +
1.2990 + <File
1.2991 +
1.2992 + RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
1.2993 +
1.2994 + >
1.2995 +
1.2996 + </File>
1.2997 +
1.2998 + <File
1.2999 +
1.3000 + RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
1.3001 +
1.3002 + >
1.3003 +
1.3004 + </File>
1.3005 +
1.3006 + <File
1.3007 +
1.3008 + RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
1.3009 +
1.3010 + >
1.3011 +
1.3012 + </File>
1.3013 +
1.3014 + <File
1.3015 +
1.3016 + RelativePath="..\..\src\SDL_error.c"
1.3017 +
1.3018 + >
1.3019 +
1.3020 + </File>
1.3021 +
1.3022 + <File
1.3023 +
1.3024 + RelativePath="..\..\src\SDL_error_c.h"
1.3025 +
1.3026 + >
1.3027 +
1.3028 + </File>
1.3029 +
1.3030 + <File
1.3031 +
1.3032 + RelativePath="..\..\src\events\SDL_events.c"
1.3033 +
1.3034 + >
1.3035 +
1.3036 + </File>
1.3037 +
1.3038 + <File
1.3039 +
1.3040 + RelativePath="..\..\src\events\SDL_events_c.h"
1.3041 +
1.3042 + >
1.3043 +
1.3044 + </File>
1.3045 +
1.3046 + <File
1.3047 +
1.3048 + RelativePath="..\..\src\SDL_fatal.c"
1.3049 +
1.3050 + >
1.3051 +
1.3052 + </File>
1.3053 +
1.3054 + <File
1.3055 +
1.3056 + RelativePath="..\..\src\SDL_fatal.h"
1.3057 +
1.3058 + >
1.3059 +
1.3060 + </File>
1.3061 +
1.3062 + <File
1.3063 +
1.3064 + RelativePath="..\..\src\video\SDL_fillrect.c"
1.3065 +
1.3066 + >
1.3067 +
1.3068 + </File>
1.3069 +
1.3070 + <File
1.3071 +
1.3072 + RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
1.3073 +
1.3074 + >
1.3075 +
1.3076 + </File>
1.3077 +
1.3078 + <File
1.3079 +
1.3080 + RelativePath="..\..\src\events\SDL_gesture.c"
1.3081 +
1.3082 + >
1.3083 +
1.3084 + </File>
1.3085 +
1.3086 + <File
1.3087 +
1.3088 + RelativePath="..\..\src\events\SDL_gesture_c.h"
1.3089 +
1.3090 + >
1.3091 +
1.3092 + </File>
1.3093 +
1.3094 + <File
1.3095 +
1.3096 + RelativePath="..\..\src\stdlib\SDL_getenv.c"
1.3097 +
1.3098 + >
1.3099 +
1.3100 + </File>
1.3101 +
1.3102 + <File
1.3103 +
1.3104 + RelativePath="..\..\src\video\SDL_glesfuncs.h"
1.3105 +
1.3106 + >
1.3107 +
1.3108 + </File>
1.3109 +
1.3110 + <File
1.3111 +
1.3112 + RelativePath="..\..\src\video\SDL_glfuncs.h"
1.3113 +
1.3114 + >
1.3115 +
1.3116 + </File>
1.3117 +
1.3118 + <File
1.3119 +
1.3120 + RelativePath="..\..\src\haptic\SDL_haptic.c"
1.3121 +
1.3122 + >
1.3123 +
1.3124 + </File>
1.3125 +
1.3126 + <File
1.3127 +
1.3128 + RelativePath="..\..\src\SDL_hints.c"
1.3129 +
1.3130 + >
1.3131 +
1.3132 + </File>
1.3133 +
1.3134 + <File
1.3135 +
1.3136 + RelativePath="..\..\src\SDL_hints_c.h"
1.3137 +
1.3138 + >
1.3139 +
1.3140 + </File>
1.3141 +
1.3142 + <File
1.3143 +
1.3144 + RelativePath="..\..\src\stdlib\SDL_iconv.c"
1.3145 +
1.3146 + >
1.3147 +
1.3148 + </File>
1.3149 +
1.3150 + <File
1.3151 +
1.3152 + RelativePath="..\..\src\joystick\SDL_joystick.c"
1.3153 +
1.3154 + >
1.3155 +
1.3156 + </File>
1.3157 +
1.3158 + <File
1.3159 +
1.3160 + RelativePath="..\..\src\joystick\SDL_joystick_c.h"
1.3161 +
1.3162 + >
1.3163 +
1.3164 + </File>
1.3165 +
1.3166 + <File
1.3167 +
1.3168 + RelativePath="..\..\src\events\SDL_keyboard.c"
1.3169 +
1.3170 + >
1.3171 +
1.3172 + </File>
1.3173 +
1.3174 + <File
1.3175 +
1.3176 + RelativePath="..\..\src\events\SDL_keyboard_c.h"
1.3177 +
1.3178 + >
1.3179 +
1.3180 + </File>
1.3181 +
1.3182 + <File
1.3183 +
1.3184 + RelativePath="..\..\src\SDL_log.c"
1.3185 +
1.3186 + >
1.3187 +
1.3188 + </File>
1.3189 +
1.3190 + <File
1.3191 +
1.3192 + RelativePath="..\..\src\stdlib\SDL_malloc.c"
1.3193 +
1.3194 + >
1.3195 +
1.3196 + </File>
1.3197 +
1.3198 + <File
1.3199 +
1.3200 + RelativePath="..\..\src\audio\SDL_mixer.c"
1.3201 +
1.3202 + >
1.3203 +
1.3204 + </File>
1.3205 +
1.3206 + <File
1.3207 +
1.3208 + RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
1.3209 +
1.3210 + >
1.3211 +
1.3212 + </File>
1.3213 +
1.3214 + <File
1.3215 +
1.3216 + RelativePath="..\..\src\events\SDL_mouse.c"
1.3217 +
1.3218 + >
1.3219 +
1.3220 + </File>
1.3221 +
1.3222 + <File
1.3223 +
1.3224 + RelativePath="..\..\src\events\SDL_mouse_c.h"
1.3225 +
1.3226 + >
1.3227 +
1.3228 + </File>
1.3229 +
1.3230 + <File
1.3231 +
1.3232 + RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
1.3233 +
1.3234 + >
1.3235 +
1.3236 + </File>
1.3237 +
1.3238 + <File
1.3239 +
1.3240 + RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
1.3241 +
1.3242 + >
1.3243 +
1.3244 + </File>
1.3245 +
1.3246 + <File
1.3247 +
1.3248 + RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
1.3249 +
1.3250 + >
1.3251 +
1.3252 + </File>
1.3253 +
1.3254 + <File
1.3255 +
1.3256 + RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
1.3257 +
1.3258 + >
1.3259 +
1.3260 + </File>
1.3261 +
1.3262 + <File
1.3263 +
1.3264 + RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
1.3265 +
1.3266 + >
1.3267 +
1.3268 + </File>
1.3269 +
1.3270 + <File
1.3271 +
1.3272 + RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
1.3273 +
1.3274 + >
1.3275 +
1.3276 + </File>
1.3277 +
1.3278 + <File
1.3279 +
1.3280 + RelativePath="..\..\src\video\SDL_pixels.c"
1.3281 +
1.3282 + >
1.3283 +
1.3284 + </File>
1.3285 +
1.3286 + <File
1.3287 +
1.3288 + RelativePath="..\..\src\video\SDL_pixels_c.h"
1.3289 +
1.3290 + >
1.3291 +
1.3292 + </File>
1.3293 +
1.3294 + <File
1.3295 +
1.3296 + RelativePath="..\..\src\power\SDL_power.c"
1.3297 +
1.3298 + >
1.3299 +
1.3300 + </File>
1.3301 +
1.3302 + <File
1.3303 +
1.3304 + RelativePath="..\..\src\stdlib\SDL_qsort.c"
1.3305 +
1.3306 + >
1.3307 +
1.3308 + </File>
1.3309 +
1.3310 + <File
1.3311 +
1.3312 + RelativePath="..\..\src\events\SDL_quit.c"
1.3313 +
1.3314 + >
1.3315 +
1.3316 + </File>
1.3317 +
1.3318 + <File
1.3319 +
1.3320 + RelativePath="..\..\src\video\SDL_rect.c"
1.3321 +
1.3322 + >
1.3323 +
1.3324 + </File>
1.3325 +
1.3326 + <File
1.3327 +
1.3328 + RelativePath="..\..\src\video\SDL_rect_c.h"
1.3329 +
1.3330 + >
1.3331 +
1.3332 + </File>
1.3333 +
1.3334 + <File
1.3335 +
1.3336 + RelativePath="..\..\src\render\SDL_render.c"
1.3337 +
1.3338 + >
1.3339 +
1.3340 + </File>
1.3341 +
1.3342 + <File
1.3343 +
1.3344 + RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
1.3345 +
1.3346 + >
1.3347 +
1.3348 + </File>
1.3349 +
1.3350 + <File
1.3351 +
1.3352 + RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
1.3353 +
1.3354 + >
1.3355 +
1.3356 + </File>
1.3357 +
1.3358 + <File
1.3359 +
1.3360 + RelativePath="..\..\src\render\software\SDL_render_sw.c"
1.3361 +
1.3362 + >
1.3363 +
1.3364 + </File>
1.3365 +
1.3366 + <File
1.3367 +
1.3368 + RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
1.3369 +
1.3370 + >
1.3371 +
1.3372 + </File>
1.3373 +
1.3374 + <File
1.3375 +
1.3376 + RelativePath="..\..\src\video\SDL_RLEaccel.c"
1.3377 +
1.3378 + >
1.3379 +
1.3380 + </File>
1.3381 +
1.3382 + <File
1.3383 +
1.3384 + RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
1.3385 +
1.3386 + >
1.3387 +
1.3388 + </File>
1.3389 +
1.3390 + <File
1.3391 +
1.3392 + RelativePath="..\..\src\render\software\SDL_rotate.c"
1.3393 +
1.3394 + >
1.3395 +
1.3396 + </File>
1.3397 +
1.3398 + <File
1.3399 +
1.3400 + RelativePath="..\..\src\render\software\SDL_rotate.h"
1.3401 +
1.3402 + >
1.3403 +
1.3404 + </File>
1.3405 +
1.3406 + <File
1.3407 +
1.3408 + RelativePath="..\..\src\file\SDL_rwops.c"
1.3409 +
1.3410 + >
1.3411 +
1.3412 + </File>
1.3413 +
1.3414 + <File
1.3415 +
1.3416 + RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
1.3417 +
1.3418 + >
1.3419 +
1.3420 + </File>
1.3421 +
1.3422 + <File
1.3423 +
1.3424 + RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
1.3425 +
1.3426 + >
1.3427 +
1.3428 + </File>
1.3429 +
1.3430 + <File
1.3431 +
1.3432 + RelativePath="..\..\src\video\SDL_shape.c"
1.3433 +
1.3434 + >
1.3435 +
1.3436 + </File>
1.3437 +
1.3438 + <File
1.3439 +
1.3440 + RelativePath="..\..\src\video\SDL_shape_internals.h"
1.3441 +
1.3442 + >
1.3443 +
1.3444 + </File>
1.3445 +
1.3446 + <File
1.3447 +
1.3448 + RelativePath="..\..\src\atomic\SDL_spinlock.c"
1.3449 +
1.3450 + >
1.3451 +
1.3452 + </File>
1.3453 +
1.3454 + <File
1.3455 +
1.3456 + RelativePath="..\..\src\stdlib\SDL_stdlib.c"
1.3457 +
1.3458 + >
1.3459 +
1.3460 + </File>
1.3461 +
1.3462 + <File
1.3463 +
1.3464 + RelativePath="..\..\src\video\SDL_stretch.c"
1.3465 +
1.3466 + >
1.3467 +
1.3468 + </File>
1.3469 +
1.3470 + <File
1.3471 +
1.3472 + RelativePath="..\..\src\stdlib\SDL_string.c"
1.3473 +
1.3474 + >
1.3475 +
1.3476 + </File>
1.3477 +
1.3478 + <File
1.3479 +
1.3480 + RelativePath="..\..\src\video\SDL_surface.c"
1.3481 +
1.3482 + >
1.3483 +
1.3484 + </File>
1.3485 +
1.3486 + <File
1.3487 +
1.3488 + RelativePath="..\..\src\audio\SDL_sysaudio.h"
1.3489 +
1.3490 + >
1.3491 +
1.3492 + </File>
1.3493 +
1.3494 + <File
1.3495 +
1.3496 + RelativePath="..\..\src\thread\generic\SDL_syscond.c"
1.3497 +
1.3498 + >
1.3499 +
1.3500 + </File>
1.3501 +
1.3502 + <File
1.3503 +
1.3504 + RelativePath="..\..\src\events\SDL_sysevents.h"
1.3505 +
1.3506 + >
1.3507 +
1.3508 + </File>
1.3509 +
1.3510 + <File
1.3511 +
1.3512 + RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
1.3513 +
1.3514 + >
1.3515 +
1.3516 + </File>
1.3517 +
1.3518 + <File
1.3519 +
1.3520 + RelativePath="..\..\src\haptic\SDL_syshaptic.h"
1.3521 +
1.3522 + >
1.3523 +
1.3524 + </File>
1.3525 +
1.3526 + <File
1.3527 +
1.3528 + RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
1.3529 +
1.3530 + >
1.3531 +
1.3532 + </File>
1.3533 +
1.3534 + <File
1.3535 +
1.3536 + RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
1.3537 +
1.3538 + >
1.3539 +
1.3540 + </File>
1.3541 +
1.3542 + <File
1.3543 +
1.3544 + RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
1.3545 +
1.3546 + >
1.3547 +
1.3548 + </File>
1.3549 +
1.3550 + <File
1.3551 +
1.3552 + RelativePath="..\..\src\power\windows\SDL_syspower.c"
1.3553 +
1.3554 + >
1.3555 +
1.3556 + </File>
1.3557 +
1.3558 + <File
1.3559 +
1.3560 + RelativePath="..\..\src\render\SDL_sysrender.h"
1.3561 +
1.3562 + >
1.3563 +
1.3564 + </File>
1.3565 +
1.3566 + <File
1.3567 +
1.3568 + RelativePath="..\..\src\thread\windows\SDL_syssem.c"
1.3569 +
1.3570 + >
1.3571 +
1.3572 + </File>
1.3573 +
1.3574 + <File
1.3575 +
1.3576 + RelativePath="..\..\src\thread\windows\SDL_systhread.c"
1.3577 +
1.3578 + >
1.3579 +
1.3580 + </File>
1.3581 +
1.3582 + <File
1.3583 +
1.3584 + RelativePath="..\..\src\thread\SDL_systhread.h"
1.3585 +
1.3586 + >
1.3587 +
1.3588 + </File>
1.3589 +
1.3590 + <File
1.3591 +
1.3592 + RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
1.3593 +
1.3594 + >
1.3595 +
1.3596 + </File>
1.3597 +
1.3598 + <File
1.3599 +
1.3600 + RelativePath="..\..\src\timer\windows\SDL_systimer.c"
1.3601 +
1.3602 + >
1.3603 +
1.3604 + </File>
1.3605 +
1.3606 + <File
1.3607 +
1.3608 + RelativePath="..\..\src\timer\SDL_systimer.h"
1.3609 +
1.3610 + >
1.3611 +
1.3612 + </File>
1.3613 +
1.3614 + <File
1.3615 +
1.3616 + RelativePath="..\..\src\video\SDL_sysvideo.h"
1.3617 +
1.3618 + >
1.3619 +
1.3620 + </File>
1.3621 +
1.3622 + <File
1.3623 +
1.3624 + RelativePath="..\..\src\thread\SDL_thread.c"
1.3625 +
1.3626 + >
1.3627 +
1.3628 + </File>
1.3629 +
1.3630 + <File
1.3631 +
1.3632 + RelativePath="..\..\src\thread\SDL_thread_c.h"
1.3633 +
1.3634 + >
1.3635 +
1.3636 + </File>
1.3637 +
1.3638 + <File
1.3639 +
1.3640 + RelativePath="..\..\src\timer\SDL_timer.c"
1.3641 +
1.3642 + >
1.3643 +
1.3644 + </File>
1.3645 +
1.3646 + <File
1.3647 +
1.3648 + RelativePath="..\..\src\timer\SDL_timer_c.h"
1.3649 +
1.3650 + >
1.3651 +
1.3652 + </File>
1.3653 +
1.3654 + <File
1.3655 +
1.3656 + RelativePath="..\..\src\events\SDL_touch.c"
1.3657 +
1.3658 + >
1.3659 +
1.3660 + </File>
1.3661 +
1.3662 + <File
1.3663 +
1.3664 + RelativePath="..\..\src\events\SDL_touch_c.h"
1.3665 +
1.3666 + >
1.3667 +
1.3668 + </File>
1.3669 +
1.3670 + <File
1.3671 +
1.3672 + RelativePath="..\..\src\video\SDL_video.c"
1.3673 +
1.3674 + >
1.3675 +
1.3676 + </File>
1.3677 +
1.3678 + <File
1.3679 +
1.3680 + RelativePath="..\..\src\video\windows\SDL_vkeys.h"
1.3681 +
1.3682 + >
1.3683 +
1.3684 + </File>
1.3685 +
1.3686 + <File
1.3687 +
1.3688 + RelativePath="..\..\src\audio\SDL_wave.c"
1.3689 +
1.3690 + >
1.3691 +
1.3692 + </File>
1.3693 +
1.3694 + <File
1.3695 +
1.3696 + RelativePath="..\..\src\audio\SDL_wave.h"
1.3697 +
1.3698 + >
1.3699 +
1.3700 + </File>
1.3701 +
1.3702 + <File
1.3703 +
1.3704 + RelativePath="..\..\src\events\SDL_windowevents.c"
1.3705 +
1.3706 + >
1.3707 +
1.3708 + </File>
1.3709 +
1.3710 + <File
1.3711 +
1.3712 + RelativePath="..\..\src\events\SDL_windowevents_c.h"
1.3713 +
1.3714 + >
1.3715 +
1.3716 + </File>
1.3717 +
1.3718 + <File
1.3719 +
1.3720 + RelativePath="..\..\src\core\windows\SDL_windows.c"
1.3721 +
1.3722 + >
1.3723 +
1.3724 + </File>
1.3725 +
1.3726 + <File
1.3727 +
1.3728 + RelativePath="..\..\src\core\windows\SDL_windows.h"
1.3729 +
1.3730 + >
1.3731 +
1.3732 + </File>
1.3733 +
1.3734 + <File
1.3735 +
1.3736 + RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
1.3737 +
1.3738 + >
1.3739 +
1.3740 + </File>
1.3741 +
1.3742 + <File
1.3743 +
1.3744 + RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
1.3745 +
1.3746 + >
1.3747 +
1.3748 + </File>
1.3749 +
1.3750 + <File
1.3751 +
1.3752 + RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
1.3753 +
1.3754 + >
1.3755 +
1.3756 + </File>
1.3757 +
1.3758 + <File
1.3759 +
1.3760 + RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
1.3761 +
1.3762 + >
1.3763 +
1.3764 + </File>
1.3765 +
1.3766 + <File
1.3767 +
1.3768 + RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
1.3769 +
1.3770 + >
1.3771 +
1.3772 + </File>
1.3773 +
1.3774 + <File
1.3775 +
1.3776 + RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
1.3777 +
1.3778 + >
1.3779 +
1.3780 + </File>
1.3781 +
1.3782 + <File
1.3783 +
1.3784 + RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
1.3785 +
1.3786 + >
1.3787 +
1.3788 + </File>
1.3789 +
1.3790 + <File
1.3791 +
1.3792 + RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
1.3793 +
1.3794 + >
1.3795 +
1.3796 + </File>
1.3797 +
1.3798 + <File
1.3799 +
1.3800 + RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
1.3801 +
1.3802 + >
1.3803 +
1.3804 + </File>
1.3805 +
1.3806 + <File
1.3807 +
1.3808 + RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
1.3809 +
1.3810 + >
1.3811 +
1.3812 + </File>
1.3813 +
1.3814 + <File
1.3815 +
1.3816 + RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
1.3817 +
1.3818 + >
1.3819 +
1.3820 + </File>
1.3821 +
1.3822 + <File
1.3823 +
1.3824 + RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
1.3825 +
1.3826 + >
1.3827 +
1.3828 + </File>
1.3829 +
1.3830 + <File
1.3831 +
1.3832 + RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
1.3833 +
1.3834 + >
1.3835 +
1.3836 + </File>
1.3837 +
1.3838 + <File
1.3839 +
1.3840 + RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
1.3841 +
1.3842 + >
1.3843 +
1.3844 + </File>
1.3845 +
1.3846 + <File
1.3847 +
1.3848 + RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
1.3849 +
1.3850 + >
1.3851 +
1.3852 + </File>
1.3853 +
1.3854 + <File
1.3855 +
1.3856 + RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
1.3857 +
1.3858 + >
1.3859 +
1.3860 + </File>
1.3861 +
1.3862 + <File
1.3863 +
1.3864 + RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
1.3865 +
1.3866 + >
1.3867 +
1.3868 + </File>
1.3869 +
1.3870 + <File
1.3871 +
1.3872 + RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
1.3873 +
1.3874 + >
1.3875 +
1.3876 + </File>
1.3877 +
1.3878 + <File
1.3879 +
1.3880 + RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
1.3881 +
1.3882 + >
1.3883 +
1.3884 + </File>
1.3885 +
1.3886 + <File
1.3887 +
1.3888 + RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
1.3889 +
1.3890 + >
1.3891 +
1.3892 + </File>
1.3893 +
1.3894 + <File
1.3895 +
1.3896 + RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
1.3897 +
1.3898 + >
1.3899 +
1.3900 + </File>
1.3901 +
1.3902 + <File
1.3903 +
1.3904 + RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
1.3905 +
1.3906 + >
1.3907 +
1.3908 + </File>
1.3909 +
1.3910 + <File
1.3911 +
1.3912 + RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
1.3913 +
1.3914 + >
1.3915 +
1.3916 + </File>
1.3917 +
1.3918 + <File
1.3919 +
1.3920 + RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
1.3921 +
1.3922 + >
1.3923 +
1.3924 + </File>
1.3925 +
1.3926 + <File
1.3927 +
1.3928 + RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
1.3929 +
1.3930 + >
1.3931 +
1.3932 + </File>
1.3933 +
1.3934 + <File
1.3935 +
1.3936 + RelativePath="..\..\src\render\SDL_yuv_mmx.c"
1.3937 +
1.3938 + >
1.3939 +
1.3940 + </File>
1.3941 +
1.3942 + <File
1.3943 +
1.3944 + RelativePath="..\..\src\render\SDL_yuv_sw.c"
1.3945 +
1.3946 + >
1.3947 +
1.3948 + </File>
1.3949 +
1.3950 + <File
1.3951 +
1.3952 + RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
1.3953 +
1.3954 + >
1.3955 +
1.3956 + </File>
1.3957 +
1.3958 + <File
1.3959 +
1.3960 + RelativePath="..\..\src\main\windows\version.rc"
1.3961 +
1.3962 + >
1.3963 +
1.3964 + </File>
1.3965 +
1.3966 + <File
1.3967 +
1.3968 + RelativePath="..\..\src\video\windows\wmmsg.h"
1.3969 +
1.3970 + >
1.3971 +
1.3972 + </File>
1.3973 +
1.3974 + </Files>
1.3975 +
1.3976 + <Globals>
1.3977 +
1.3978 + </Globals>
1.3979 +
1.3980 +</VisualStudioProject>
1.3981 +
2.1 --- a/VisualC/SDL/SDL_VS2010.vcxproj Tue Feb 12 22:23:42 2013 -0800
2.2 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Wed Feb 13 17:19:21 2013 -0800
2.3 @@ -1,454 +1,455 @@
2.4 -<?xml version="1.0" encoding="utf-8"?>
2.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2.6 - <ItemGroup Label="ProjectConfigurations">
2.7 - <ProjectConfiguration Include="Debug|Win32">
2.8 - <Configuration>Debug</Configuration>
2.9 - <Platform>Win32</Platform>
2.10 - </ProjectConfiguration>
2.11 - <ProjectConfiguration Include="Debug|x64">
2.12 - <Configuration>Debug</Configuration>
2.13 - <Platform>x64</Platform>
2.14 - </ProjectConfiguration>
2.15 - <ProjectConfiguration Include="Release|Win32">
2.16 - <Configuration>Release</Configuration>
2.17 - <Platform>Win32</Platform>
2.18 - </ProjectConfiguration>
2.19 - <ProjectConfiguration Include="Release|x64">
2.20 - <Configuration>Release</Configuration>
2.21 - <Platform>x64</Platform>
2.22 - </ProjectConfiguration>
2.23 - </ItemGroup>
2.24 - <PropertyGroup Label="Globals">
2.25 - <ProjectName>SDL</ProjectName>
2.26 - <ProjectGuid>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</ProjectGuid>
2.27 - <RootNamespace>SDL</RootNamespace>
2.28 - </PropertyGroup>
2.29 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2.30 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2.31 - <ConfigurationType>DynamicLibrary</ConfigurationType>
2.32 - <UseOfMfc>false</UseOfMfc>
2.33 - </PropertyGroup>
2.34 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2.35 - <ConfigurationType>DynamicLibrary</ConfigurationType>
2.36 - <UseOfMfc>false</UseOfMfc>
2.37 - </PropertyGroup>
2.38 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2.39 - <ConfigurationType>DynamicLibrary</ConfigurationType>
2.40 - <UseOfMfc>false</UseOfMfc>
2.41 - </PropertyGroup>
2.42 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2.43 - <ConfigurationType>DynamicLibrary</ConfigurationType>
2.44 - <UseOfMfc>false</UseOfMfc>
2.45 - <CharacterSet>MultiByte</CharacterSet>
2.46 - </PropertyGroup>
2.47 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
2.48 - <ImportGroup Label="ExtensionSettings">
2.49 - </ImportGroup>
2.50 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
2.51 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.52 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.53 - </ImportGroup>
2.54 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
2.55 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.56 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.57 - </ImportGroup>
2.58 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
2.59 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.60 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.61 - </ImportGroup>
2.62 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
2.63 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.64 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.65 - </ImportGroup>
2.66 - <PropertyGroup Label="UserMacros" />
2.67 - <PropertyGroup>
2.68 - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
2.69 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
2.70 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
2.71 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
2.72 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
2.73 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
2.74 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
2.75 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
2.76 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
2.77 - </PropertyGroup>
2.78 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
2.79 - <PreBuildEvent />
2.80 - <Midl>
2.81 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.82 - <MkTypLibCompatible>true</MkTypLibCompatible>
2.83 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.84 - <TargetEnvironment>Win32</TargetEnvironment>
2.85 - </Midl>
2.86 - <ClCompile>
2.87 - <Optimization>Disabled</Optimization>
2.88 - <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.89 - <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.90 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2.91 - <BufferSecurityCheck>false</BufferSecurityCheck>
2.92 - <PrecompiledHeader>
2.93 - </PrecompiledHeader>
2.94 - <WarningLevel>Level3</WarningLevel>
2.95 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.96 - <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
2.97 - <CompileAs>Default</CompileAs>
2.98 - </ClCompile>
2.99 - <ResourceCompile>
2.100 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.101 - <Culture>0x0409</Culture>
2.102 - </ResourceCompile>
2.103 - <Link>
2.104 - <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.105 - <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.106 - <GenerateDebugInformation>true</GenerateDebugInformation>
2.107 - <SubSystem>Windows</SubSystem>
2.108 - <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
2.109 - <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x86</AdditionalLibraryDirectories>
2.110 - </Link>
2.111 - </ItemDefinitionGroup>
2.112 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2.113 - <Midl>
2.114 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.115 - <MkTypLibCompatible>true</MkTypLibCompatible>
2.116 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.117 - <TargetEnvironment>X64</TargetEnvironment>
2.118 - </Midl>
2.119 - <ClCompile>
2.120 - <Optimization>Disabled</Optimization>
2.121 - <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.122 - <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.123 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2.124 - <BufferSecurityCheck>false</BufferSecurityCheck>
2.125 - <PrecompiledHeader>
2.126 - </PrecompiledHeader>
2.127 - <WarningLevel>Level3</WarningLevel>
2.128 - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
2.129 - </ClCompile>
2.130 - <ResourceCompile>
2.131 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.132 - <Culture>0x0409</Culture>
2.133 - </ResourceCompile>
2.134 - <Link>
2.135 - <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.136 - <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.137 - <GenerateDebugInformation>true</GenerateDebugInformation>
2.138 - <SubSystem>Windows</SubSystem>
2.139 - <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
2.140 - <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x64</AdditionalLibraryDirectories>
2.141 - </Link>
2.142 - </ItemDefinitionGroup>
2.143 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2.144 - <PreBuildEvent />
2.145 - <Midl>
2.146 - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.147 - <MkTypLibCompatible>true</MkTypLibCompatible>
2.148 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.149 - <TargetEnvironment>Win32</TargetEnvironment>
2.150 - </Midl>
2.151 - <ClCompile>
2.152 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
2.153 - <IntrinsicFunctions>false</IntrinsicFunctions>
2.154 - <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.155 - <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.156 - <StringPooling>true</StringPooling>
2.157 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
2.158 - <BufferSecurityCheck>false</BufferSecurityCheck>
2.159 - <FunctionLevelLinking>true</FunctionLevelLinking>
2.160 - <PrecompiledHeader>
2.161 - </PrecompiledHeader>
2.162 - <WarningLevel>Level3</WarningLevel>
2.163 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.164 - <CompileAs>Default</CompileAs>
2.165 - </ClCompile>
2.166 - <ResourceCompile>
2.167 - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.168 - <Culture>0x0409</Culture>
2.169 - </ResourceCompile>
2.170 - <Link>
2.171 - <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.172 - <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.173 - <SubSystem>Windows</SubSystem>
2.174 - <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x86</AdditionalLibraryDirectories>
2.175 - </Link>
2.176 - </ItemDefinitionGroup>
2.177 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
2.178 - <Midl>
2.179 - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.180 - <MkTypLibCompatible>true</MkTypLibCompatible>
2.181 - <SuppressStartupBanner>true</SuppressStartupBanner>
2.182 - <TargetEnvironment>X64</TargetEnvironment>
2.183 - </Midl>
2.184 - <ClCompile>
2.185 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
2.186 - <IntrinsicFunctions>false</IntrinsicFunctions>
2.187 - <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.188 - <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.189 - <StringPooling>true</StringPooling>
2.190 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
2.191 - <BufferSecurityCheck>false</BufferSecurityCheck>
2.192 - <FunctionLevelLinking>true</FunctionLevelLinking>
2.193 - <PrecompiledHeader>
2.194 - </PrecompiledHeader>
2.195 - <WarningLevel>Level3</WarningLevel>
2.196 - </ClCompile>
2.197 - <ResourceCompile>
2.198 - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.199 - <Culture>0x0409</Culture>
2.200 - </ResourceCompile>
2.201 - <Link>
2.202 - <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.203 - <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.204 - <SubSystem>Windows</SubSystem>
2.205 - <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x64</AdditionalLibraryDirectories>
2.206 - </Link>
2.207 - </ItemDefinitionGroup>
2.208 - <ItemGroup>
2.209 - <ClInclude Include="..\..\include\SDL.h" />
2.210 - <ClInclude Include="..\..\include\SDL_assert.h" />
2.211 - <ClInclude Include="..\..\include\SDL_atomic.h" />
2.212 - <ClInclude Include="..\..\include\SDL_audio.h" />
2.213 - <ClInclude Include="..\..\include\SDL_bits.h" />
2.214 - <ClInclude Include="..\..\include\SDL_blendmode.h" />
2.215 - <ClInclude Include="..\..\include\SDL_clipboard.h" />
2.216 - <ClInclude Include="..\..\include\SDL_config.h" />
2.217 - <ClInclude Include="..\..\include\SDL_config_windows.h" />
2.218 - <ClInclude Include="..\..\include\SDL_copying.h" />
2.219 - <ClInclude Include="..\..\include\SDL_cpuinfo.h" />
2.220 - <ClInclude Include="..\..\include\SDL_endian.h" />
2.221 - <ClInclude Include="..\..\include\SDL_error.h" />
2.222 - <ClInclude Include="..\..\include\SDL_events.h" />
2.223 - <ClInclude Include="..\..\include\SDL_gesture.h" />
2.224 - <ClInclude Include="..\..\include\SDL_haptic.h" />
2.225 - <ClInclude Include="..\..\include\SDL_hints.h" />
2.226 - <ClInclude Include="..\..\include\SDL_input.h" />
2.227 - <ClInclude Include="..\..\include\SDL_joystick.h" />
2.228 - <ClInclude Include="..\..\include\SDL_gamecontroller.h" />
2.229 - <ClInclude Include="..\..\include\SDL_keyboard.h" />
2.230 - <ClInclude Include="..\..\include\SDL_keycode.h" />
2.231 - <ClInclude Include="..\..\include\SDL_loadso.h" />
2.232 - <ClInclude Include="..\..\include\SDL_log.h" />
2.233 - <ClInclude Include="..\..\include\SDL_main.h" />
2.234 - <ClInclude Include="..\..\include\SDL_mouse.h" />
2.235 - <ClInclude Include="..\..\include\SDL_mutex.h" />
2.236 - <ClInclude Include="..\..\include\SDL_name.h" />
2.237 - <ClInclude Include="..\..\include\SDL_opengl.h" />
2.238 - <ClInclude Include="..\..\include\SDL_opengles.h" />
2.239 - <ClInclude Include="..\..\include\SDL_pixels.h" />
2.240 - <ClInclude Include="..\..\include\SDL_platform.h" />
2.241 - <ClInclude Include="..\..\include\SDL_power.h" />
2.242 - <ClInclude Include="..\..\include\SDL_quit.h" />
2.243 - <ClInclude Include="..\..\include\SDL_rect.h" />
2.244 - <ClInclude Include="..\..\include\SDL_render.h" />
2.245 - <ClInclude Include="..\..\include\SDL_revision.h" />
2.246 - <ClInclude Include="..\..\include\SDL_rwops.h" />
2.247 - <ClInclude Include="..\..\include\SDL_scancode.h" />
2.248 - <ClInclude Include="..\..\include\SDL_shape.h" />
2.249 - <ClInclude Include="..\..\include\SDL_stdinc.h" />
2.250 - <ClInclude Include="..\..\include\SDL_surface.h" />
2.251 - <ClInclude Include="..\..\include\SDL_system.h" />
2.252 - <ClInclude Include="..\..\include\SDL_syswm.h" />
2.253 - <ClInclude Include="..\..\include\SDL_thread.h" />
2.254 - <ClInclude Include="..\..\include\SDL_timer.h" />
2.255 - <ClInclude Include="..\..\include\SDL_touch.h" />
2.256 - <ClInclude Include="..\..\include\SDL_types.h" />
2.257 - <ClInclude Include="..\..\include\SDL_version.h" />
2.258 - <ClInclude Include="..\..\include\SDL_video.h" />
2.259 - <ClInclude Include="..\..\src\core\windows\SDL_windows.h" />
2.260 - <ClInclude Include="..\..\src\events\blank_cursor.h" />
2.261 - <ClInclude Include="..\..\src\events\default_cursor.h" />
2.262 - <ClInclude Include="..\..\src\audio\directsound\directx.h" />
2.263 - <ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h" />
2.264 - <ClInclude Include="..\..\src\events\SDL_gesture_c.h" />
2.265 - <ClInclude Include="..\..\src\events\SDL_touch_c.h" />
2.266 - <ClInclude Include="..\..\src\libm\math.h" />
2.267 - <ClInclude Include="..\..\src\libm\math_private.h" />
2.268 - <ClInclude Include="..\..\src\render\mmx.h" />
2.269 - <ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h" />
2.270 - <ClInclude Include="..\..\src\render\SDL_sysrender.h" />
2.271 - <ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" />
2.272 - <ClInclude Include="..\..\src\audio\SDL_audio_c.h" />
2.273 - <ClInclude Include="..\..\src\audio\SDL_audiodev_c.h" />
2.274 - <ClInclude Include="..\..\src\audio\SDL_audiomem.h" />
2.275 - <ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" />
2.276 - <ClInclude Include="..\..\src\render\software\SDL_blendline.h" />
2.277 - <ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" />
2.278 - <ClInclude Include="..\..\src\render\software\SDL_draw.h" />
2.279 - <ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
2.280 - <ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
2.281 - <ClInclude Include="..\..\src\events\SDL_dropevents_c.h" />
2.282 - <ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
2.283 - <ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
2.284 - <ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
2.285 - <ClInclude Include="..\..\src\video\SDL_blit.h" />
2.286 - <ClInclude Include="..\..\src\video\SDL_blit_auto.h" />
2.287 - <ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
2.288 - <ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
2.289 - <ClInclude Include="..\..\src\video\SDL_shape_internals.h" />
2.290 - <ClInclude Include="..\..\src\audio\winmm\SDL_winmm.h" />
2.291 - <ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" />
2.292 - <ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h" />
2.293 - <ClInclude Include="..\..\src\audio\directsound\SDL_directsound.h" />
2.294 - <ClInclude Include="..\..\src\SDL_error_c.h" />
2.295 - <ClInclude Include="..\..\src\SDL_hints_c.h" />
2.296 - <ClInclude Include="..\..\src\events\SDL_events_c.h" />
2.297 - <ClInclude Include="..\..\src\SDL_fatal.h" />
2.298 - <ClInclude Include="..\..\src\video\SDL_glesfuncs.h" />
2.299 - <ClInclude Include="..\..\src\video\SDL_glfuncs.h" />
2.300 - <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
2.301 - <ClInclude Include="..\..\src\events\SDL_keyboard_c.h" />
2.302 - <ClInclude Include="..\..\src\events\SDL_mouse_c.h" />
2.303 - <ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" />
2.304 - <ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" />
2.305 - <ClInclude Include="..\..\src\video\SDL_pixels_c.h" />
2.306 - <ClInclude Include="..\..\src\video\SDL_rect_c.h" />
2.307 - <ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
2.308 - <ClInclude Include="..\..\src\video\SDL_stretch_c.h" />
2.309 - <ClInclude Include="..\..\src\audio\SDL_sysaudio.h" />
2.310 - <ClInclude Include="..\..\src\events\SDL_sysevents.h" />
2.311 - <ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" />
2.312 - <ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
2.313 - <ClInclude Include="..\..\src\thread\SDL_systhread.h" />
2.314 - <ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" />
2.315 - <ClInclude Include="..\..\src\timer\SDL_systimer.h" />
2.316 - <ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
2.317 - <ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
2.318 - <ClInclude Include="..\..\src\timer\SDL_timer_c.h" />
2.319 - <ClInclude Include="..\..\src\video\windows\SDL_vkeys.h" />
2.320 - <ClInclude Include="..\..\src\audio\SDL_wave.h" />
2.321 - <ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" />
2.322 - <ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" />
2.323 - <ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h" />
2.324 - <ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" />
2.325 - <ClInclude Include="..\..\src\video\windows\SDL_windowsmessagebox.h" />
2.326 - <ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" />
2.327 - <ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" />
2.328 - <ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" />
2.329 - <ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" />
2.330 - <ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" />
2.331 - <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
2.332 - <ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
2.333 - <ClInclude Include="..\..\src\video\windows\wmmsg.h" />
2.334 - <ClInclude Include="resource.h" />
2.335 - </ItemGroup>
2.336 - <ItemGroup>
2.337 - <ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
2.338 - <ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
2.339 - <ClCompile Include="..\..\src\events\SDL_gesture.c" />
2.340 - <ClCompile Include="..\..\src\events\SDL_touch.c" />
2.341 - <ClCompile Include="..\..\src\libm\e_atan2.c" />
2.342 - <ClCompile Include="..\..\src\libm\e_log.c" />
2.343 - <ClCompile Include="..\..\src\libm\e_pow.c" />
2.344 - <ClCompile Include="..\..\src\libm\e_rem_pio2.c" />
2.345 - <ClCompile Include="..\..\src\libm\e_sqrt.c" />
2.346 - <ClCompile Include="..\..\src\libm\k_cos.c" />
2.347 - <ClCompile Include="..\..\src\libm\k_rem_pio2.c" />
2.348 - <ClCompile Include="..\..\src\libm\k_sin.c" />
2.349 - <ClCompile Include="..\..\src\libm\s_atan.c" />
2.350 - <ClCompile Include="..\..\src\libm\s_copysign.c" />
2.351 - <ClCompile Include="..\..\src\libm\s_cos.c" />
2.352 - <ClCompile Include="..\..\src\libm\s_fabs.c" />
2.353 - <ClCompile Include="..\..\src\libm\s_floor.c" />
2.354 - <ClCompile Include="..\..\src\libm\s_scalbn.c" />
2.355 - <ClCompile Include="..\..\src\libm\s_sin.c" />
2.356 - <ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c" />
2.357 - <ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c" />
2.358 - <ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c" />
2.359 - <ClCompile Include="..\..\src\render\SDL_render.c" />
2.360 - <ClCompile Include="..\..\src\render\SDL_yuv_mmx.c" />
2.361 - <ClCompile Include="..\..\src\render\SDL_yuv_sw.c" />
2.362 - <ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" />
2.363 - <ClCompile Include="..\..\src\render\software\SDL_blendline.c" />
2.364 - <ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" />
2.365 - <ClCompile Include="..\..\src\render\software\SDL_drawline.c" />
2.366 - <ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" />
2.367 - <ClCompile Include="..\..\src\render\software\SDL_render_sw.c" />
2.368 - <ClCompile Include="..\..\src\render\software\SDL_rotate.c" />
2.369 - <ClCompile Include="..\..\src\SDL.c" />
2.370 - <ClCompile Include="..\..\src\SDL_assert.c" />
2.371 - <ClCompile Include="..\..\src\atomic\SDL_atomic.c" />
2.372 - <ClCompile Include="..\..\src\atomic\SDL_spinlock.c" />
2.373 - <ClCompile Include="..\..\src\audio\SDL_audio.c" />
2.374 - <ClCompile Include="..\..\src\audio\SDL_audiocvt.c" />
2.375 - <ClCompile Include="..\..\src\audio\SDL_audiodev.c" />
2.376 - <ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" />
2.377 - <ClCompile Include="..\..\src\SDL_hints.c" />
2.378 - <ClCompile Include="..\..\src\SDL_log.c" />
2.379 - <ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" />
2.380 - <ClCompile Include="..\..\src\video\SDL_blit.c" />
2.381 - <ClCompile Include="..\..\src\video\SDL_blit_0.c" />
2.382 - <ClCompile Include="..\..\src\video\SDL_blit_1.c" />
2.383 - <ClCompile Include="..\..\src\video\SDL_blit_A.c" />
2.384 - <ClCompile Include="..\..\src\video\SDL_blit_auto.c" />
2.385 - <ClCompile Include="..\..\src\video\SDL_blit_copy.c" />
2.386 - <ClCompile Include="..\..\src\video\SDL_blit_N.c" />
2.387 - <ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
2.388 - <ClCompile Include="..\..\src\video\SDL_bmp.c" />
2.389 - <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
2.390 - <ClCompile Include="..\..\src\video\SDL_clipboard.c" />
2.391 - <ClCompile Include="..\..\src\video\SDL_shape.c" />
2.392 - <ClCompile Include="..\..\src\audio\winmm\SDL_winmm.c" />
2.393 - <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
2.394 - <ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
2.395 - <ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
2.396 - <ClCompile Include="..\..\src\events\SDL_dropevents.c" />
2.397 - <ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" />
2.398 - <ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
2.399 - <ClCompile Include="..\..\src\SDL_error.c" />
2.400 - <ClCompile Include="..\..\src\events\SDL_events.c" />
2.401 - <ClCompile Include="..\..\src\SDL_fatal.c" />
2.402 - <ClCompile Include="..\..\src\video\SDL_fillrect.c" />
2.403 - <ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
2.404 - <ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
2.405 - <ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />
2.406 - <ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
2.407 - <ClCompile Include="..\..\src\joystick\SDL_gamecontroller.c" />
2.408 - <ClCompile Include="..\..\src\events\SDL_keyboard.c" />
2.409 - <ClCompile Include="..\..\src\stdlib\SDL_malloc.c" />
2.410 - <ClCompile Include="..\..\src\audio\SDL_mixer.c" />
2.411 - <ClCompile Include="..\..\src\joystick\windows\SDL_mmjoystick.c" />
2.412 - <ClCompile Include="..\..\src\events\SDL_mouse.c" />
2.413 - <ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" />
2.414 - <ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" />
2.415 - <ClCompile Include="..\..\src\video\SDL_pixels.c" />
2.416 - <ClCompile Include="..\..\src\power\SDL_power.c" />
2.417 - <ClCompile Include="..\..\src\stdlib\SDL_qsort.c" />
2.418 - <ClCompile Include="..\..\src\events\SDL_quit.c" />
2.419 - <ClCompile Include="..\..\src\video\SDL_rect.c" />
2.420 - <ClCompile Include="..\..\src\video\SDL_RLEaccel.c" />
2.421 - <ClCompile Include="..\..\src\file\SDL_rwops.c" />
2.422 - <ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" />
2.423 - <ClCompile Include="..\..\src\video\SDL_stretch.c" />
2.424 - <ClCompile Include="..\..\src\stdlib\SDL_string.c" />
2.425 - <ClCompile Include="..\..\src\video\SDL_surface.c" />
2.426 - <ClCompile Include="..\..\src\thread\generic\SDL_syscond.c" />
2.427 - <ClCompile Include="..\..\src\haptic\windows\SDL_syshaptic.c" />
2.428 - <ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
2.429 - <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" />
2.430 - <ClCompile Include="..\..\src\power\windows\SDL_syspower.c" />
2.431 - <ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" />
2.432 - <ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" />
2.433 - <ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" />
2.434 - <ClCompile Include="..\..\src\thread\SDL_thread.c" />
2.435 - <ClCompile Include="..\..\src\timer\SDL_timer.c" />
2.436 - <ClCompile Include="..\..\src\video\SDL_video.c" />
2.437 - <ClCompile Include="..\..\src\audio\SDL_wave.c" />
2.438 - <ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" />
2.439 - <ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" />
2.440 - <ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c" />
2.441 - <ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" />
2.442 - <ClCompile Include="..\..\src\video\windows\SDL_windowsmessagebox.c" />
2.443 - <ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" />
2.444 - <ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" />
2.445 - <ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" />
2.446 - <ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" />
2.447 - <ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" />
2.448 - <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
2.449 - <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
2.450 - </ItemGroup>
2.451 - <ItemGroup>
2.452 - <ResourceCompile Include="..\..\src\main\windows\version.rc" />
2.453 - </ItemGroup>
2.454 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
2.455 - <ImportGroup Label="ExtensionTargets">
2.456 - </ImportGroup>
2.457 -</Project>
2.458 +<?xml version="1.0" encoding="utf-8"?>
2.459 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2.460 + <ItemGroup Label="ProjectConfigurations">
2.461 + <ProjectConfiguration Include="Debug|Win32">
2.462 + <Configuration>Debug</Configuration>
2.463 + <Platform>Win32</Platform>
2.464 + </ProjectConfiguration>
2.465 + <ProjectConfiguration Include="Debug|x64">
2.466 + <Configuration>Debug</Configuration>
2.467 + <Platform>x64</Platform>
2.468 + </ProjectConfiguration>
2.469 + <ProjectConfiguration Include="Release|Win32">
2.470 + <Configuration>Release</Configuration>
2.471 + <Platform>Win32</Platform>
2.472 + </ProjectConfiguration>
2.473 + <ProjectConfiguration Include="Release|x64">
2.474 + <Configuration>Release</Configuration>
2.475 + <Platform>x64</Platform>
2.476 + </ProjectConfiguration>
2.477 + </ItemGroup>
2.478 + <PropertyGroup Label="Globals">
2.479 + <ProjectName>SDL2</ProjectName>
2.480 + <ProjectGuid>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</ProjectGuid>
2.481 + <RootNamespace>SDL</RootNamespace>
2.482 + </PropertyGroup>
2.483 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2.484 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2.485 + <ConfigurationType>DynamicLibrary</ConfigurationType>
2.486 + <UseOfMfc>false</UseOfMfc>
2.487 + </PropertyGroup>
2.488 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2.489 + <ConfigurationType>DynamicLibrary</ConfigurationType>
2.490 + <UseOfMfc>false</UseOfMfc>
2.491 + </PropertyGroup>
2.492 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2.493 + <ConfigurationType>DynamicLibrary</ConfigurationType>
2.494 + <UseOfMfc>false</UseOfMfc>
2.495 + </PropertyGroup>
2.496 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2.497 + <ConfigurationType>DynamicLibrary</ConfigurationType>
2.498 + <UseOfMfc>false</UseOfMfc>
2.499 + <CharacterSet>MultiByte</CharacterSet>
2.500 + </PropertyGroup>
2.501 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
2.502 + <ImportGroup Label="ExtensionSettings">
2.503 + </ImportGroup>
2.504 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
2.505 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.506 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.507 + </ImportGroup>
2.508 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
2.509 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.510 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.511 + </ImportGroup>
2.512 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
2.513 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.514 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.515 + </ImportGroup>
2.516 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
2.517 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
2.518 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
2.519 + </ImportGroup>
2.520 + <PropertyGroup Label="UserMacros" />
2.521 + <PropertyGroup>
2.522 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
2.523 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
2.524 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
2.525 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
2.526 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
2.527 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
2.528 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
2.529 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
2.530 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
2.531 + </PropertyGroup>
2.532 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
2.533 + <PreBuildEvent />
2.534 + <Midl>
2.535 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.536 + <MkTypLibCompatible>true</MkTypLibCompatible>
2.537 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.538 + <TargetEnvironment>Win32</TargetEnvironment>
2.539 + </Midl>
2.540 + <ClCompile>
2.541 + <Optimization>Disabled</Optimization>
2.542 + <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.543 + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.544 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2.545 + <BufferSecurityCheck>false</BufferSecurityCheck>
2.546 + <PrecompiledHeader>
2.547 + </PrecompiledHeader>
2.548 + <WarningLevel>Level3</WarningLevel>
2.549 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.550 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
2.551 + <CompileAs>Default</CompileAs>
2.552 + </ClCompile>
2.553 + <ResourceCompile>
2.554 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.555 + <Culture>0x0409</Culture>
2.556 + </ResourceCompile>
2.557 + <Link>
2.558 + <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.559 + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.560 + <GenerateDebugInformation>true</GenerateDebugInformation>
2.561 + <SubSystem>Windows</SubSystem>
2.562 + <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
2.563 + <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x86</AdditionalLibraryDirectories>
2.564 + </Link>
2.565 + </ItemDefinitionGroup>
2.566 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2.567 + <Midl>
2.568 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.569 + <MkTypLibCompatible>true</MkTypLibCompatible>
2.570 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.571 + <TargetEnvironment>X64</TargetEnvironment>
2.572 + </Midl>
2.573 + <ClCompile>
2.574 + <Optimization>Disabled</Optimization>
2.575 + <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.576 + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.577 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
2.578 + <BufferSecurityCheck>false</BufferSecurityCheck>
2.579 + <PrecompiledHeader>
2.580 + </PrecompiledHeader>
2.581 + <WarningLevel>Level3</WarningLevel>
2.582 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
2.583 + </ClCompile>
2.584 + <ResourceCompile>
2.585 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.586 + <Culture>0x0409</Culture>
2.587 + </ResourceCompile>
2.588 + <Link>
2.589 + <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.590 + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.591 + <GenerateDebugInformation>true</GenerateDebugInformation>
2.592 + <SubSystem>Windows</SubSystem>
2.593 + <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
2.594 + <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x64</AdditionalLibraryDirectories>
2.595 + </Link>
2.596 + </ItemDefinitionGroup>
2.597 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2.598 + <PreBuildEvent />
2.599 + <Midl>
2.600 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.601 + <MkTypLibCompatible>true</MkTypLibCompatible>
2.602 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.603 + <TargetEnvironment>Win32</TargetEnvironment>
2.604 + </Midl>
2.605 + <ClCompile>
2.606 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
2.607 + <IntrinsicFunctions>false</IntrinsicFunctions>
2.608 + <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.609 + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.610 + <StringPooling>true</StringPooling>
2.611 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
2.612 + <BufferSecurityCheck>false</BufferSecurityCheck>
2.613 + <FunctionLevelLinking>true</FunctionLevelLinking>
2.614 + <PrecompiledHeader>
2.615 + </PrecompiledHeader>
2.616 + <WarningLevel>Level3</WarningLevel>
2.617 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.618 + <CompileAs>Default</CompileAs>
2.619 + </ClCompile>
2.620 + <ResourceCompile>
2.621 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.622 + <Culture>0x0409</Culture>
2.623 + </ResourceCompile>
2.624 + <Link>
2.625 + <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.626 + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.627 + <SubSystem>Windows</SubSystem>
2.628 + <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x86</AdditionalLibraryDirectories>
2.629 + <GenerateDebugInformation>true</GenerateDebugInformation>
2.630 + </Link>
2.631 + </ItemDefinitionGroup>
2.632 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
2.633 + <Midl>
2.634 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.635 + <MkTypLibCompatible>true</MkTypLibCompatible>
2.636 + <SuppressStartupBanner>true</SuppressStartupBanner>
2.637 + <TargetEnvironment>X64</TargetEnvironment>
2.638 + </Midl>
2.639 + <ClCompile>
2.640 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
2.641 + <IntrinsicFunctions>false</IntrinsicFunctions>
2.642 + <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories);"$(DXSDK_DIR)\Include";</AdditionalIncludeDirectories>
2.643 + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.644 + <StringPooling>true</StringPooling>
2.645 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
2.646 + <BufferSecurityCheck>false</BufferSecurityCheck>
2.647 + <FunctionLevelLinking>true</FunctionLevelLinking>
2.648 + <PrecompiledHeader>
2.649 + </PrecompiledHeader>
2.650 + <WarningLevel>Level3</WarningLevel>
2.651 + </ClCompile>
2.652 + <ResourceCompile>
2.653 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2.654 + <Culture>0x0409</Culture>
2.655 + </ResourceCompile>
2.656 + <Link>
2.657 + <AdditionalDependencies>winmm.lib;imm32.lib;oleaut32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
2.658 + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
2.659 + <SubSystem>Windows</SubSystem>
2.660 + <AdditionalLibraryDirectories>$(DXSDK_DIR)\lib\x64</AdditionalLibraryDirectories>
2.661 + </Link>
2.662 + </ItemDefinitionGroup>
2.663 + <ItemGroup>
2.664 + <ClInclude Include="..\..\include\SDL.h" />
2.665 + <ClInclude Include="..\..\include\SDL_assert.h" />
2.666 + <ClInclude Include="..\..\include\SDL_atomic.h" />
2.667 + <ClInclude Include="..\..\include\SDL_audio.h" />
2.668 + <ClInclude Include="..\..\include\SDL_bits.h" />
2.669 + <ClInclude Include="..\..\include\SDL_blendmode.h" />
2.670 + <ClInclude Include="..\..\include\SDL_clipboard.h" />
2.671 + <ClInclude Include="..\..\include\SDL_config.h" />
2.672 + <ClInclude Include="..\..\include\SDL_config_windows.h" />
2.673 + <ClInclude Include="..\..\include\SDL_copying.h" />
2.674 + <ClInclude Include="..\..\include\SDL_cpuinfo.h" />
2.675 + <ClInclude Include="..\..\include\SDL_endian.h" />
2.676 + <ClInclude Include="..\..\include\SDL_error.h" />
2.677 + <ClInclude Include="..\..\include\SDL_events.h" />
2.678 + <ClInclude Include="..\..\include\SDL_gesture.h" />
2.679 + <ClInclude Include="..\..\include\SDL_haptic.h" />
2.680 + <ClInclude Include="..\..\include\SDL_hints.h" />
2.681 + <ClInclude Include="..\..\include\SDL_input.h" />
2.682 + <ClInclude Include="..\..\include\SDL_joystick.h" />
2.683 + <ClInclude Include="..\..\include\SDL_gamecontroller.h" />
2.684 + <ClInclude Include="..\..\include\SDL_keyboard.h" />
2.685 + <ClInclude Include="..\..\include\SDL_keycode.h" />
2.686 + <ClInclude Include="..\..\include\SDL_loadso.h" />
2.687 + <ClInclude Include="..\..\include\SDL_log.h" />
2.688 + <ClInclude Include="..\..\include\SDL_main.h" />
2.689 + <ClInclude Include="..\..\include\SDL_mouse.h" />
2.690 + <ClInclude Include="..\..\include\SDL_mutex.h" />
2.691 + <ClInclude Include="..\..\include\SDL_name.h" />
2.692 + <ClInclude Include="..\..\include\SDL_opengl.h" />
2.693 + <ClInclude Include="..\..\include\SDL_opengles.h" />
2.694 + <ClInclude Include="..\..\include\SDL_pixels.h" />
2.695 + <ClInclude Include="..\..\include\SDL_platform.h" />
2.696 + <ClInclude Include="..\..\include\SDL_power.h" />
2.697 + <ClInclude Include="..\..\include\SDL_quit.h" />
2.698 + <ClInclude Include="..\..\include\SDL_rect.h" />
2.699 + <ClInclude Include="..\..\include\SDL_render.h" />
2.700 + <ClInclude Include="..\..\include\SDL_revision.h" />
2.701 + <ClInclude Include="..\..\include\SDL_rwops.h" />
2.702 + <ClInclude Include="..\..\include\SDL_scancode.h" />
2.703 + <ClInclude Include="..\..\include\SDL_shape.h" />
2.704 + <ClInclude Include="..\..\include\SDL_stdinc.h" />
2.705 + <ClInclude Include="..\..\include\SDL_surface.h" />
2.706 + <ClInclude Include="..\..\include\SDL_system.h" />
2.707 + <ClInclude Include="..\..\include\SDL_syswm.h" />
2.708 + <ClInclude Include="..\..\include\SDL_thread.h" />
2.709 + <ClInclude Include="..\..\include\SDL_timer.h" />
2.710 + <ClInclude Include="..\..\include\SDL_touch.h" />
2.711 + <ClInclude Include="..\..\include\SDL_types.h" />
2.712 + <ClInclude Include="..\..\include\SDL_version.h" />
2.713 + <ClInclude Include="..\..\include\SDL_video.h" />
2.714 + <ClInclude Include="..\..\src\core\windows\SDL_windows.h" />
2.715 + <ClInclude Include="..\..\src\events\blank_cursor.h" />
2.716 + <ClInclude Include="..\..\src\events\default_cursor.h" />
2.717 + <ClInclude Include="..\..\src\audio\directsound\directx.h" />
2.718 + <ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h" />
2.719 + <ClInclude Include="..\..\src\events\SDL_gesture_c.h" />
2.720 + <ClInclude Include="..\..\src\events\SDL_touch_c.h" />
2.721 + <ClInclude Include="..\..\src\libm\math.h" />
2.722 + <ClInclude Include="..\..\src\libm\math_private.h" />
2.723 + <ClInclude Include="..\..\src\render\mmx.h" />
2.724 + <ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h" />
2.725 + <ClInclude Include="..\..\src\render\SDL_sysrender.h" />
2.726 + <ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" />
2.727 + <ClInclude Include="..\..\src\audio\SDL_audio_c.h" />
2.728 + <ClInclude Include="..\..\src\audio\SDL_audiodev_c.h" />
2.729 + <ClInclude Include="..\..\src\audio\SDL_audiomem.h" />
2.730 + <ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" />
2.731 + <ClInclude Include="..\..\src\render\software\SDL_blendline.h" />
2.732 + <ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" />
2.733 + <ClInclude Include="..\..\src\render\software\SDL_draw.h" />
2.734 + <ClInclude Include="..\..\src\render\software\SDL_drawline.h" />
2.735 + <ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" />
2.736 + <ClInclude Include="..\..\src\events\SDL_dropevents_c.h" />
2.737 + <ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" />
2.738 + <ClInclude Include="..\..\src\render\software\SDL_rotate.h" />
2.739 + <ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
2.740 + <ClInclude Include="..\..\src\video\SDL_blit.h" />
2.741 + <ClInclude Include="..\..\src\video\SDL_blit_auto.h" />
2.742 + <ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
2.743 + <ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
2.744 + <ClInclude Include="..\..\src\video\SDL_shape_internals.h" />
2.745 + <ClInclude Include="..\..\src\audio\winmm\SDL_winmm.h" />
2.746 + <ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" />
2.747 + <ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h" />
2.748 + <ClInclude Include="..\..\src\audio\directsound\SDL_directsound.h" />
2.749 + <ClInclude Include="..\..\src\SDL_error_c.h" />
2.750 + <ClInclude Include="..\..\src\SDL_hints_c.h" />
2.751 + <ClInclude Include="..\..\src\events\SDL_events_c.h" />
2.752 + <ClInclude Include="..\..\src\SDL_fatal.h" />
2.753 + <ClInclude Include="..\..\src\video\SDL_glesfuncs.h" />
2.754 + <ClInclude Include="..\..\src\video\SDL_glfuncs.h" />
2.755 + <ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
2.756 + <ClInclude Include="..\..\src\events\SDL_keyboard_c.h" />
2.757 + <ClInclude Include="..\..\src\events\SDL_mouse_c.h" />
2.758 + <ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" />
2.759 + <ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" />
2.760 + <ClInclude Include="..\..\src\video\SDL_pixels_c.h" />
2.761 + <ClInclude Include="..\..\src\video\SDL_rect_c.h" />
2.762 + <ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
2.763 + <ClInclude Include="..\..\src\video\SDL_stretch_c.h" />
2.764 + <ClInclude Include="..\..\src\audio\SDL_sysaudio.h" />
2.765 + <ClInclude Include="..\..\src\events\SDL_sysevents.h" />
2.766 + <ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" />
2.767 + <ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
2.768 + <ClInclude Include="..\..\src\thread\SDL_systhread.h" />
2.769 + <ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" />
2.770 + <ClInclude Include="..\..\src\timer\SDL_systimer.h" />
2.771 + <ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
2.772 + <ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
2.773 + <ClInclude Include="..\..\src\timer\SDL_timer_c.h" />
2.774 + <ClInclude Include="..\..\src\video\windows\SDL_vkeys.h" />
2.775 + <ClInclude Include="..\..\src\audio\SDL_wave.h" />
2.776 + <ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" />
2.777 + <ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" />
2.778 + <ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h" />
2.779 + <ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" />
2.780 + <ClInclude Include="..\..\src\video\windows\SDL_windowsmessagebox.h" />
2.781 + <ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" />
2.782 + <ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" />
2.783 + <ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" />
2.784 + <ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" />
2.785 + <ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" />
2.786 + <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
2.787 + <ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
2.788 + <ClInclude Include="..\..\src\video\windows\wmmsg.h" />
2.789 + <ClInclude Include="resource.h" />
2.790 + </ItemGroup>
2.791 + <ItemGroup>
2.792 + <ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
2.793 + <ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
2.794 + <ClCompile Include="..\..\src\events\SDL_gesture.c" />
2.795 + <ClCompile Include="..\..\src\events\SDL_touch.c" />
2.796 + <ClCompile Include="..\..\src\libm\e_atan2.c" />
2.797 + <ClCompile Include="..\..\src\libm\e_log.c" />
2.798 + <ClCompile Include="..\..\src\libm\e_pow.c" />
2.799 + <ClCompile Include="..\..\src\libm\e_rem_pio2.c" />
2.800 + <ClCompile Include="..\..\src\libm\e_sqrt.c" />
2.801 + <ClCompile Include="..\..\src\libm\k_cos.c" />
2.802 + <ClCompile Include="..\..\src\libm\k_rem_pio2.c" />
2.803 + <ClCompile Include="..\..\src\libm\k_sin.c" />
2.804 + <ClCompile Include="..\..\src\libm\s_atan.c" />
2.805 + <ClCompile Include="..\..\src\libm\s_copysign.c" />
2.806 + <ClCompile Include="..\..\src\libm\s_cos.c" />
2.807 + <ClCompile Include="..\..\src\libm\s_fabs.c" />
2.808 + <ClCompile Include="..\..\src\libm\s_floor.c" />
2.809 + <ClCompile Include="..\..\src\libm\s_scalbn.c" />
2.810 + <ClCompile Include="..\..\src\libm\s_sin.c" />
2.811 + <ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c" />
2.812 + <ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c" />
2.813 + <ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c" />
2.814 + <ClCompile Include="..\..\src\render\SDL_render.c" />
2.815 + <ClCompile Include="..\..\src\render\SDL_yuv_mmx.c" />
2.816 + <ClCompile Include="..\..\src\render\SDL_yuv_sw.c" />
2.817 + <ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" />
2.818 + <ClCompile Include="..\..\src\render\software\SDL_blendline.c" />
2.819 + <ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" />
2.820 + <ClCompile Include="..\..\src\render\software\SDL_drawline.c" />
2.821 + <ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" />
2.822 + <ClCompile Include="..\..\src\render\software\SDL_render_sw.c" />
2.823 + <ClCompile Include="..\..\src\render\software\SDL_rotate.c" />
2.824 + <ClCompile Include="..\..\src\SDL.c" />
2.825 + <ClCompile Include="..\..\src\SDL_assert.c" />
2.826 + <ClCompile Include="..\..\src\atomic\SDL_atomic.c" />
2.827 + <ClCompile Include="..\..\src\atomic\SDL_spinlock.c" />
2.828 + <ClCompile Include="..\..\src\audio\SDL_audio.c" />
2.829 + <ClCompile Include="..\..\src\audio\SDL_audiocvt.c" />
2.830 + <ClCompile Include="..\..\src\audio\SDL_audiodev.c" />
2.831 + <ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" />
2.832 + <ClCompile Include="..\..\src\SDL_hints.c" />
2.833 + <ClCompile Include="..\..\src\SDL_log.c" />
2.834 + <ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" />
2.835 + <ClCompile Include="..\..\src\video\SDL_blit.c" />
2.836 + <ClCompile Include="..\..\src\video\SDL_blit_0.c" />
2.837 + <ClCompile Include="..\..\src\video\SDL_blit_1.c" />
2.838 + <ClCompile Include="..\..\src\video\SDL_blit_A.c" />
2.839 + <ClCompile Include="..\..\src\video\SDL_blit_auto.c" />
2.840 + <ClCompile Include="..\..\src\video\SDL_blit_copy.c" />
2.841 + <ClCompile Include="..\..\src\video\SDL_blit_N.c" />
2.842 + <ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
2.843 + <ClCompile Include="..\..\src\video\SDL_bmp.c" />
2.844 + <ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
2.845 + <ClCompile Include="..\..\src\video\SDL_clipboard.c" />
2.846 + <ClCompile Include="..\..\src\video\SDL_shape.c" />
2.847 + <ClCompile Include="..\..\src\audio\winmm\SDL_winmm.c" />
2.848 + <ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
2.849 + <ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
2.850 + <ClCompile Include="..\..\src\audio\directsound\SDL_directsound.c" />
2.851 + <ClCompile Include="..\..\src\events\SDL_dropevents.c" />
2.852 + <ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" />
2.853 + <ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
2.854 + <ClCompile Include="..\..\src\SDL_error.c" />
2.855 + <ClCompile Include="..\..\src\events\SDL_events.c" />
2.856 + <ClCompile Include="..\..\src\SDL_fatal.c" />
2.857 + <ClCompile Include="..\..\src\video\SDL_fillrect.c" />
2.858 + <ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
2.859 + <ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
2.860 + <ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />
2.861 + <ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
2.862 + <ClCompile Include="..\..\src\joystick\SDL_gamecontroller.c" />
2.863 + <ClCompile Include="..\..\src\events\SDL_keyboard.c" />
2.864 + <ClCompile Include="..\..\src\stdlib\SDL_malloc.c" />
2.865 + <ClCompile Include="..\..\src\audio\SDL_mixer.c" />
2.866 + <ClCompile Include="..\..\src\joystick\windows\SDL_mmjoystick.c" />
2.867 + <ClCompile Include="..\..\src\events\SDL_mouse.c" />
2.868 + <ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" />
2.869 + <ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" />
2.870 + <ClCompile Include="..\..\src\video\SDL_pixels.c" />
2.871 + <ClCompile Include="..\..\src\power\SDL_power.c" />
2.872 + <ClCompile Include="..\..\src\stdlib\SDL_qsort.c" />
2.873 + <ClCompile Include="..\..\src\events\SDL_quit.c" />
2.874 + <ClCompile Include="..\..\src\video\SDL_rect.c" />
2.875 + <ClCompile Include="..\..\src\video\SDL_RLEaccel.c" />
2.876 + <ClCompile Include="..\..\src\file\SDL_rwops.c" />
2.877 + <ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" />
2.878 + <ClCompile Include="..\..\src\video\SDL_stretch.c" />
2.879 + <ClCompile Include="..\..\src\stdlib\SDL_string.c" />
2.880 + <ClCompile Include="..\..\src\video\SDL_surface.c" />
2.881 + <ClCompile Include="..\..\src\thread\generic\SDL_syscond.c" />
2.882 + <ClCompile Include="..\..\src\haptic\windows\SDL_syshaptic.c" />
2.883 + <ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
2.884 + <ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" />
2.885 + <ClCompile Include="..\..\src\power\windows\SDL_syspower.c" />
2.886 + <ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" />
2.887 + <ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" />
2.888 + <ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" />
2.889 + <ClCompile Include="..\..\src\thread\SDL_thread.c" />
2.890 + <ClCompile Include="..\..\src\timer\SDL_timer.c" />
2.891 + <ClCompile Include="..\..\src\video\SDL_video.c" />
2.892 + <ClCompile Include="..\..\src\audio\SDL_wave.c" />
2.893 + <ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" />
2.894 + <ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" />
2.895 + <ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c" />
2.896 + <ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" />
2.897 + <ClCompile Include="..\..\src\video\windows\SDL_windowsmessagebox.c" />
2.898 + <ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" />
2.899 + <ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" />
2.900 + <ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" />
2.901 + <ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" />
2.902 + <ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" />
2.903 + <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
2.904 + <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
2.905 + </ItemGroup>
2.906 + <ItemGroup>
2.907 + <ResourceCompile Include="..\..\src\main\windows\version.rc" />
2.908 + </ItemGroup>
2.909 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
2.910 + <ImportGroup Label="ExtensionTargets">
2.911 + </ImportGroup>
2.912 +</Project>
2.913 \ No newline at end of file
3.1 --- a/VisualC/SDL_VS2010.sln Tue Feb 12 22:23:42 2013 -0800
3.2 +++ b/VisualC/SDL_VS2010.sln Wed Feb 13 17:19:21 2013 -0800
3.3 @@ -1,197 +1,197 @@
3.4 -
3.5 -Microsoft Visual Studio Solution File, Format Version 11.00
3.6 -# Visual Studio 2010
3.7 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "SDL\SDL_VS2010.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
3.8 -EndProject
3.9 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLmain", "SDLmain\SDLmain_VS2010.vcxproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
3.10 -EndProject
3.11 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CE748C1F-3C21-4825-AA6A-F895A023F7E7}"
3.12 -EndProject
3.13 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loopwave", "tests\loopwave\loopwave_VS2010.vcxproj", "{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}"
3.14 - ProjectSection(ProjectDependencies) = postProject
3.15 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.16 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.17 - EndProjectSection
3.18 -EndProject
3.19 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testplatform", "tests\testplatform\testplatform_VS2010.vcxproj", "{26932B24-EFC6-4E3A-B277-ED653DA37968}"
3.20 - ProjectSection(ProjectDependencies) = postProject
3.21 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.22 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.23 - EndProjectSection
3.24 -EndProject
3.25 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfile", "tests\testfile\testfile_VS2010.vcxproj", "{CAE4F1D0-314F-4B10-805B-0EFD670133A0}"
3.26 - ProjectSection(ProjectDependencies) = postProject
3.27 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.28 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.29 - EndProjectSection
3.30 -EndProject
3.31 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgl2", "tests\testgl2\testgl2_VS2010.vcxproj", "{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}"
3.32 - ProjectSection(ProjectDependencies) = postProject
3.33 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.34 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.35 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.36 - EndProjectSection
3.37 -EndProject
3.38 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "checkkeys", "tests\checkkeys\checkkeys_VS2010.vcxproj", "{26828762-C95D-4637-9CB1-7F0979523813}"
3.39 - ProjectSection(ProjectDependencies) = postProject
3.40 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.41 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.42 - EndProjectSection
3.43 -EndProject
3.44 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsprite2", "tests\testsprite2\testsprite2_VS2010.vcxproj", "{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
3.45 - ProjectSection(ProjectDependencies) = postProject
3.46 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.47 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.48 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.49 - EndProjectSection
3.50 -EndProject
3.51 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testshape", "tests\testshape\testshape_VS2010.vcxproj", "{EDEA9D00-AF64-45DE-8F60-5957048F2F0F}"
3.52 - ProjectSection(ProjectDependencies) = postProject
3.53 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.54 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.55 - EndProjectSection
3.56 -EndProject
3.57 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testdraw2", "tests\testdraw2\testdraw2_VS2010.vcxproj", "{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}"
3.58 - ProjectSection(ProjectDependencies) = postProject
3.59 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.60 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.61 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.62 - EndProjectSection
3.63 -EndProject
3.64 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpower", "tests\testpower\testpower_VS2010.vcxproj", "{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
3.65 - ProjectSection(ProjectDependencies) = postProject
3.66 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.67 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.68 - EndProjectSection
3.69 -EndProject
3.70 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLtest", "SDLtest\SDLtest_VS2010.vcxproj", "{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
3.71 - ProjectSection(ProjectDependencies) = postProject
3.72 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.73 - EndProjectSection
3.74 -EndProject
3.75 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testautomation", "tests\testautomation\testautomation_vs2010.vcxproj", "{FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}"
3.76 - ProjectSection(ProjectDependencies) = postProject
3.77 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.78 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.79 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.80 - EndProjectSection
3.81 -EndProject
3.82 -Global
3.83 - GlobalSection(SolutionConfigurationPlatforms) = preSolution
3.84 - Debug|Win32 = Debug|Win32
3.85 - Debug|x64 = Debug|x64
3.86 - Release|Win32 = Release|Win32
3.87 - Release|x64 = Release|x64
3.88 - EndGlobalSection
3.89 - GlobalSection(ProjectConfigurationPlatforms) = postSolution
3.90 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.ActiveCfg = Debug|Win32
3.91 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.Build.0 = Debug|Win32
3.92 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.ActiveCfg = Debug|x64
3.93 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.Build.0 = Debug|x64
3.94 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.ActiveCfg = Release|Win32
3.95 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.Build.0 = Release|Win32
3.96 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.ActiveCfg = Release|x64
3.97 - {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64
3.98 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.ActiveCfg = Debug|Win32
3.99 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.Build.0 = Debug|Win32
3.100 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.ActiveCfg = Debug|x64
3.101 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.Build.0 = Debug|x64
3.102 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.ActiveCfg = Release|Win32
3.103 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.Build.0 = Release|Win32
3.104 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.ActiveCfg = Release|x64
3.105 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.Build.0 = Release|x64
3.106 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.ActiveCfg = Debug|Win32
3.107 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.Build.0 = Debug|Win32
3.108 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.ActiveCfg = Debug|x64
3.109 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.Build.0 = Debug|x64
3.110 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.ActiveCfg = Release|Win32
3.111 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.Build.0 = Release|Win32
3.112 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|x64.ActiveCfg = Release|Win32
3.113 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.ActiveCfg = Debug|Win32
3.114 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.Build.0 = Debug|Win32
3.115 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.ActiveCfg = Debug|x64
3.116 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.Build.0 = Debug|x64
3.117 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.ActiveCfg = Release|Win32
3.118 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.Build.0 = Release|Win32
3.119 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|x64.ActiveCfg = Release|Win32
3.120 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.ActiveCfg = Debug|Win32
3.121 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.Build.0 = Debug|Win32
3.122 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.ActiveCfg = Debug|x64
3.123 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.Build.0 = Debug|x64
3.124 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.ActiveCfg = Release|Win32
3.125 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.Build.0 = Release|Win32
3.126 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|x64.ActiveCfg = Release|Win32
3.127 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.ActiveCfg = Debug|Win32
3.128 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.Build.0 = Debug|Win32
3.129 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.ActiveCfg = Debug|x64
3.130 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.Build.0 = Debug|x64
3.131 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.ActiveCfg = Release|Win32
3.132 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.Build.0 = Release|Win32
3.133 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|x64.ActiveCfg = Release|Win32
3.134 - {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.ActiveCfg = Debug|Win32
3.135 - {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.Build.0 = Debug|Win32
3.136 - {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.ActiveCfg = Debug|x64
3.137 - {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.Build.0 = Debug|x64
3.138 - {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.ActiveCfg = Release|Win32
3.139 - {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.Build.0 = Release|Win32
3.140 - {26828762-C95D-4637-9CB1-7F0979523813}.Release|x64.ActiveCfg = Release|Win32
3.141 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.ActiveCfg = Debug|Win32
3.142 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.Build.0 = Debug|Win32
3.143 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.ActiveCfg = Debug|x64
3.144 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.Build.0 = Debug|x64
3.145 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.ActiveCfg = Release|Win32
3.146 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.Build.0 = Release|Win32
3.147 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|x64.ActiveCfg = Release|Win32
3.148 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.ActiveCfg = Debug|Win32
3.149 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.Build.0 = Debug|Win32
3.150 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.ActiveCfg = Debug|x64
3.151 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.Build.0 = Debug|x64
3.152 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|Win32.ActiveCfg = Release|Win32
3.153 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|x64.ActiveCfg = Release|Win32
3.154 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.ActiveCfg = Debug|Win32
3.155 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.Build.0 = Debug|Win32
3.156 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.ActiveCfg = Debug|x64
3.157 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.Build.0 = Debug|x64
3.158 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.ActiveCfg = Release|Win32
3.159 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.Build.0 = Release|Win32
3.160 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|x64.ActiveCfg = Release|Win32
3.161 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.ActiveCfg = Debug|Win32
3.162 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.Build.0 = Debug|Win32
3.163 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.ActiveCfg = Debug|x64
3.164 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.Build.0 = Debug|x64
3.165 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.ActiveCfg = Release|Win32
3.166 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.Build.0 = Release|Win32
3.167 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|x64.ActiveCfg = Release|Win32
3.168 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.ActiveCfg = Debug|Win32
3.169 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.Build.0 = Debug|Win32
3.170 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|x64.ActiveCfg = Debug|x64
3.171 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|x64.Build.0 = Debug|x64
3.172 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|Win32.ActiveCfg = Release|Win32
3.173 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|Win32.Build.0 = Release|Win32
3.174 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.ActiveCfg = Release|x64
3.175 - {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.Build.0 = Release|x64
3.176 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.ActiveCfg = Debug|Win32
3.177 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.Build.0 = Debug|Win32
3.178 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.ActiveCfg = Debug|x64
3.179 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.Build.0 = Debug|x64
3.180 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.ActiveCfg = Release|Win32
3.181 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.Build.0 = Release|Win32
3.182 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.ActiveCfg = Release|x64
3.183 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.Build.0 = Release|x64
3.184 - EndGlobalSection
3.185 - GlobalSection(SolutionProperties) = preSolution
3.186 - HideSolutionNode = FALSE
3.187 - EndGlobalSection
3.188 - GlobalSection(NestedProjects) = preSolution
3.189 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.190 - {26932B24-EFC6-4E3A-B277-ED653DA37968} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.191 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.192 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.193 - {26828762-C95D-4637-9CB1-7F0979523813} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.194 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.195 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.196 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.197 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.198 - {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.199 - EndGlobalSection
3.200 -EndGlobal
3.201 +
3.202 +Microsoft Visual Studio Solution File, Format Version 11.00
3.203 +# Visual Studio 2010
3.204 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2010.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
3.205 +EndProject
3.206 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "SDLmain\SDLmain_VS2010.vcxproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
3.207 +EndProject
3.208 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CE748C1F-3C21-4825-AA6A-F895A023F7E7}"
3.209 +EndProject
3.210 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loopwave", "tests\loopwave\loopwave_VS2010.vcxproj", "{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}"
3.211 + ProjectSection(ProjectDependencies) = postProject
3.212 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.213 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.214 + EndProjectSection
3.215 +EndProject
3.216 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testplatform", "tests\testplatform\testplatform_VS2010.vcxproj", "{26932B24-EFC6-4E3A-B277-ED653DA37968}"
3.217 + ProjectSection(ProjectDependencies) = postProject
3.218 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.219 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.220 + EndProjectSection
3.221 +EndProject
3.222 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfile", "tests\testfile\testfile_VS2010.vcxproj", "{CAE4F1D0-314F-4B10-805B-0EFD670133A0}"
3.223 + ProjectSection(ProjectDependencies) = postProject
3.224 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.225 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.226 + EndProjectSection
3.227 +EndProject
3.228 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgl2", "tests\testgl2\testgl2_VS2010.vcxproj", "{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}"
3.229 + ProjectSection(ProjectDependencies) = postProject
3.230 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.231 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.232 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.233 + EndProjectSection
3.234 +EndProject
3.235 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "checkkeys", "tests\checkkeys\checkkeys_VS2010.vcxproj", "{26828762-C95D-4637-9CB1-7F0979523813}"
3.236 + ProjectSection(ProjectDependencies) = postProject
3.237 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.238 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.239 + EndProjectSection
3.240 +EndProject
3.241 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsprite2", "tests\testsprite2\testsprite2_VS2010.vcxproj", "{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
3.242 + ProjectSection(ProjectDependencies) = postProject
3.243 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.244 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.245 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.246 + EndProjectSection
3.247 +EndProject
3.248 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testshape", "tests\testshape\testshape_VS2010.vcxproj", "{EDEA9D00-AF64-45DE-8F60-5957048F2F0F}"
3.249 + ProjectSection(ProjectDependencies) = postProject
3.250 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.251 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.252 + EndProjectSection
3.253 +EndProject
3.254 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testdraw2", "tests\testdraw2\testdraw2_VS2010.vcxproj", "{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}"
3.255 + ProjectSection(ProjectDependencies) = postProject
3.256 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.257 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.258 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.259 + EndProjectSection
3.260 +EndProject
3.261 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpower", "tests\testpower\testpower_VS2010.vcxproj", "{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
3.262 + ProjectSection(ProjectDependencies) = postProject
3.263 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.264 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.265 + EndProjectSection
3.266 +EndProject
3.267 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2test", "SDLtest\SDLtest_VS2010.vcxproj", "{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
3.268 + ProjectSection(ProjectDependencies) = postProject
3.269 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.270 + EndProjectSection
3.271 +EndProject
3.272 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testautomation", "tests\testautomation\testautomation_vs2010.vcxproj", "{FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}"
3.273 + ProjectSection(ProjectDependencies) = postProject
3.274 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
3.275 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
3.276 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
3.277 + EndProjectSection
3.278 +EndProject
3.279 +Global
3.280 + GlobalSection(SolutionConfigurationPlatforms) = preSolution
3.281 + Debug|Win32 = Debug|Win32
3.282 + Debug|x64 = Debug|x64
3.283 + Release|Win32 = Release|Win32
3.284 + Release|x64 = Release|x64
3.285 + EndGlobalSection
3.286 + GlobalSection(ProjectConfigurationPlatforms) = postSolution
3.287 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.ActiveCfg = Debug|Win32
3.288 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.Build.0 = Debug|Win32
3.289 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.ActiveCfg = Debug|x64
3.290 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.Build.0 = Debug|x64
3.291 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.ActiveCfg = Release|Win32
3.292 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.Build.0 = Release|Win32
3.293 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.ActiveCfg = Release|x64
3.294 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64
3.295 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.ActiveCfg = Debug|Win32
3.296 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.Build.0 = Debug|Win32
3.297 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.ActiveCfg = Debug|x64
3.298 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.Build.0 = Debug|x64
3.299 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.ActiveCfg = Release|Win32
3.300 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.Build.0 = Release|Win32
3.301 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.ActiveCfg = Release|x64
3.302 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.Build.0 = Release|x64
3.303 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.ActiveCfg = Debug|Win32
3.304 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.Build.0 = Debug|Win32
3.305 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.ActiveCfg = Debug|x64
3.306 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.Build.0 = Debug|x64
3.307 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.ActiveCfg = Release|Win32
3.308 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.Build.0 = Release|Win32
3.309 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|x64.ActiveCfg = Release|Win32
3.310 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.ActiveCfg = Debug|Win32
3.311 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.Build.0 = Debug|Win32
3.312 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.ActiveCfg = Debug|x64
3.313 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.Build.0 = Debug|x64
3.314 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.ActiveCfg = Release|Win32
3.315 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.Build.0 = Release|Win32
3.316 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|x64.ActiveCfg = Release|Win32
3.317 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.ActiveCfg = Debug|Win32
3.318 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.Build.0 = Debug|Win32
3.319 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.ActiveCfg = Debug|x64
3.320 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.Build.0 = Debug|x64
3.321 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.ActiveCfg = Release|Win32
3.322 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.Build.0 = Release|Win32
3.323 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|x64.ActiveCfg = Release|Win32
3.324 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.ActiveCfg = Debug|Win32
3.325 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.Build.0 = Debug|Win32
3.326 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.ActiveCfg = Debug|x64
3.327 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.Build.0 = Debug|x64
3.328 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.ActiveCfg = Release|Win32
3.329 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.Build.0 = Release|Win32
3.330 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|x64.ActiveCfg = Release|Win32
3.331 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.ActiveCfg = Debug|Win32
3.332 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.Build.0 = Debug|Win32
3.333 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.ActiveCfg = Debug|x64
3.334 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.Build.0 = Debug|x64
3.335 + {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.ActiveCfg = Release|Win32
3.336 + {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.Build.0 = Release|Win32
3.337 + {26828762-C95D-4637-9CB1-7F0979523813}.Release|x64.ActiveCfg = Release|Win32
3.338 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.ActiveCfg = Debug|Win32
3.339 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.Build.0 = Debug|Win32
3.340 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.ActiveCfg = Debug|x64
3.341 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.Build.0 = Debug|x64
3.342 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.ActiveCfg = Release|Win32
3.343 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.Build.0 = Release|Win32
3.344 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|x64.ActiveCfg = Release|Win32
3.345 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.ActiveCfg = Debug|Win32
3.346 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.Build.0 = Debug|Win32
3.347 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.ActiveCfg = Debug|x64
3.348 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.Build.0 = Debug|x64
3.349 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|Win32.ActiveCfg = Release|Win32
3.350 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|x64.ActiveCfg = Release|Win32
3.351 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.ActiveCfg = Debug|Win32
3.352 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.Build.0 = Debug|Win32
3.353 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.ActiveCfg = Debug|x64
3.354 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.Build.0 = Debug|x64
3.355 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.ActiveCfg = Release|Win32
3.356 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.Build.0 = Release|Win32
3.357 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|x64.ActiveCfg = Release|Win32
3.358 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.ActiveCfg = Debug|Win32
3.359 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.Build.0 = Debug|Win32
3.360 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.ActiveCfg = Debug|x64
3.361 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.Build.0 = Debug|x64
3.362 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.ActiveCfg = Release|Win32
3.363 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.Build.0 = Release|Win32
3.364 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|x64.ActiveCfg = Release|Win32
3.365 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.ActiveCfg = Debug|Win32
3.366 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.Build.0 = Debug|Win32
3.367 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|x64.ActiveCfg = Debug|x64
3.368 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|x64.Build.0 = Debug|x64
3.369 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|Win32.ActiveCfg = Release|Win32
3.370 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|Win32.Build.0 = Release|Win32
3.371 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.ActiveCfg = Release|x64
3.372 + {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.Build.0 = Release|x64
3.373 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.ActiveCfg = Debug|Win32
3.374 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.Build.0 = Debug|Win32
3.375 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.ActiveCfg = Debug|x64
3.376 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.Build.0 = Debug|x64
3.377 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.ActiveCfg = Release|Win32
3.378 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.Build.0 = Release|Win32
3.379 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.ActiveCfg = Release|x64
3.380 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.Build.0 = Release|x64
3.381 + EndGlobalSection
3.382 + GlobalSection(SolutionProperties) = preSolution
3.383 + HideSolutionNode = FALSE
3.384 + EndGlobalSection
3.385 + GlobalSection(NestedProjects) = preSolution
3.386 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.387 + {26932B24-EFC6-4E3A-B277-ED653DA37968} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.388 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.389 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.390 + {26828762-C95D-4637-9CB1-7F0979523813} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.391 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.392 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.393 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.394 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.395 + {FEE710DB-EC7B-4CCB-BD75-535D401A2FE0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
3.396 + EndGlobalSection
3.397 +EndGlobal
4.1 --- a/VisualC/SDLmain/SDLmain_VS2008.vcproj Tue Feb 12 22:23:42 2013 -0800
4.2 +++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj Wed Feb 13 17:19:21 2013 -0800
4.3 @@ -1,413 +1,414 @@
4.4 -<?xml version="1.0" encoding="Windows-1252"?>
4.5 -<VisualStudioProject
4.6 - ProjectType="Visual C++"
4.7 - Version="9.00"
4.8 - Name="SDL2main"
4.9 - ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
4.10 - RootNamespace="SDLmain"
4.11 - TargetFrameworkVersion="131072"
4.12 - >
4.13 - <Platforms>
4.14 - <Platform
4.15 - Name="Win32"
4.16 - />
4.17 - <Platform
4.18 - Name="x64"
4.19 - />
4.20 - </Platforms>
4.21 - <ToolFiles>
4.22 - </ToolFiles>
4.23 - <Configurations>
4.24 - <Configuration
4.25 - Name="Release|Win32"
4.26 - OutputDirectory=".\Release"
4.27 - IntermediateDirectory=".\Release"
4.28 - ConfigurationType="4"
4.29 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.30 - UseOfMFC="0"
4.31 - ATLMinimizesCRunTimeLibraryUsage="false"
4.32 - >
4.33 - <Tool
4.34 - Name="VCPreBuildEventTool"
4.35 - CommandLine=""
4.36 - />
4.37 - <Tool
4.38 - Name="VCCustomBuildTool"
4.39 - />
4.40 - <Tool
4.41 - Name="VCXMLDataGeneratorTool"
4.42 - />
4.43 - <Tool
4.44 - Name="VCWebServiceProxyGeneratorTool"
4.45 - />
4.46 - <Tool
4.47 - Name="VCMIDLTool"
4.48 - />
4.49 - <Tool
4.50 - Name="VCCLCompilerTool"
4.51 - InlineFunctionExpansion="1"
4.52 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.53 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
4.54 - StringPooling="true"
4.55 - RuntimeLibrary="2"
4.56 - EnableFunctionLevelLinking="true"
4.57 - WarningLevel="3"
4.58 - SuppressStartupBanner="true"
4.59 - CompileAs="0"
4.60 - />
4.61 - <Tool
4.62 - Name="VCManagedResourceCompilerTool"
4.63 - />
4.64 - <Tool
4.65 - Name="VCResourceCompilerTool"
4.66 - />
4.67 - <Tool
4.68 - Name="VCPreLinkEventTool"
4.69 - />
4.70 - <Tool
4.71 - Name="VCLibrarianTool"
4.72 - />
4.73 - <Tool
4.74 - Name="VCALinkTool"
4.75 - />
4.76 - <Tool
4.77 - Name="VCXDCMakeTool"
4.78 - />
4.79 - <Tool
4.80 - Name="VCBscMakeTool"
4.81 - />
4.82 - <Tool
4.83 - Name="VCFxCopTool"
4.84 - />
4.85 - <Tool
4.86 - Name="VCPostBuildEventTool"
4.87 - />
4.88 - </Configuration>
4.89 - <Configuration
4.90 - Name="Release|x64"
4.91 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.92 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.93 - ConfigurationType="4"
4.94 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.95 - UseOfMFC="0"
4.96 - ATLMinimizesCRunTimeLibraryUsage="false"
4.97 - >
4.98 - <Tool
4.99 - Name="VCPreBuildEventTool"
4.100 - />
4.101 - <Tool
4.102 - Name="VCCustomBuildTool"
4.103 - />
4.104 - <Tool
4.105 - Name="VCXMLDataGeneratorTool"
4.106 - />
4.107 - <Tool
4.108 - Name="VCWebServiceProxyGeneratorTool"
4.109 - />
4.110 - <Tool
4.111 - Name="VCMIDLTool"
4.112 - TargetEnvironment="3"
4.113 - />
4.114 - <Tool
4.115 - Name="VCCLCompilerTool"
4.116 - InlineFunctionExpansion="1"
4.117 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.118 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
4.119 - StringPooling="true"
4.120 - RuntimeLibrary="2"
4.121 - EnableFunctionLevelLinking="true"
4.122 - WarningLevel="3"
4.123 - SuppressStartupBanner="true"
4.124 - CompileAs="0"
4.125 - />
4.126 - <Tool
4.127 - Name="VCManagedResourceCompilerTool"
4.128 - />
4.129 - <Tool
4.130 - Name="VCResourceCompilerTool"
4.131 - />
4.132 - <Tool
4.133 - Name="VCPreLinkEventTool"
4.134 - />
4.135 - <Tool
4.136 - Name="VCLibrarianTool"
4.137 - />
4.138 - <Tool
4.139 - Name="VCALinkTool"
4.140 - />
4.141 - <Tool
4.142 - Name="VCXDCMakeTool"
4.143 - />
4.144 - <Tool
4.145 - Name="VCBscMakeTool"
4.146 - />
4.147 - <Tool
4.148 - Name="VCFxCopTool"
4.149 - />
4.150 - <Tool
4.151 - Name="VCPostBuildEventTool"
4.152 - />
4.153 - </Configuration>
4.154 - <Configuration
4.155 - Name="Release_NoSTDIO|Win32"
4.156 - ConfigurationType="1"
4.157 - >
4.158 - <Tool
4.159 - Name="VCPreBuildEventTool"
4.160 - />
4.161 - <Tool
4.162 - Name="VCCustomBuildTool"
4.163 - />
4.164 - <Tool
4.165 - Name="VCXMLDataGeneratorTool"
4.166 - />
4.167 - <Tool
4.168 - Name="VCWebServiceProxyGeneratorTool"
4.169 - />
4.170 - <Tool
4.171 - Name="VCMIDLTool"
4.172 - />
4.173 - <Tool
4.174 - Name="VCCLCompilerTool"
4.175 - />
4.176 - <Tool
4.177 - Name="VCManagedResourceCompilerTool"
4.178 - />
4.179 - <Tool
4.180 - Name="VCResourceCompilerTool"
4.181 - />
4.182 - <Tool
4.183 - Name="VCPreLinkEventTool"
4.184 - />
4.185 - <Tool
4.186 - Name="VCLinkerTool"
4.187 - />
4.188 - <Tool
4.189 - Name="VCALinkTool"
4.190 - />
4.191 - <Tool
4.192 - Name="VCManifestTool"
4.193 - />
4.194 - <Tool
4.195 - Name="VCXDCMakeTool"
4.196 - />
4.197 - <Tool
4.198 - Name="VCBscMakeTool"
4.199 - />
4.200 - <Tool
4.201 - Name="VCFxCopTool"
4.202 - />
4.203 - <Tool
4.204 - Name="VCAppVerifierTool"
4.205 - />
4.206 - <Tool
4.207 - Name="VCPostBuildEventTool"
4.208 - />
4.209 - </Configuration>
4.210 - <Configuration
4.211 - Name="Release_NoSTDIO|x64"
4.212 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.213 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.214 - ConfigurationType="4"
4.215 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.216 - UseOfMFC="0"
4.217 - ATLMinimizesCRunTimeLibraryUsage="false"
4.218 - >
4.219 - <Tool
4.220 - Name="VCPreBuildEventTool"
4.221 - />
4.222 - <Tool
4.223 - Name="VCCustomBuildTool"
4.224 - />
4.225 - <Tool
4.226 - Name="VCXMLDataGeneratorTool"
4.227 - />
4.228 - <Tool
4.229 - Name="VCWebServiceProxyGeneratorTool"
4.230 - />
4.231 - <Tool
4.232 - Name="VCMIDLTool"
4.233 - TargetEnvironment="3"
4.234 - />
4.235 - <Tool
4.236 - Name="VCCLCompilerTool"
4.237 - InlineFunctionExpansion="1"
4.238 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.239 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
4.240 - StringPooling="true"
4.241 - RuntimeLibrary="2"
4.242 - EnableFunctionLevelLinking="true"
4.243 - WarningLevel="3"
4.244 - SuppressStartupBanner="true"
4.245 - CompileAs="0"
4.246 - />
4.247 - <Tool
4.248 - Name="VCManagedResourceCompilerTool"
4.249 - />
4.250 - <Tool
4.251 - Name="VCResourceCompilerTool"
4.252 - />
4.253 - <Tool
4.254 - Name="VCPreLinkEventTool"
4.255 - />
4.256 - <Tool
4.257 - Name="VCLibrarianTool"
4.258 - OutputFile="$(IntDir)\SDLmain.lib"
4.259 - SuppressStartupBanner="true"
4.260 - />
4.261 - <Tool
4.262 - Name="VCALinkTool"
4.263 - />
4.264 - <Tool
4.265 - Name="VCXDCMakeTool"
4.266 - />
4.267 - <Tool
4.268 - Name="VCBscMakeTool"
4.269 - />
4.270 - <Tool
4.271 - Name="VCFxCopTool"
4.272 - />
4.273 - <Tool
4.274 - Name="VCPostBuildEventTool"
4.275 - />
4.276 - </Configuration>
4.277 - <Configuration
4.278 - Name="Debug|Win32"
4.279 - OutputDirectory=".\Debug"
4.280 - IntermediateDirectory=".\Debug"
4.281 - ConfigurationType="4"
4.282 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.283 - UseOfMFC="0"
4.284 - ATLMinimizesCRunTimeLibraryUsage="false"
4.285 - >
4.286 - <Tool
4.287 - Name="VCPreBuildEventTool"
4.288 - CommandLine=""
4.289 - />
4.290 - <Tool
4.291 - Name="VCCustomBuildTool"
4.292 - />
4.293 - <Tool
4.294 - Name="VCXMLDataGeneratorTool"
4.295 - />
4.296 - <Tool
4.297 - Name="VCWebServiceProxyGeneratorTool"
4.298 - />
4.299 - <Tool
4.300 - Name="VCMIDLTool"
4.301 - />
4.302 - <Tool
4.303 - Name="VCCLCompilerTool"
4.304 - Optimization="0"
4.305 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.306 - PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
4.307 - RuntimeLibrary="3"
4.308 - WarningLevel="3"
4.309 - SuppressStartupBanner="true"
4.310 - DebugInformationFormat="4"
4.311 - CompileAs="0"
4.312 - />
4.313 - <Tool
4.314 - Name="VCManagedResourceCompilerTool"
4.315 - />
4.316 - <Tool
4.317 - Name="VCResourceCompilerTool"
4.318 - />
4.319 - <Tool
4.320 - Name="VCPreLinkEventTool"
4.321 - />
4.322 - <Tool
4.323 - Name="VCLibrarianTool"
4.324 - />
4.325 - <Tool
4.326 - Name="VCALinkTool"
4.327 - />
4.328 - <Tool
4.329 - Name="VCXDCMakeTool"
4.330 - />
4.331 - <Tool
4.332 - Name="VCBscMakeTool"
4.333 - />
4.334 - <Tool
4.335 - Name="VCFxCopTool"
4.336 - />
4.337 - <Tool
4.338 - Name="VCPostBuildEventTool"
4.339 - />
4.340 - </Configuration>
4.341 - <Configuration
4.342 - Name="Debug|x64"
4.343 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.344 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.345 - ConfigurationType="4"
4.346 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.347 - UseOfMFC="0"
4.348 - ATLMinimizesCRunTimeLibraryUsage="false"
4.349 - >
4.350 - <Tool
4.351 - Name="VCPreBuildEventTool"
4.352 - />
4.353 - <Tool
4.354 - Name="VCCustomBuildTool"
4.355 - />
4.356 - <Tool
4.357 - Name="VCXMLDataGeneratorTool"
4.358 - />
4.359 - <Tool
4.360 - Name="VCWebServiceProxyGeneratorTool"
4.361 - />
4.362 - <Tool
4.363 - Name="VCMIDLTool"
4.364 - TargetEnvironment="3"
4.365 - />
4.366 - <Tool
4.367 - Name="VCCLCompilerTool"
4.368 - Optimization="0"
4.369 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.370 - PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
4.371 - RuntimeLibrary="2"
4.372 - WarningLevel="3"
4.373 - SuppressStartupBanner="true"
4.374 - DebugInformationFormat="3"
4.375 - CompileAs="0"
4.376 - />
4.377 - <Tool
4.378 - Name="VCManagedResourceCompilerTool"
4.379 - />
4.380 - <Tool
4.381 - Name="VCResourceCompilerTool"
4.382 - />
4.383 - <Tool
4.384 - Name="VCPreLinkEventTool"
4.385 - />
4.386 - <Tool
4.387 - Name="VCLibrarianTool"
4.388 - />
4.389 - <Tool
4.390 - Name="VCALinkTool"
4.391 - />
4.392 - <Tool
4.393 - Name="VCXDCMakeTool"
4.394 - />
4.395 - <Tool
4.396 - Name="VCBscMakeTool"
4.397 - />
4.398 - <Tool
4.399 - Name="VCFxCopTool"
4.400 - />
4.401 - <Tool
4.402 - Name="VCPostBuildEventTool"
4.403 - />
4.404 - </Configuration>
4.405 - </Configurations>
4.406 - <References>
4.407 - </References>
4.408 - <Files>
4.409 - <File
4.410 - RelativePath="..\..\src\main\windows\SDL_windows_main.c"
4.411 - >
4.412 - </File>
4.413 - </Files>
4.414 - <Globals>
4.415 - </Globals>
4.416 -</VisualStudioProject>
4.417 +<?xml version="1.0" encoding="Windows-1252"?>
4.418 +<VisualStudioProject
4.419 + ProjectType="Visual C++"
4.420 + Version="9.00"
4.421 + Name="SDL2main"
4.422 + ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
4.423 + RootNamespace="SDLmain"
4.424 + TargetFrameworkVersion="131072"
4.425 + >
4.426 + <Platforms>
4.427 + <Platform
4.428 + Name="Win32"
4.429 + />
4.430 + <Platform
4.431 + Name="x64"
4.432 + />
4.433 + </Platforms>
4.434 + <ToolFiles>
4.435 + </ToolFiles>
4.436 + <Configurations>
4.437 + <Configuration
4.438 + Name="Release|Win32"
4.439 + OutputDirectory=".\Release"
4.440 + IntermediateDirectory=".\Release"
4.441 + ConfigurationType="4"
4.442 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.443 + UseOfMFC="0"
4.444 + ATLMinimizesCRunTimeLibraryUsage="false"
4.445 + >
4.446 + <Tool
4.447 + Name="VCPreBuildEventTool"
4.448 + CommandLine=""
4.449 + />
4.450 + <Tool
4.451 + Name="VCCustomBuildTool"
4.452 + />
4.453 + <Tool
4.454 + Name="VCXMLDataGeneratorTool"
4.455 + />
4.456 + <Tool
4.457 + Name="VCWebServiceProxyGeneratorTool"
4.458 + />
4.459 + <Tool
4.460 + Name="VCMIDLTool"
4.461 + />
4.462 + <Tool
4.463 + Name="VCCLCompilerTool"
4.464 + InlineFunctionExpansion="1"
4.465 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.466 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
4.467 + StringPooling="true"
4.468 + RuntimeLibrary="2"
4.469 + EnableFunctionLevelLinking="true"
4.470 + WarningLevel="3"
4.471 + SuppressStartupBanner="true"
4.472 + CompileAs="0"
4.473 + />
4.474 + <Tool
4.475 + Name="VCManagedResourceCompilerTool"
4.476 + />
4.477 + <Tool
4.478 + Name="VCResourceCompilerTool"
4.479 + />
4.480 + <Tool
4.481 + Name="VCPreLinkEventTool"
4.482 + />
4.483 + <Tool
4.484 + Name="VCLibrarianTool"
4.485 + />
4.486 + <Tool
4.487 + Name="VCALinkTool"
4.488 + />
4.489 + <Tool
4.490 + Name="VCXDCMakeTool"
4.491 + />
4.492 + <Tool
4.493 + Name="VCBscMakeTool"
4.494 + />
4.495 + <Tool
4.496 + Name="VCFxCopTool"
4.497 + />
4.498 + <Tool
4.499 + Name="VCPostBuildEventTool"
4.500 + />
4.501 + </Configuration>
4.502 + <Configuration
4.503 + Name="Release|x64"
4.504 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.505 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.506 + ConfigurationType="4"
4.507 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.508 + UseOfMFC="0"
4.509 + ATLMinimizesCRunTimeLibraryUsage="false"
4.510 + >
4.511 + <Tool
4.512 + Name="VCPreBuildEventTool"
4.513 + />
4.514 + <Tool
4.515 + Name="VCCustomBuildTool"
4.516 + />
4.517 + <Tool
4.518 + Name="VCXMLDataGeneratorTool"
4.519 + />
4.520 + <Tool
4.521 + Name="VCWebServiceProxyGeneratorTool"
4.522 + />
4.523 + <Tool
4.524 + Name="VCMIDLTool"
4.525 + TargetEnvironment="3"
4.526 + />
4.527 + <Tool
4.528 + Name="VCCLCompilerTool"
4.529 + InlineFunctionExpansion="1"
4.530 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.531 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
4.532 + StringPooling="true"
4.533 + RuntimeLibrary="2"
4.534 + EnableFunctionLevelLinking="true"
4.535 + WarningLevel="3"
4.536 + SuppressStartupBanner="true"
4.537 + CompileAs="0"
4.538 + />
4.539 + <Tool
4.540 + Name="VCManagedResourceCompilerTool"
4.541 + />
4.542 + <Tool
4.543 + Name="VCResourceCompilerTool"
4.544 + />
4.545 + <Tool
4.546 + Name="VCPreLinkEventTool"
4.547 + />
4.548 + <Tool
4.549 + Name="VCLibrarianTool"
4.550 + />
4.551 + <Tool
4.552 + Name="VCALinkTool"
4.553 + />
4.554 + <Tool
4.555 + Name="VCXDCMakeTool"
4.556 + />
4.557 + <Tool
4.558 + Name="VCBscMakeTool"
4.559 + />
4.560 + <Tool
4.561 + Name="VCFxCopTool"
4.562 + />
4.563 + <Tool
4.564 + Name="VCPostBuildEventTool"
4.565 + />
4.566 + </Configuration>
4.567 + <Configuration
4.568 + Name="Release_NoSTDIO|Win32"
4.569 + IntermediateDirectory="$(ConfigurationName)"
4.570 + ConfigurationType="1"
4.571 + >
4.572 + <Tool
4.573 + Name="VCPreBuildEventTool"
4.574 + />
4.575 + <Tool
4.576 + Name="VCCustomBuildTool"
4.577 + />
4.578 + <Tool
4.579 + Name="VCXMLDataGeneratorTool"
4.580 + />
4.581 + <Tool
4.582 + Name="VCWebServiceProxyGeneratorTool"
4.583 + />
4.584 + <Tool
4.585 + Name="VCMIDLTool"
4.586 + />
4.587 + <Tool
4.588 + Name="VCCLCompilerTool"
4.589 + />
4.590 + <Tool
4.591 + Name="VCManagedResourceCompilerTool"
4.592 + />
4.593 + <Tool
4.594 + Name="VCResourceCompilerTool"
4.595 + />
4.596 + <Tool
4.597 + Name="VCPreLinkEventTool"
4.598 + />
4.599 + <Tool
4.600 + Name="VCLinkerTool"
4.601 + />
4.602 + <Tool
4.603 + Name="VCALinkTool"
4.604 + />
4.605 + <Tool
4.606 + Name="VCManifestTool"
4.607 + />
4.608 + <Tool
4.609 + Name="VCXDCMakeTool"
4.610 + />
4.611 + <Tool
4.612 + Name="VCBscMakeTool"
4.613 + />
4.614 + <Tool
4.615 + Name="VCFxCopTool"
4.616 + />
4.617 + <Tool
4.618 + Name="VCAppVerifierTool"
4.619 + />
4.620 + <Tool
4.621 + Name="VCPostBuildEventTool"
4.622 + />
4.623 + </Configuration>
4.624 + <Configuration
4.625 + Name="Release_NoSTDIO|x64"
4.626 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.627 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.628 + ConfigurationType="4"
4.629 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.630 + UseOfMFC="0"
4.631 + ATLMinimizesCRunTimeLibraryUsage="false"
4.632 + >
4.633 + <Tool
4.634 + Name="VCPreBuildEventTool"
4.635 + />
4.636 + <Tool
4.637 + Name="VCCustomBuildTool"
4.638 + />
4.639 + <Tool
4.640 + Name="VCXMLDataGeneratorTool"
4.641 + />
4.642 + <Tool
4.643 + Name="VCWebServiceProxyGeneratorTool"
4.644 + />
4.645 + <Tool
4.646 + Name="VCMIDLTool"
4.647 + TargetEnvironment="3"
4.648 + />
4.649 + <Tool
4.650 + Name="VCCLCompilerTool"
4.651 + InlineFunctionExpansion="1"
4.652 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.653 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
4.654 + StringPooling="true"
4.655 + RuntimeLibrary="2"
4.656 + EnableFunctionLevelLinking="true"
4.657 + WarningLevel="3"
4.658 + SuppressStartupBanner="true"
4.659 + CompileAs="0"
4.660 + />
4.661 + <Tool
4.662 + Name="VCManagedResourceCompilerTool"
4.663 + />
4.664 + <Tool
4.665 + Name="VCResourceCompilerTool"
4.666 + />
4.667 + <Tool
4.668 + Name="VCPreLinkEventTool"
4.669 + />
4.670 + <Tool
4.671 + Name="VCLibrarianTool"
4.672 + OutputFile="$(IntDir)\SDLmain.lib"
4.673 + SuppressStartupBanner="true"
4.674 + />
4.675 + <Tool
4.676 + Name="VCALinkTool"
4.677 + />
4.678 + <Tool
4.679 + Name="VCXDCMakeTool"
4.680 + />
4.681 + <Tool
4.682 + Name="VCBscMakeTool"
4.683 + />
4.684 + <Tool
4.685 + Name="VCFxCopTool"
4.686 + />
4.687 + <Tool
4.688 + Name="VCPostBuildEventTool"
4.689 + />
4.690 + </Configuration>
4.691 + <Configuration
4.692 + Name="Debug|Win32"
4.693 + OutputDirectory=".\Debug"
4.694 + IntermediateDirectory=".\Debug"
4.695 + ConfigurationType="4"
4.696 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.697 + UseOfMFC="0"
4.698 + ATLMinimizesCRunTimeLibraryUsage="false"
4.699 + >
4.700 + <Tool
4.701 + Name="VCPreBuildEventTool"
4.702 + CommandLine=""
4.703 + />
4.704 + <Tool
4.705 + Name="VCCustomBuildTool"
4.706 + />
4.707 + <Tool
4.708 + Name="VCXMLDataGeneratorTool"
4.709 + />
4.710 + <Tool
4.711 + Name="VCWebServiceProxyGeneratorTool"
4.712 + />
4.713 + <Tool
4.714 + Name="VCMIDLTool"
4.715 + />
4.716 + <Tool
4.717 + Name="VCCLCompilerTool"
4.718 + Optimization="0"
4.719 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.720 + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
4.721 + RuntimeLibrary="3"
4.722 + WarningLevel="3"
4.723 + SuppressStartupBanner="true"
4.724 + DebugInformationFormat="4"
4.725 + CompileAs="0"
4.726 + />
4.727 + <Tool
4.728 + Name="VCManagedResourceCompilerTool"
4.729 + />
4.730 + <Tool
4.731 + Name="VCResourceCompilerTool"
4.732 + />
4.733 + <Tool
4.734 + Name="VCPreLinkEventTool"
4.735 + />
4.736 + <Tool
4.737 + Name="VCLibrarianTool"
4.738 + />
4.739 + <Tool
4.740 + Name="VCALinkTool"
4.741 + />
4.742 + <Tool
4.743 + Name="VCXDCMakeTool"
4.744 + />
4.745 + <Tool
4.746 + Name="VCBscMakeTool"
4.747 + />
4.748 + <Tool
4.749 + Name="VCFxCopTool"
4.750 + />
4.751 + <Tool
4.752 + Name="VCPostBuildEventTool"
4.753 + />
4.754 + </Configuration>
4.755 + <Configuration
4.756 + Name="Debug|x64"
4.757 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
4.758 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
4.759 + ConfigurationType="4"
4.760 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
4.761 + UseOfMFC="0"
4.762 + ATLMinimizesCRunTimeLibraryUsage="false"
4.763 + >
4.764 + <Tool
4.765 + Name="VCPreBuildEventTool"
4.766 + />
4.767 + <Tool
4.768 + Name="VCCustomBuildTool"
4.769 + />
4.770 + <Tool
4.771 + Name="VCXMLDataGeneratorTool"
4.772 + />
4.773 + <Tool
4.774 + Name="VCWebServiceProxyGeneratorTool"
4.775 + />
4.776 + <Tool
4.777 + Name="VCMIDLTool"
4.778 + TargetEnvironment="3"
4.779 + />
4.780 + <Tool
4.781 + Name="VCCLCompilerTool"
4.782 + Optimization="0"
4.783 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
4.784 + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
4.785 + RuntimeLibrary="2"
4.786 + WarningLevel="3"
4.787 + SuppressStartupBanner="true"
4.788 + DebugInformationFormat="3"
4.789 + CompileAs="0"
4.790 + />
4.791 + <Tool
4.792 + Name="VCManagedResourceCompilerTool"
4.793 + />
4.794 + <Tool
4.795 + Name="VCResourceCompilerTool"
4.796 + />
4.797 + <Tool
4.798 + Name="VCPreLinkEventTool"
4.799 + />
4.800 + <Tool
4.801 + Name="VCLibrarianTool"
4.802 + />
4.803 + <Tool
4.804 + Name="VCALinkTool"
4.805 + />
4.806 + <Tool
4.807 + Name="VCXDCMakeTool"
4.808 + />
4.809 + <Tool
4.810 + Name="VCBscMakeTool"
4.811 + />
4.812 + <Tool
4.813 + Name="VCFxCopTool"
4.814 + />
4.815 + <Tool
4.816 + Name="VCPostBuildEventTool"
4.817 + />
4.818 + </Configuration>
4.819 + </Configurations>
4.820 + <References>
4.821 + </References>
4.822 + <Files>
4.823 + <File
4.824 + RelativePath="..\..\src\main\windows\SDL_windows_main.c"
4.825 + >
4.826 + </File>
4.827 + </Files>
4.828 + <Globals>
4.829 + </Globals>
4.830 +</VisualStudioProject>
5.1 --- a/VisualC/SDLmain/SDLmain_VS2010.vcxproj Tue Feb 12 22:23:42 2013 -0800
5.2 +++ b/VisualC/SDLmain/SDLmain_VS2010.vcxproj Wed Feb 13 17:19:21 2013 -0800
5.3 @@ -1,159 +1,159 @@
5.4 -<?xml version="1.0" encoding="utf-8"?>
5.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5.6 - <ItemGroup Label="ProjectConfigurations">
5.7 - <ProjectConfiguration Include="Debug|Win32">
5.8 - <Configuration>Debug</Configuration>
5.9 - <Platform>Win32</Platform>
5.10 - </ProjectConfiguration>
5.11 - <ProjectConfiguration Include="Debug|x64">
5.12 - <Configuration>Debug</Configuration>
5.13 - <Platform>x64</Platform>
5.14 - </ProjectConfiguration>
5.15 - <ProjectConfiguration Include="Release|Win32">
5.16 - <Configuration>Release</Configuration>
5.17 - <Platform>Win32</Platform>
5.18 - </ProjectConfiguration>
5.19 - <ProjectConfiguration Include="Release|x64">
5.20 - <Configuration>Release</Configuration>
5.21 - <Platform>x64</Platform>
5.22 - </ProjectConfiguration>
5.23 - </ItemGroup>
5.24 - <PropertyGroup Label="Globals">
5.25 - <ProjectName>SDLmain</ProjectName>
5.26 - <ProjectGuid>{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}</ProjectGuid>
5.27 - </PropertyGroup>
5.28 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5.29 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5.30 - <ConfigurationType>StaticLibrary</ConfigurationType>
5.31 - <UseOfMfc>false</UseOfMfc>
5.32 - </PropertyGroup>
5.33 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5.34 - <ConfigurationType>StaticLibrary</ConfigurationType>
5.35 - <UseOfMfc>false</UseOfMfc>
5.36 - </PropertyGroup>
5.37 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5.38 - <ConfigurationType>StaticLibrary</ConfigurationType>
5.39 - <UseOfMfc>false</UseOfMfc>
5.40 - <CharacterSet>MultiByte</CharacterSet>
5.41 - </PropertyGroup>
5.42 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5.43 - <ConfigurationType>StaticLibrary</ConfigurationType>
5.44 - <UseOfMfc>false</UseOfMfc>
5.45 - </PropertyGroup>
5.46 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5.47 - <ImportGroup Label="ExtensionSettings">
5.48 - </ImportGroup>
5.49 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
5.50 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.51 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.52 - </ImportGroup>
5.53 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
5.54 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.55 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.56 - </ImportGroup>
5.57 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
5.58 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.59 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.60 - </ImportGroup>
5.61 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
5.62 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.63 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.64 - </ImportGroup>
5.65 - <PropertyGroup Label="UserMacros" />
5.66 - <PropertyGroup>
5.67 - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
5.68 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.69 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.70 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
5.71 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
5.72 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.73 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.74 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
5.75 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
5.76 - </PropertyGroup>
5.77 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5.78 - <PreBuildEvent />
5.79 - <ClCompile>
5.80 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.81 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.82 - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.83 - <StringPooling>true</StringPooling>
5.84 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.85 - <FunctionLevelLinking>true</FunctionLevelLinking>
5.86 - <PrecompiledHeader>
5.87 - </PrecompiledHeader>
5.88 - <WarningLevel>Level3</WarningLevel>
5.89 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.90 - <CompileAs>Default</CompileAs>
5.91 - </ClCompile>
5.92 - <Lib>
5.93 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.94 - </Lib>
5.95 - </ItemDefinitionGroup>
5.96 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
5.97 - <Midl>
5.98 - <TargetEnvironment>X64</TargetEnvironment>
5.99 - </Midl>
5.100 - <ClCompile>
5.101 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.102 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.103 - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.104 - <StringPooling>true</StringPooling>
5.105 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.106 - <FunctionLevelLinking>true</FunctionLevelLinking>
5.107 - <PrecompiledHeader>
5.108 - </PrecompiledHeader>
5.109 - <WarningLevel>Level3</WarningLevel>
5.110 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.111 - <CompileAs>Default</CompileAs>
5.112 - </ClCompile>
5.113 - <Lib>
5.114 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.115 - </Lib>
5.116 - </ItemDefinitionGroup>
5.117 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5.118 - <PreBuildEvent />
5.119 - <ClCompile>
5.120 - <Optimization>Disabled</Optimization>
5.121 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.122 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.123 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.124 - <PrecompiledHeader>
5.125 - </PrecompiledHeader>
5.126 - <WarningLevel>Level3</WarningLevel>
5.127 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.128 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
5.129 - <CompileAs>Default</CompileAs>
5.130 - </ClCompile>
5.131 - <Lib>
5.132 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.133 - </Lib>
5.134 - </ItemDefinitionGroup>
5.135 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
5.136 - <Midl>
5.137 - <TargetEnvironment>X64</TargetEnvironment>
5.138 - </Midl>
5.139 - <ClCompile>
5.140 - <Optimization>Disabled</Optimization>
5.141 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.142 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.143 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.144 - <PrecompiledHeader>
5.145 - </PrecompiledHeader>
5.146 - <PrecompiledHeaderOutputFile>.\Debug/SDLmain.pch</PrecompiledHeaderOutputFile>
5.147 - <WarningLevel>Level3</WarningLevel>
5.148 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.149 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
5.150 - <CompileAs>Default</CompileAs>
5.151 - </ClCompile>
5.152 - <Lib>
5.153 - <SuppressStartupBanner>true</SuppressStartupBanner>
5.154 - </Lib>
5.155 - </ItemDefinitionGroup>
5.156 - <ItemGroup>
5.157 - <ClCompile Include="..\..\src\main\windows\SDL_windows_main.c" />
5.158 - </ItemGroup>
5.159 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5.160 - <ImportGroup Label="ExtensionTargets">
5.161 - </ImportGroup>
5.162 +<?xml version="1.0" encoding="utf-8"?>
5.163 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5.164 + <ItemGroup Label="ProjectConfigurations">
5.165 + <ProjectConfiguration Include="Debug|Win32">
5.166 + <Configuration>Debug</Configuration>
5.167 + <Platform>Win32</Platform>
5.168 + </ProjectConfiguration>
5.169 + <ProjectConfiguration Include="Debug|x64">
5.170 + <Configuration>Debug</Configuration>
5.171 + <Platform>x64</Platform>
5.172 + </ProjectConfiguration>
5.173 + <ProjectConfiguration Include="Release|Win32">
5.174 + <Configuration>Release</Configuration>
5.175 + <Platform>Win32</Platform>
5.176 + </ProjectConfiguration>
5.177 + <ProjectConfiguration Include="Release|x64">
5.178 + <Configuration>Release</Configuration>
5.179 + <Platform>x64</Platform>
5.180 + </ProjectConfiguration>
5.181 + </ItemGroup>
5.182 + <PropertyGroup Label="Globals">
5.183 + <ProjectName>SDL2main</ProjectName>
5.184 + <ProjectGuid>{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}</ProjectGuid>
5.185 + </PropertyGroup>
5.186 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5.187 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5.188 + <ConfigurationType>StaticLibrary</ConfigurationType>
5.189 + <UseOfMfc>false</UseOfMfc>
5.190 + </PropertyGroup>
5.191 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5.192 + <ConfigurationType>StaticLibrary</ConfigurationType>
5.193 + <UseOfMfc>false</UseOfMfc>
5.194 + </PropertyGroup>
5.195 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5.196 + <ConfigurationType>StaticLibrary</ConfigurationType>
5.197 + <UseOfMfc>false</UseOfMfc>
5.198 + <CharacterSet>MultiByte</CharacterSet>
5.199 + </PropertyGroup>
5.200 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5.201 + <ConfigurationType>StaticLibrary</ConfigurationType>
5.202 + <UseOfMfc>false</UseOfMfc>
5.203 + </PropertyGroup>
5.204 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5.205 + <ImportGroup Label="ExtensionSettings">
5.206 + </ImportGroup>
5.207 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
5.208 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.209 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.210 + </ImportGroup>
5.211 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
5.212 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.213 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.214 + </ImportGroup>
5.215 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
5.216 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.217 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.218 + </ImportGroup>
5.219 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
5.220 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.221 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.222 + </ImportGroup>
5.223 + <PropertyGroup Label="UserMacros" />
5.224 + <PropertyGroup>
5.225 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
5.226 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.227 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.228 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
5.229 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
5.230 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.231 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.232 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
5.233 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
5.234 + </PropertyGroup>
5.235 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5.236 + <PreBuildEvent />
5.237 + <ClCompile>
5.238 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.239 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.240 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.241 + <StringPooling>true</StringPooling>
5.242 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.243 + <FunctionLevelLinking>true</FunctionLevelLinking>
5.244 + <PrecompiledHeader>
5.245 + </PrecompiledHeader>
5.246 + <WarningLevel>Level3</WarningLevel>
5.247 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.248 + <CompileAs>Default</CompileAs>
5.249 + </ClCompile>
5.250 + <Lib>
5.251 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.252 + </Lib>
5.253 + </ItemDefinitionGroup>
5.254 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
5.255 + <Midl>
5.256 + <TargetEnvironment>X64</TargetEnvironment>
5.257 + </Midl>
5.258 + <ClCompile>
5.259 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.260 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.261 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.262 + <StringPooling>true</StringPooling>
5.263 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.264 + <FunctionLevelLinking>true</FunctionLevelLinking>
5.265 + <PrecompiledHeader>
5.266 + </PrecompiledHeader>
5.267 + <WarningLevel>Level3</WarningLevel>
5.268 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.269 + <CompileAs>Default</CompileAs>
5.270 + </ClCompile>
5.271 + <Lib>
5.272 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.273 + </Lib>
5.274 + </ItemDefinitionGroup>
5.275 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5.276 + <PreBuildEvent />
5.277 + <ClCompile>
5.278 + <Optimization>Disabled</Optimization>
5.279 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.280 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.281 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.282 + <PrecompiledHeader>
5.283 + </PrecompiledHeader>
5.284 + <WarningLevel>Level3</WarningLevel>
5.285 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.286 + <DebugInformationFormat>OldStyle</DebugInformationFormat>
5.287 + <CompileAs>Default</CompileAs>
5.288 + </ClCompile>
5.289 + <Lib>
5.290 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.291 + </Lib>
5.292 + </ItemDefinitionGroup>
5.293 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
5.294 + <Midl>
5.295 + <TargetEnvironment>X64</TargetEnvironment>
5.296 + </Midl>
5.297 + <ClCompile>
5.298 + <Optimization>Disabled</Optimization>
5.299 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.300 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.301 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.302 + <PrecompiledHeader>
5.303 + </PrecompiledHeader>
5.304 + <PrecompiledHeaderOutputFile>.\Debug/SDLmain.pch</PrecompiledHeaderOutputFile>
5.305 + <WarningLevel>Level3</WarningLevel>
5.306 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.307 + <DebugInformationFormat>OldStyle</DebugInformationFormat>
5.308 + <CompileAs>Default</CompileAs>
5.309 + </ClCompile>
5.310 + <Lib>
5.311 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.312 + </Lib>
5.313 + </ItemDefinitionGroup>
5.314 + <ItemGroup>
5.315 + <ClCompile Include="..\..\src\main\windows\SDL_windows_main.c" />
5.316 + </ItemGroup>
5.317 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5.318 + <ImportGroup Label="ExtensionTargets">
5.319 + </ImportGroup>
5.320 </Project>
5.321 \ No newline at end of file
6.1 --- a/VisualC/SDLtest/SDLtest_VS2008.vcproj Tue Feb 12 22:23:42 2013 -0800
6.2 +++ b/VisualC/SDLtest/SDLtest_VS2008.vcproj Wed Feb 13 17:19:21 2013 -0800
6.3 @@ -1,469 +1,470 @@
6.4 -<?xml version="1.0" encoding="Windows-1252"?>
6.5 -<VisualStudioProject
6.6 - ProjectType="Visual C++"
6.7 - Version="9.00"
6.8 - Name="SDL2test"
6.9 - ProjectGUID="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
6.10 - RootNamespace="SDLtest"
6.11 - TargetFrameworkVersion="131072"
6.12 - >
6.13 - <Platforms>
6.14 - <Platform
6.15 - Name="Win32"
6.16 - />
6.17 - <Platform
6.18 - Name="x64"
6.19 - />
6.20 - </Platforms>
6.21 - <ToolFiles>
6.22 - </ToolFiles>
6.23 - <Configurations>
6.24 - <Configuration
6.25 - Name="Release|Win32"
6.26 - OutputDirectory=".\Release"
6.27 - IntermediateDirectory=".\Release"
6.28 - ConfigurationType="4"
6.29 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.30 - UseOfMFC="0"
6.31 - ATLMinimizesCRunTimeLibraryUsage="false"
6.32 - >
6.33 - <Tool
6.34 - Name="VCPreBuildEventTool"
6.35 - CommandLine=""
6.36 - />
6.37 - <Tool
6.38 - Name="VCCustomBuildTool"
6.39 - />
6.40 - <Tool
6.41 - Name="VCXMLDataGeneratorTool"
6.42 - />
6.43 - <Tool
6.44 - Name="VCWebServiceProxyGeneratorTool"
6.45 - />
6.46 - <Tool
6.47 - Name="VCMIDLTool"
6.48 - />
6.49 - <Tool
6.50 - Name="VCCLCompilerTool"
6.51 - InlineFunctionExpansion="1"
6.52 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.53 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
6.54 - StringPooling="true"
6.55 - RuntimeLibrary="2"
6.56 - EnableFunctionLevelLinking="true"
6.57 - WarningLevel="3"
6.58 - SuppressStartupBanner="true"
6.59 - CompileAs="0"
6.60 - />
6.61 - <Tool
6.62 - Name="VCManagedResourceCompilerTool"
6.63 - />
6.64 - <Tool
6.65 - Name="VCResourceCompilerTool"
6.66 - />
6.67 - <Tool
6.68 - Name="VCPreLinkEventTool"
6.69 - />
6.70 - <Tool
6.71 - Name="VCLibrarianTool"
6.72 - />
6.73 - <Tool
6.74 - Name="VCALinkTool"
6.75 - />
6.76 - <Tool
6.77 - Name="VCXDCMakeTool"
6.78 - />
6.79 - <Tool
6.80 - Name="VCBscMakeTool"
6.81 - />
6.82 - <Tool
6.83 - Name="VCFxCopTool"
6.84 - />
6.85 - <Tool
6.86 - Name="VCPostBuildEventTool"
6.87 - />
6.88 - </Configuration>
6.89 - <Configuration
6.90 - Name="Release|x64"
6.91 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.92 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.93 - ConfigurationType="4"
6.94 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.95 - UseOfMFC="0"
6.96 - ATLMinimizesCRunTimeLibraryUsage="false"
6.97 - >
6.98 - <Tool
6.99 - Name="VCPreBuildEventTool"
6.100 - />
6.101 - <Tool
6.102 - Name="VCCustomBuildTool"
6.103 - />
6.104 - <Tool
6.105 - Name="VCXMLDataGeneratorTool"
6.106 - />
6.107 - <Tool
6.108 - Name="VCWebServiceProxyGeneratorTool"
6.109 - />
6.110 - <Tool
6.111 - Name="VCMIDLTool"
6.112 - TargetEnvironment="3"
6.113 - />
6.114 - <Tool
6.115 - Name="VCCLCompilerTool"
6.116 - InlineFunctionExpansion="1"
6.117 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.118 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
6.119 - StringPooling="true"
6.120 - RuntimeLibrary="2"
6.121 - EnableFunctionLevelLinking="true"
6.122 - WarningLevel="3"
6.123 - SuppressStartupBanner="true"
6.124 - CompileAs="0"
6.125 - />
6.126 - <Tool
6.127 - Name="VCManagedResourceCompilerTool"
6.128 - />
6.129 - <Tool
6.130 - Name="VCResourceCompilerTool"
6.131 - />
6.132 - <Tool
6.133 - Name="VCPreLinkEventTool"
6.134 - />
6.135 - <Tool
6.136 - Name="VCLibrarianTool"
6.137 - />
6.138 - <Tool
6.139 - Name="VCALinkTool"
6.140 - />
6.141 - <Tool
6.142 - Name="VCXDCMakeTool"
6.143 - />
6.144 - <Tool
6.145 - Name="VCBscMakeTool"
6.146 - />
6.147 - <Tool
6.148 - Name="VCFxCopTool"
6.149 - />
6.150 - <Tool
6.151 - Name="VCPostBuildEventTool"
6.152 - />
6.153 - </Configuration>
6.154 - <Configuration
6.155 - Name="Release_NoSTDIO|Win32"
6.156 - ConfigurationType="1"
6.157 - >
6.158 - <Tool
6.159 - Name="VCPreBuildEventTool"
6.160 - />
6.161 - <Tool
6.162 - Name="VCCustomBuildTool"
6.163 - />
6.164 - <Tool
6.165 - Name="VCXMLDataGeneratorTool"
6.166 - />
6.167 - <Tool
6.168 - Name="VCWebServiceProxyGeneratorTool"
6.169 - />
6.170 - <Tool
6.171 - Name="VCMIDLTool"
6.172 - />
6.173 - <Tool
6.174 - Name="VCCLCompilerTool"
6.175 - />
6.176 - <Tool
6.177 - Name="VCManagedResourceCompilerTool"
6.178 - />
6.179 - <Tool
6.180 - Name="VCResourceCompilerTool"
6.181 - />
6.182 - <Tool
6.183 - Name="VCPreLinkEventTool"
6.184 - />
6.185 - <Tool
6.186 - Name="VCLinkerTool"
6.187 - />
6.188 - <Tool
6.189 - Name="VCALinkTool"
6.190 - />
6.191 - <Tool
6.192 - Name="VCManifestTool"
6.193 - />
6.194 - <Tool
6.195 - Name="VCXDCMakeTool"
6.196 - />
6.197 - <Tool
6.198 - Name="VCBscMakeTool"
6.199 - />
6.200 - <Tool
6.201 - Name="VCFxCopTool"
6.202 - />
6.203 - <Tool
6.204 - Name="VCAppVerifierTool"
6.205 - />
6.206 - <Tool
6.207 - Name="VCPostBuildEventTool"
6.208 - />
6.209 - </Configuration>
6.210 - <Configuration
6.211 - Name="Release_NoSTDIO|x64"
6.212 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.213 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.214 - ConfigurationType="4"
6.215 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.216 - UseOfMFC="0"
6.217 - ATLMinimizesCRunTimeLibraryUsage="false"
6.218 - >
6.219 - <Tool
6.220 - Name="VCPreBuildEventTool"
6.221 - />
6.222 - <Tool
6.223 - Name="VCCustomBuildTool"
6.224 - />
6.225 - <Tool
6.226 - Name="VCXMLDataGeneratorTool"
6.227 - />
6.228 - <Tool
6.229 - Name="VCWebServiceProxyGeneratorTool"
6.230 - />
6.231 - <Tool
6.232 - Name="VCMIDLTool"
6.233 - TargetEnvironment="3"
6.234 - />
6.235 - <Tool
6.236 - Name="VCCLCompilerTool"
6.237 - InlineFunctionExpansion="1"
6.238 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.239 - PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
6.240 - StringPooling="true"
6.241 - RuntimeLibrary="2"
6.242 - EnableFunctionLevelLinking="true"
6.243 - WarningLevel="3"
6.244 - SuppressStartupBanner="true"
6.245 - CompileAs="0"
6.246 - />
6.247 - <Tool
6.248 - Name="VCManagedResourceCompilerTool"
6.249 - />
6.250 - <Tool
6.251 - Name="VCResourceCompilerTool"
6.252 - />
6.253 - <Tool
6.254 - Name="VCPreLinkEventTool"
6.255 - />
6.256 - <Tool
6.257 - Name="VCLibrarianTool"
6.258 - OutputFile="$(IntDir)\SDLtest.lib"
6.259 - SuppressStartupBanner="true"
6.260 - />
6.261 - <Tool
6.262 - Name="VCALinkTool"
6.263 - />
6.264 - <Tool
6.265 - Name="VCXDCMakeTool"
6.266 - />
6.267 - <Tool
6.268 - Name="VCBscMakeTool"
6.269 - />
6.270 - <Tool
6.271 - Name="VCFxCopTool"
6.272 - />
6.273 - <Tool
6.274 - Name="VCPostBuildEventTool"
6.275 - />
6.276 - </Configuration>
6.277 - <Configuration
6.278 - Name="Debug|Win32"
6.279 - OutputDirectory=".\Debug"
6.280 - IntermediateDirectory=".\Debug"
6.281 - ConfigurationType="4"
6.282 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.283 - UseOfMFC="0"
6.284 - ATLMinimizesCRunTimeLibraryUsage="false"
6.285 - >
6.286 - <Tool
6.287 - Name="VCPreBuildEventTool"
6.288 - CommandLine=""
6.289 - />
6.290 - <Tool
6.291 - Name="VCCustomBuildTool"
6.292 - />
6.293 - <Tool
6.294 - Name="VCXMLDataGeneratorTool"
6.295 - />
6.296 - <Tool
6.297 - Name="VCWebServiceProxyGeneratorTool"
6.298 - />
6.299 - <Tool
6.300 - Name="VCMIDLTool"
6.301 - />
6.302 - <Tool
6.303 - Name="VCCLCompilerTool"
6.304 - Optimization="0"
6.305 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.306 - PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
6.307 - RuntimeLibrary="3"
6.308 - WarningLevel="3"
6.309 - SuppressStartupBanner="true"
6.310 - DebugInformationFormat="4"
6.311 - CompileAs="0"
6.312 - />
6.313 - <Tool
6.314 - Name="VCManagedResourceCompilerTool"
6.315 - />
6.316 - <Tool
6.317 - Name="VCResourceCompilerTool"
6.318 - />
6.319 - <Tool
6.320 - Name="VCPreLinkEventTool"
6.321 - />
6.322 - <Tool
6.323 - Name="VCLibrarianTool"
6.324 - />
6.325 - <Tool
6.326 - Name="VCALinkTool"
6.327 - />
6.328 - <Tool
6.329 - Name="VCXDCMakeTool"
6.330 - />
6.331 - <Tool
6.332 - Name="VCBscMakeTool"
6.333 - />
6.334 - <Tool
6.335 - Name="VCFxCopTool"
6.336 - />
6.337 - <Tool
6.338 - Name="VCPostBuildEventTool"
6.339 - />
6.340 - </Configuration>
6.341 - <Configuration
6.342 - Name="Debug|x64"
6.343 - OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.344 - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.345 - ConfigurationType="4"
6.346 - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.347 - UseOfMFC="0"
6.348 - ATLMinimizesCRunTimeLibraryUsage="false"
6.349 - >
6.350 - <Tool
6.351 - Name="VCPreBuildEventTool"
6.352 - />
6.353 - <Tool
6.354 - Name="VCCustomBuildTool"
6.355 - />
6.356 - <Tool
6.357 - Name="VCXMLDataGeneratorTool"
6.358 - />
6.359 - <Tool
6.360 - Name="VCWebServiceProxyGeneratorTool"
6.361 - />
6.362 - <Tool
6.363 - Name="VCMIDLTool"
6.364 - TargetEnvironment="3"
6.365 - />
6.366 - <Tool
6.367 - Name="VCCLCompilerTool"
6.368 - Optimization="0"
6.369 - AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.370 - PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
6.371 - RuntimeLibrary="2"
6.372 - WarningLevel="3"
6.373 - SuppressStartupBanner="true"
6.374 - DebugInformationFormat="3"
6.375 - CompileAs="0"
6.376 - />
6.377 - <Tool
6.378 - Name="VCManagedResourceCompilerTool"
6.379 - />
6.380 - <Tool
6.381 - Name="VCResourceCompilerTool"
6.382 - />
6.383 - <Tool
6.384 - Name="VCPreLinkEventTool"
6.385 - />
6.386 - <Tool
6.387 - Name="VCLibrarianTool"
6.388 - />
6.389 - <Tool
6.390 - Name="VCALinkTool"
6.391 - />
6.392 - <Tool
6.393 - Name="VCXDCMakeTool"
6.394 - />
6.395 - <Tool
6.396 - Name="VCBscMakeTool"
6.397 - />
6.398 - <Tool
6.399 - Name="VCFxCopTool"
6.400 - />
6.401 - <Tool
6.402 - Name="VCPostBuildEventTool"
6.403 - />
6.404 - </Configuration>
6.405 - </Configurations>
6.406 - <References>
6.407 - </References>
6.408 - <Files>
6.409 - <File
6.410 - RelativePath="..\..\src\test\SDL_test_assert.c"
6.411 - >
6.412 - </File>
6.413 - <File
6.414 - RelativePath="..\..\src\test\SDL_test_common.c"
6.415 - >
6.416 - </File>
6.417 - <File
6.418 - RelativePath="..\..\src\test\SDL_test_compare.c"
6.419 - >
6.420 - </File>
6.421 - <File
6.422 - RelativePath="..\..\src\test\SDL_test_crc32.c"
6.423 - >
6.424 - </File>
6.425 - <File
6.426 - RelativePath="..\..\src\test\SDL_test_font.c"
6.427 - >
6.428 - </File>
6.429 - <File
6.430 - RelativePath="..\..\src\test\SDL_test_fuzzer.c"
6.431 - >
6.432 - </File>
6.433 - <File
6.434 - RelativePath="..\..\src\test\SDL_test_harness.c"
6.435 - >
6.436 - </File>
6.437 - <File
6.438 - RelativePath="..\..\src\test\SDL_test_imageBlit.c"
6.439 - >
6.440 - </File>
6.441 - <File
6.442 - RelativePath="..\..\src\test\SDL_test_imageBlitBlend.c"
6.443 - >
6.444 - </File>
6.445 - <File
6.446 - RelativePath="..\..\src\test\SDL_test_imageFace.c"
6.447 - >
6.448 - </File>
6.449 - <File
6.450 - RelativePath="..\..\src\test\SDL_test_imagePrimitives.c"
6.451 - >
6.452 - </File>
6.453 - <File
6.454 - RelativePath="..\..\src\test\SDL_test_imagePrimitivesBlend.c"
6.455 - >
6.456 - </File>
6.457 - <File
6.458 - RelativePath="..\..\src\test\SDL_test_log.c"
6.459 - >
6.460 - </File>
6.461 - <File
6.462 - RelativePath="..\..\src\test\SDL_test_md5.c"
6.463 - >
6.464 - </File>
6.465 - <File
6.466 - RelativePath="..\..\src\test\SDL_test_random.c"
6.467 - >
6.468 - </File>
6.469 - </Files>
6.470 - <Globals>
6.471 - </Globals>
6.472 -</VisualStudioProject>
6.473 +<?xml version="1.0" encoding="Windows-1252"?>
6.474 +<VisualStudioProject
6.475 + ProjectType="Visual C++"
6.476 + Version="9.00"
6.477 + Name="SDL2test"
6.478 + ProjectGUID="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
6.479 + RootNamespace="SDLtest"
6.480 + TargetFrameworkVersion="131072"
6.481 + >
6.482 + <Platforms>
6.483 + <Platform
6.484 + Name="Win32"
6.485 + />
6.486 + <Platform
6.487 + Name="x64"
6.488 + />
6.489 + </Platforms>
6.490 + <ToolFiles>
6.491 + </ToolFiles>
6.492 + <Configurations>
6.493 + <Configuration
6.494 + Name="Release|Win32"
6.495 + OutputDirectory=".\Release"
6.496 + IntermediateDirectory=".\Release"
6.497 + ConfigurationType="4"
6.498 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.499 + UseOfMFC="0"
6.500 + ATLMinimizesCRunTimeLibraryUsage="false"
6.501 + >
6.502 + <Tool
6.503 + Name="VCPreBuildEventTool"
6.504 + CommandLine=""
6.505 + />
6.506 + <Tool
6.507 + Name="VCCustomBuildTool"
6.508 + />
6.509 + <Tool
6.510 + Name="VCXMLDataGeneratorTool"
6.511 + />
6.512 + <Tool
6.513 + Name="VCWebServiceProxyGeneratorTool"
6.514 + />
6.515 + <Tool
6.516 + Name="VCMIDLTool"
6.517 + />
6.518 + <Tool
6.519 + Name="VCCLCompilerTool"
6.520 + InlineFunctionExpansion="1"
6.521 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.522 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
6.523 + StringPooling="true"
6.524 + RuntimeLibrary="2"
6.525 + EnableFunctionLevelLinking="true"
6.526 + WarningLevel="3"
6.527 + SuppressStartupBanner="true"
6.528 + CompileAs="0"
6.529 + />
6.530 + <Tool
6.531 + Name="VCManagedResourceCompilerTool"
6.532 + />
6.533 + <Tool
6.534 + Name="VCResourceCompilerTool"
6.535 + />
6.536 + <Tool
6.537 + Name="VCPreLinkEventTool"
6.538 + />
6.539 + <Tool
6.540 + Name="VCLibrarianTool"
6.541 + />
6.542 + <Tool
6.543 + Name="VCALinkTool"
6.544 + />
6.545 + <Tool
6.546 + Name="VCXDCMakeTool"
6.547 + />
6.548 + <Tool
6.549 + Name="VCBscMakeTool"
6.550 + />
6.551 + <Tool
6.552 + Name="VCFxCopTool"
6.553 + />
6.554 + <Tool
6.555 + Name="VCPostBuildEventTool"
6.556 + />
6.557 + </Configuration>
6.558 + <Configuration
6.559 + Name="Release|x64"
6.560 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.561 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.562 + ConfigurationType="4"
6.563 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.564 + UseOfMFC="0"
6.565 + ATLMinimizesCRunTimeLibraryUsage="false"
6.566 + >
6.567 + <Tool
6.568 + Name="VCPreBuildEventTool"
6.569 + />
6.570 + <Tool
6.571 + Name="VCCustomBuildTool"
6.572 + />
6.573 + <Tool
6.574 + Name="VCXMLDataGeneratorTool"
6.575 + />
6.576 + <Tool
6.577 + Name="VCWebServiceProxyGeneratorTool"
6.578 + />
6.579 + <Tool
6.580 + Name="VCMIDLTool"
6.581 + TargetEnvironment="3"
6.582 + />
6.583 + <Tool
6.584 + Name="VCCLCompilerTool"
6.585 + InlineFunctionExpansion="1"
6.586 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.587 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
6.588 + StringPooling="true"
6.589 + RuntimeLibrary="2"
6.590 + EnableFunctionLevelLinking="true"
6.591 + WarningLevel="3"
6.592 + SuppressStartupBanner="true"
6.593 + CompileAs="0"
6.594 + />
6.595 + <Tool
6.596 + Name="VCManagedResourceCompilerTool"
6.597 + />
6.598 + <Tool
6.599 + Name="VCResourceCompilerTool"
6.600 + />
6.601 + <Tool
6.602 + Name="VCPreLinkEventTool"
6.603 + />
6.604 + <Tool
6.605 + Name="VCLibrarianTool"
6.606 + />
6.607 + <Tool
6.608 + Name="VCALinkTool"
6.609 + />
6.610 + <Tool
6.611 + Name="VCXDCMakeTool"
6.612 + />
6.613 + <Tool
6.614 + Name="VCBscMakeTool"
6.615 + />
6.616 + <Tool
6.617 + Name="VCFxCopTool"
6.618 + />
6.619 + <Tool
6.620 + Name="VCPostBuildEventTool"
6.621 + />
6.622 + </Configuration>
6.623 + <Configuration
6.624 + Name="Release_NoSTDIO|Win32"
6.625 + IntermediateDirectory="$(ConfigurationName)"
6.626 + ConfigurationType="1"
6.627 + >
6.628 + <Tool
6.629 + Name="VCPreBuildEventTool"
6.630 + />
6.631 + <Tool
6.632 + Name="VCCustomBuildTool"
6.633 + />
6.634 + <Tool
6.635 + Name="VCXMLDataGeneratorTool"
6.636 + />
6.637 + <Tool
6.638 + Name="VCWebServiceProxyGeneratorTool"
6.639 + />
6.640 + <Tool
6.641 + Name="VCMIDLTool"
6.642 + />
6.643 + <Tool
6.644 + Name="VCCLCompilerTool"
6.645 + />
6.646 + <Tool
6.647 + Name="VCManagedResourceCompilerTool"
6.648 + />
6.649 + <Tool
6.650 + Name="VCResourceCompilerTool"
6.651 + />
6.652 + <Tool
6.653 + Name="VCPreLinkEventTool"
6.654 + />
6.655 + <Tool
6.656 + Name="VCLinkerTool"
6.657 + />
6.658 + <Tool
6.659 + Name="VCALinkTool"
6.660 + />
6.661 + <Tool
6.662 + Name="VCManifestTool"
6.663 + />
6.664 + <Tool
6.665 + Name="VCXDCMakeTool"
6.666 + />
6.667 + <Tool
6.668 + Name="VCBscMakeTool"
6.669 + />
6.670 + <Tool
6.671 + Name="VCFxCopTool"
6.672 + />
6.673 + <Tool
6.674 + Name="VCAppVerifierTool"
6.675 + />
6.676 + <Tool
6.677 + Name="VCPostBuildEventTool"
6.678 + />
6.679 + </Configuration>
6.680 + <Configuration
6.681 + Name="Release_NoSTDIO|x64"
6.682 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.683 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.684 + ConfigurationType="4"
6.685 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.686 + UseOfMFC="0"
6.687 + ATLMinimizesCRunTimeLibraryUsage="false"
6.688 + >
6.689 + <Tool
6.690 + Name="VCPreBuildEventTool"
6.691 + />
6.692 + <Tool
6.693 + Name="VCCustomBuildTool"
6.694 + />
6.695 + <Tool
6.696 + Name="VCXMLDataGeneratorTool"
6.697 + />
6.698 + <Tool
6.699 + Name="VCWebServiceProxyGeneratorTool"
6.700 + />
6.701 + <Tool
6.702 + Name="VCMIDLTool"
6.703 + TargetEnvironment="3"
6.704 + />
6.705 + <Tool
6.706 + Name="VCCLCompilerTool"
6.707 + InlineFunctionExpansion="1"
6.708 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.709 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
6.710 + StringPooling="true"
6.711 + RuntimeLibrary="2"
6.712 + EnableFunctionLevelLinking="true"
6.713 + WarningLevel="3"
6.714 + SuppressStartupBanner="true"
6.715 + CompileAs="0"
6.716 + />
6.717 + <Tool
6.718 + Name="VCManagedResourceCompilerTool"
6.719 + />
6.720 + <Tool
6.721 + Name="VCResourceCompilerTool"
6.722 + />
6.723 + <Tool
6.724 + Name="VCPreLinkEventTool"
6.725 + />
6.726 + <Tool
6.727 + Name="VCLibrarianTool"
6.728 + OutputFile="$(IntDir)\SDLtest.lib"
6.729 + SuppressStartupBanner="true"
6.730 + />
6.731 + <Tool
6.732 + Name="VCALinkTool"
6.733 + />
6.734 + <Tool
6.735 + Name="VCXDCMakeTool"
6.736 + />
6.737 + <Tool
6.738 + Name="VCBscMakeTool"
6.739 + />
6.740 + <Tool
6.741 + Name="VCFxCopTool"
6.742 + />
6.743 + <Tool
6.744 + Name="VCPostBuildEventTool"
6.745 + />
6.746 + </Configuration>
6.747 + <Configuration
6.748 + Name="Debug|Win32"
6.749 + OutputDirectory=".\Debug"
6.750 + IntermediateDirectory=".\Debug"
6.751 + ConfigurationType="4"
6.752 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.753 + UseOfMFC="0"
6.754 + ATLMinimizesCRunTimeLibraryUsage="false"
6.755 + >
6.756 + <Tool
6.757 + Name="VCPreBuildEventTool"
6.758 + CommandLine=""
6.759 + />
6.760 + <Tool
6.761 + Name="VCCustomBuildTool"
6.762 + />
6.763 + <Tool
6.764 + Name="VCXMLDataGeneratorTool"
6.765 + />
6.766 + <Tool
6.767 + Name="VCWebServiceProxyGeneratorTool"
6.768 + />
6.769 + <Tool
6.770 + Name="VCMIDLTool"
6.771 + />
6.772 + <Tool
6.773 + Name="VCCLCompilerTool"
6.774 + Optimization="0"
6.775 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.776 + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
6.777 + RuntimeLibrary="3"
6.778 + WarningLevel="3"
6.779 + SuppressStartupBanner="true"
6.780 + DebugInformationFormat="4"
6.781 + CompileAs="0"
6.782 + />
6.783 + <Tool
6.784 + Name="VCManagedResourceCompilerTool"
6.785 + />
6.786 + <Tool
6.787 + Name="VCResourceCompilerTool"
6.788 + />
6.789 + <Tool
6.790 + Name="VCPreLinkEventTool"
6.791 + />
6.792 + <Tool
6.793 + Name="VCLibrarianTool"
6.794 + />
6.795 + <Tool
6.796 + Name="VCALinkTool"
6.797 + />
6.798 + <Tool
6.799 + Name="VCXDCMakeTool"
6.800 + />
6.801 + <Tool
6.802 + Name="VCBscMakeTool"
6.803 + />
6.804 + <Tool
6.805 + Name="VCFxCopTool"
6.806 + />
6.807 + <Tool
6.808 + Name="VCPostBuildEventTool"
6.809 + />
6.810 + </Configuration>
6.811 + <Configuration
6.812 + Name="Debug|x64"
6.813 + OutputDirectory="$(PlatformName)\$(ConfigurationName)"
6.814 + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
6.815 + ConfigurationType="4"
6.816 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
6.817 + UseOfMFC="0"
6.818 + ATLMinimizesCRunTimeLibraryUsage="false"
6.819 + >
6.820 + <Tool
6.821 + Name="VCPreBuildEventTool"
6.822 + />
6.823 + <Tool
6.824 + Name="VCCustomBuildTool"
6.825 + />
6.826 + <Tool
6.827 + Name="VCXMLDataGeneratorTool"
6.828 + />
6.829 + <Tool
6.830 + Name="VCWebServiceProxyGeneratorTool"
6.831 + />
6.832 + <Tool
6.833 + Name="VCMIDLTool"
6.834 + TargetEnvironment="3"
6.835 + />
6.836 + <Tool
6.837 + Name="VCCLCompilerTool"
6.838 + Optimization="0"
6.839 + AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
6.840 + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
6.841 + RuntimeLibrary="2"
6.842 + WarningLevel="3"
6.843 + SuppressStartupBanner="true"
6.844 + DebugInformationFormat="3"
6.845 + CompileAs="0"
6.846 + />
6.847 + <Tool
6.848 + Name="VCManagedResourceCompilerTool"
6.849 + />
6.850 + <Tool
6.851 + Name="VCResourceCompilerTool"
6.852 + />
6.853 + <Tool
6.854 + Name="VCPreLinkEventTool"
6.855 + />
6.856 + <Tool
6.857 + Name="VCLibrarianTool"
6.858 + />
6.859 + <Tool
6.860 + Name="VCALinkTool"
6.861 + />
6.862 + <Tool
6.863 + Name="VCXDCMakeTool"
6.864 + />
6.865 + <Tool
6.866 + Name="VCBscMakeTool"
6.867 + />
6.868 + <Tool
6.869 + Name="VCFxCopTool"
6.870 + />
6.871 + <Tool
6.872 + Name="VCPostBuildEventTool"
6.873 + />
6.874 + </Configuration>
6.875 + </Configurations>
6.876 + <References>
6.877 + </References>
6.878 + <Files>
6.879 + <File
6.880 + RelativePath="..\..\src\test\SDL_test_assert.c"
6.881 + >
6.882 + </File>
6.883 + <File
6.884 + RelativePath="..\..\src\test\SDL_test_common.c"
6.885 + >
6.886 + </File>
6.887 + <File
6.888 + RelativePath="..\..\src\test\SDL_test_compare.c"
6.889 + >
6.890 + </File>
6.891 + <File
6.892 + RelativePath="..\..\src\test\SDL_test_crc32.c"
6.893 + >
6.894 + </File>
6.895 + <File
6.896 + RelativePath="..\..\src\test\SDL_test_font.c"
6.897 + >
6.898 + </File>
6.899 + <File
6.900 + RelativePath="..\..\src\test\SDL_test_fuzzer.c"
6.901 + >
6.902 + </File>
6.903 + <File
6.904 + RelativePath="..\..\src\test\SDL_test_harness.c"
6.905 + >
6.906 + </File>
6.907 + <File
6.908 + RelativePath="..\..\src\test\SDL_test_imageBlit.c"
6.909 + >
6.910 + </File>
6.911 + <File
6.912 + RelativePath="..\..\src\test\SDL_test_imageBlitBlend.c"
6.913 + >
6.914 + </File>
6.915 + <File
6.916 + RelativePath="..\..\src\test\SDL_test_imageFace.c"
6.917 + >
6.918 + </File>
6.919 + <File
6.920 + RelativePath="..\..\src\test\SDL_test_imagePrimitives.c"
6.921 + >
6.922 + </File>
6.923 + <File
6.924 + RelativePath="..\..\src\test\SDL_test_imagePrimitivesBlend.c"
6.925 + >
6.926 + </File>
6.927 + <File
6.928 + RelativePath="..\..\src\test\SDL_test_log.c"
6.929 + >
6.930 + </File>
6.931 + <File
6.932 + RelativePath="..\..\src\test\SDL_test_md5.c"
6.933 + >
6.934 + </File>
6.935 + <File
6.936 + RelativePath="..\..\src\test\SDL_test_random.c"
6.937 + >
6.938 + </File>
6.939 + </Files>
6.940 + <Globals>
6.941 + </Globals>
6.942 +</VisualStudioProject>
7.1 --- a/VisualC/SDLtest/SDLtest_VS2010.vcxproj Tue Feb 12 22:23:42 2013 -0800
7.2 +++ b/VisualC/SDLtest/SDLtest_VS2010.vcxproj Wed Feb 13 17:19:21 2013 -0800
7.3 @@ -1,187 +1,187 @@
7.4 -<?xml version="1.0" encoding="utf-8"?>
7.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7.6 - <ItemGroup Label="ProjectConfigurations">
7.7 - <ProjectConfiguration Include="Debug|Win32">
7.8 - <Configuration>Debug</Configuration>
7.9 - <Platform>Win32</Platform>
7.10 - </ProjectConfiguration>
7.11 - <ProjectConfiguration Include="Debug|x64">
7.12 - <Configuration>Debug</Configuration>
7.13 - <Platform>x64</Platform>
7.14 - </ProjectConfiguration>
7.15 - <ProjectConfiguration Include="Release|Win32">
7.16 - <Configuration>Release</Configuration>
7.17 - <Platform>Win32</Platform>
7.18 - </ProjectConfiguration>
7.19 - <ProjectConfiguration Include="Release|x64">
7.20 - <Configuration>Release</Configuration>
7.21 - <Platform>x64</Platform>
7.22 - </ProjectConfiguration>
7.23 - </ItemGroup>
7.24 - <PropertyGroup Label="Globals">
7.25 - <ProjectName>SDLtest</ProjectName>
7.26 - <ProjectGuid>{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}</ProjectGuid>
7.27 - </PropertyGroup>
7.28 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7.29 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7.30 - <ConfigurationType>StaticLibrary</ConfigurationType>
7.31 - <UseOfMfc>false</UseOfMfc>
7.32 - </PropertyGroup>
7.33 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
7.34 - <ConfigurationType>StaticLibrary</ConfigurationType>
7.35 - <UseOfMfc>false</UseOfMfc>
7.36 - </PropertyGroup>
7.37 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7.38 - <ConfigurationType>StaticLibrary</ConfigurationType>
7.39 - <UseOfMfc>false</UseOfMfc>
7.40 - <CharacterSet>MultiByte</CharacterSet>
7.41 - </PropertyGroup>
7.42 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7.43 - <ConfigurationType>StaticLibrary</ConfigurationType>
7.44 - <UseOfMfc>false</UseOfMfc>
7.45 - </PropertyGroup>
7.46 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
7.47 - <ImportGroup Label="ExtensionSettings">
7.48 - </ImportGroup>
7.49 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
7.50 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.51 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.52 - </ImportGroup>
7.53 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
7.54 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.55 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.56 - </ImportGroup>
7.57 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
7.58 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.59 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.60 - </ImportGroup>
7.61 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
7.62 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.63 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.64 - </ImportGroup>
7.65 - <PropertyGroup Label="UserMacros" />
7.66 - <PropertyGroup>
7.67 - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
7.68 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
7.69 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
7.70 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
7.71 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
7.72 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
7.73 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
7.74 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
7.75 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
7.76 - </PropertyGroup>
7.77 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7.78 - <PreBuildEvent />
7.79 - <ClCompile>
7.80 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
7.81 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.82 - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.83 - <StringPooling>true</StringPooling>
7.84 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7.85 - <FunctionLevelLinking>true</FunctionLevelLinking>
7.86 - <PrecompiledHeader>
7.87 - </PrecompiledHeader>
7.88 - <WarningLevel>Level3</WarningLevel>
7.89 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.90 - <CompileAs>Default</CompileAs>
7.91 - </ClCompile>
7.92 - <Lib>
7.93 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.94 - </Lib>
7.95 - </ItemDefinitionGroup>
7.96 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
7.97 - <Midl>
7.98 - <TargetEnvironment>X64</TargetEnvironment>
7.99 - </Midl>
7.100 - <ClCompile>
7.101 - <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
7.102 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.103 - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.104 - <StringPooling>true</StringPooling>
7.105 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7.106 - <FunctionLevelLinking>true</FunctionLevelLinking>
7.107 - <PrecompiledHeader>
7.108 - </PrecompiledHeader>
7.109 - <WarningLevel>Level3</WarningLevel>
7.110 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.111 - <CompileAs>Default</CompileAs>
7.112 - </ClCompile>
7.113 - <Lib>
7.114 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.115 - </Lib>
7.116 - </ItemDefinitionGroup>
7.117 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7.118 - <PreBuildEvent />
7.119 - <ClCompile>
7.120 - <Optimization>Disabled</Optimization>
7.121 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.122 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.123 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
7.124 - <PrecompiledHeader>
7.125 - </PrecompiledHeader>
7.126 - <WarningLevel>Level3</WarningLevel>
7.127 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.128 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
7.129 - <CompileAs>Default</CompileAs>
7.130 - </ClCompile>
7.131 - <Lib>
7.132 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.133 - </Lib>
7.134 - </ItemDefinitionGroup>
7.135 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7.136 - <Midl>
7.137 - <TargetEnvironment>X64</TargetEnvironment>
7.138 - </Midl>
7.139 - <ClCompile>
7.140 - <Optimization>Disabled</Optimization>
7.141 - <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.142 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.143 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
7.144 - <PrecompiledHeader>
7.145 - </PrecompiledHeader>
7.146 - <PrecompiledHeaderOutputFile>.\Debug/SDLtest.pch</PrecompiledHeaderOutputFile>
7.147 - <WarningLevel>Level3</WarningLevel>
7.148 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.149 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
7.150 - <CompileAs>Default</CompileAs>
7.151 - </ClCompile>
7.152 - <Lib>
7.153 - <SuppressStartupBanner>true</SuppressStartupBanner>
7.154 - </Lib>
7.155 - </ItemDefinitionGroup>
7.156 - <ItemGroup>
7.157 - <ClInclude Include="..\..\include\SDL_test.h" />
7.158 - <ClInclude Include="..\..\include\SDL_test_assert.h" />
7.159 - <ClInclude Include="..\..\include\SDL_test_common.h" />
7.160 - <ClInclude Include="..\..\include\SDL_test_crc32.h" />
7.161 - <ClInclude Include="..\..\include\SDL_test_font.h" />
7.162 - <ClInclude Include="..\..\include\SDL_test_fuzzer.h" />
7.163 - <ClInclude Include="..\..\include\SDL_test_harness.h" />
7.164 - <ClInclude Include="..\..\include\SDL_test_log.h" />
7.165 - <ClInclude Include="..\..\include\SDL_test_md5.h" />
7.166 - <ClInclude Include="..\..\include\SDL_test_random.h" />
7.167 - <ClInclude Include="..\..\include\SDL_test_images.h" />
7.168 - <ClInclude Include="..\..\include\SDL_test_compare.h" />
7.169 - </ItemGroup>
7.170 - <ItemGroup>
7.171 - <ClCompile Include="..\..\src\test\SDL_test_assert.c" />
7.172 - <ClCompile Include="..\..\src\test\SDL_test_common.c" />
7.173 - <ClCompile Include="..\..\src\test\SDL_test_crc32.c" />
7.174 - <ClCompile Include="..\..\src\test\SDL_test_font.c" />
7.175 - <ClCompile Include="..\..\src\test\SDL_test_fuzzer.c" />
7.176 - <ClCompile Include="..\..\src\test\SDL_test_harness.c" />
7.177 - <ClCompile Include="..\..\src\test\SDL_test_log.c" />
7.178 - <ClCompile Include="..\..\src\test\SDL_test_md5.c" />
7.179 - <ClCompile Include="..\..\src\test\SDL_test_random.c" />
7.180 - <ClCompile Include="..\..\src\test\SDL_test_imageBlit.c" />
7.181 - <ClCompile Include="..\..\src\test\SDL_test_imageBlitBlend.c" />
7.182 - <ClCompile Include="..\..\src\test\SDL_test_imageFace.c" />
7.183 - <ClCompile Include="..\..\src\test\SDL_test_imagePrimitives.c" />
7.184 - <ClCompile Include="..\..\src\test\SDL_test_imagePrimitivesBlend.c" />
7.185 - <ClCompile Include="..\..\src\test\SDL_test_compare.c" />
7.186 - </ItemGroup>
7.187 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7.188 - <ImportGroup Label="ExtensionTargets">
7.189 - </ImportGroup>
7.190 +<?xml version="1.0" encoding="utf-8"?>
7.191 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7.192 + <ItemGroup Label="ProjectConfigurations">
7.193 + <ProjectConfiguration Include="Debug|Win32">
7.194 + <Configuration>Debug</Configuration>
7.195 + <Platform>Win32</Platform>
7.196 + </ProjectConfiguration>
7.197 + <ProjectConfiguration Include="Debug|x64">
7.198 + <Configuration>Debug</Configuration>
7.199 + <Platform>x64</Platform>
7.200 + </ProjectConfiguration>
7.201 + <ProjectConfiguration Include="Release|Win32">
7.202 + <Configuration>Release</Configuration>
7.203 + <Platform>Win32</Platform>
7.204 + </ProjectConfiguration>
7.205 + <ProjectConfiguration Include="Release|x64">
7.206 + <Configuration>Release</Configuration>
7.207 + <Platform>x64</Platform>
7.208 + </ProjectConfiguration>
7.209 + </ItemGroup>
7.210 + <PropertyGroup Label="Globals">
7.211 + <ProjectName>SDL2test</ProjectName>
7.212 + <ProjectGuid>{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}</ProjectGuid>
7.213 + </PropertyGroup>
7.214 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7.215 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7.216 + <ConfigurationType>StaticLibrary</ConfigurationType>
7.217 + <UseOfMfc>false</UseOfMfc>
7.218 + </PropertyGroup>
7.219 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
7.220 + <ConfigurationType>StaticLibrary</ConfigurationType>
7.221 + <UseOfMfc>false</UseOfMfc>
7.222 + </PropertyGroup>
7.223 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7.224 + <ConfigurationType>StaticLibrary</ConfigurationType>
7.225 + <UseOfMfc>false</UseOfMfc>
7.226 + <CharacterSet>MultiByte</CharacterSet>
7.227 + </PropertyGroup>
7.228 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7.229 + <ConfigurationType>StaticLibrary</ConfigurationType>
7.230 + <UseOfMfc>false</UseOfMfc>
7.231 + </PropertyGroup>
7.232 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
7.233 + <ImportGroup Label="ExtensionSettings">
7.234 + </ImportGroup>
7.235 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
7.236 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.237 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.238 + </ImportGroup>
7.239 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
7.240 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.241 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.242 + </ImportGroup>
7.243 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
7.244 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.245 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.246 + </ImportGroup>
7.247 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
7.248 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7.249 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
7.250 + </ImportGroup>
7.251 + <PropertyGroup Label="UserMacros" />
7.252 + <PropertyGroup>
7.253 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
7.254 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
7.255 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
7.256 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
7.257 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
7.258 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
7.259 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
7.260 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
7.261 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
7.262 + </PropertyGroup>
7.263 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7.264 + <PreBuildEvent />
7.265 + <ClCompile>
7.266 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
7.267 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.268 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.269 + <StringPooling>true</StringPooling>
7.270 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7.271 + <FunctionLevelLinking>true</FunctionLevelLinking>
7.272 + <PrecompiledHeader>
7.273 + </PrecompiledHeader>
7.274 + <WarningLevel>Level3</WarningLevel>
7.275 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.276 + <CompileAs>Default</CompileAs>
7.277 + </ClCompile>
7.278 + <Lib>
7.279 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.280 + </Lib>
7.281 + </ItemDefinitionGroup>
7.282 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
7.283 + <Midl>
7.284 + <TargetEnvironment>X64</TargetEnvironment>
7.285 + </Midl>
7.286 + <ClCompile>
7.287 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
7.288 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.289 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.290 + <StringPooling>true</StringPooling>
7.291 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7.292 + <FunctionLevelLinking>true</FunctionLevelLinking>
7.293 + <PrecompiledHeader>
7.294 + </PrecompiledHeader>
7.295 + <WarningLevel>Level3</WarningLevel>
7.296 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.297 + <CompileAs>Default</CompileAs>
7.298 + </ClCompile>
7.299 + <Lib>
7.300 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.301 + </Lib>
7.302 + </ItemDefinitionGroup>
7.303 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7.304 + <PreBuildEvent />
7.305 + <ClCompile>
7.306 + <Optimization>Disabled</Optimization>
7.307 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.308 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.309 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
7.310 + <PrecompiledHeader>
7.311 + </PrecompiledHeader>
7.312 + <WarningLevel>Level3</WarningLevel>
7.313 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.314 + <DebugInformationFormat>OldStyle</DebugInformationFormat>
7.315 + <CompileAs>Default</CompileAs>
7.316 + </ClCompile>
7.317 + <Lib>
7.318 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.319 + </Lib>
7.320 + </ItemDefinitionGroup>
7.321 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7.322 + <Midl>
7.323 + <TargetEnvironment>X64</TargetEnvironment>
7.324 + </Midl>
7.325 + <ClCompile>
7.326 + <Optimization>Disabled</Optimization>
7.327 + <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
7.328 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7.329 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
7.330 + <PrecompiledHeader>
7.331 + </PrecompiledHeader>
7.332 + <PrecompiledHeaderOutputFile>.\Debug/SDLtest.pch</PrecompiledHeaderOutputFile>
7.333 + <WarningLevel>Level3</WarningLevel>
7.334 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.335 + <DebugInformationFormat>OldStyle</DebugInformationFormat>
7.336 + <CompileAs>Default</CompileAs>
7.337 + </ClCompile>
7.338 + <Lib>
7.339 + <SuppressStartupBanner>true</SuppressStartupBanner>
7.340 + </Lib>
7.341 + </ItemDefinitionGroup>
7.342 + <ItemGroup>
7.343 + <ClInclude Include="..\..\include\SDL_test.h" />
7.344 + <ClInclude Include="..\..\include\SDL_test_assert.h" />
7.345 + <ClInclude Include="..\..\include\SDL_test_common.h" />
7.346 + <ClInclude Include="..\..\include\SDL_test_crc32.h" />
7.347 + <ClInclude Include="..\..\include\SDL_test_font.h" />
7.348 + <ClInclude Include="..\..\include\SDL_test_fuzzer.h" />
7.349 + <ClInclude Include="..\..\include\SDL_test_harness.h" />
7.350 + <ClInclude Include="..\..\include\SDL_test_log.h" />
7.351 + <ClInclude Include="..\..\include\SDL_test_md5.h" />
7.352 + <ClInclude Include="..\..\include\SDL_test_random.h" />
7.353 + <ClInclude Include="..\..\include\SDL_test_images.h" />
7.354 + <ClInclude Include="..\..\include\SDL_test_compare.h" />
7.355 + </ItemGroup>
7.356 + <ItemGroup>
7.357 + <ClCompile Include="..\..\src\test\SDL_test_assert.c" />
7.358 + <ClCompile Include="..\..\src\test\SDL_test_common.c" />
7.359 + <ClCompile Include="..\..\src\test\SDL_test_crc32.c" />
7.360 + <ClCompile Include="..\..\src\test\SDL_test_font.c" />
7.361 + <ClCompile Include="..\..\src\test\SDL_test_fuzzer.c" />
7.362 + <ClCompile Include="..\..\src\test\SDL_test_harness.c" />
7.363 + <ClCompile Include="..\..\src\test\SDL_test_log.c" />
7.364 + <ClCompile Include="..\..\src\test\SDL_test_md5.c" />
7.365 + <ClCompile Include="..\..\src\test\SDL_test_random.c" />
7.366 + <ClCompile Include="..\..\src\test\SDL_test_imageBlit.c" />
7.367 + <ClCompile Include="..\..\src\test\SDL_test_imageBlitBlend.c" />
7.368 + <ClCompile Include="..\..\src\test\SDL_test_imageFace.c" />
7.369 + <ClCompile Include="..\..\src\test\SDL_test_imagePrimitives.c" />
7.370 + <ClCompile Include="..\..\src\test\SDL_test_imagePrimitivesBlend.c" />
7.371 + <ClCompile Include="..\..\src\test\SDL_test_compare.c" />
7.372 + </ItemGroup>
7.373 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7.374 + <ImportGroup Label="ExtensionTargets">
7.375 + </ImportGroup>
7.376 </Project>
7.377 \ No newline at end of file
8.1 --- a/VisualC/tests/automated/automated_VS2010.vcxproj Tue Feb 12 22:23:42 2013 -0800
8.2 +++ b/VisualC/tests/automated/automated_VS2010.vcxproj Wed Feb 13 17:19:21 2013 -0800
8.3 @@ -110,7 +110,7 @@
8.4 <SubSystem>Windows</SubSystem>
8.5 </Link>
8.6 <PostBuildEvent>
8.7 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command>
8.8 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.d.." "$(TargetDir)\SDL2.d.."</Command>
8.9 </PostBuildEvent>
8.10 <PostBuildEvent>
8.11 <Message>Copy SDL</Message>
8.12 @@ -186,4 +186,4 @@
8.13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
8.14 <ImportGroup Label="ExtensionTargets">
8.15 </ImportGroup>
8.16 -</Project>
8.17 \ No newline at end of file
8.18 +</Project>
9.1 --- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Tue Feb 12 22:23:42 2013 -0800
9.2 +++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Feb 13 17:19:21 2013 -0800
9.3 @@ -1,227 +1,231 @@
9.4 -<?xml version="1.0" encoding="utf-8"?>
9.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
9.6 - <ItemGroup Label="ProjectConfigurations">
9.7 - <ProjectConfiguration Include="Debug|Win32">
9.8 - <Configuration>Debug</Configuration>
9.9 - <Platform>Win32</Platform>
9.10 - </ProjectConfiguration>
9.11 - <ProjectConfiguration Include="Debug|x64">
9.12 - <Configuration>Debug</Configuration>
9.13 - <Platform>x64</Platform>
9.14 - </ProjectConfiguration>
9.15 - <ProjectConfiguration Include="Release|Win32">
9.16 - <Configuration>Release</Configuration>
9.17 - <Platform>Win32</Platform>
9.18 - </ProjectConfiguration>
9.19 - <ProjectConfiguration Include="Release|x64">
9.20 - <Configuration>Release</Configuration>
9.21 - <Platform>x64</Platform>
9.22 - </ProjectConfiguration>
9.23 - </ItemGroup>
9.24 - <PropertyGroup Label="Globals">
9.25 - <ProjectName>checkkeys</ProjectName>
9.26 - <RootNamespace>checkkeys</RootNamespace>
9.27 - <ProjectGuid>{26828762-C95D-4637-9CB1-7F0979523813}</ProjectGuid>
9.28 - </PropertyGroup>
9.29 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
9.30 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
9.31 - <ConfigurationType>Application</ConfigurationType>
9.32 - <UseOfMfc>false</UseOfMfc>
9.33 - </PropertyGroup>
9.34 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
9.35 - <ConfigurationType>Application</ConfigurationType>
9.36 - <UseOfMfc>false</UseOfMfc>
9.37 - </PropertyGroup>
9.38 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
9.39 - <ConfigurationType>Application</ConfigurationType>
9.40 - <UseOfMfc>false</UseOfMfc>
9.41 - </PropertyGroup>
9.42 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
9.43 - <ConfigurationType>Application</ConfigurationType>
9.44 - <UseOfMfc>false</UseOfMfc>
9.45 - <CharacterSet>MultiByte</CharacterSet>
9.46 - </PropertyGroup>
9.47 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9.48 - <ImportGroup Label="ExtensionSettings">
9.49 - </ImportGroup>
9.50 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
9.51 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
9.52 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
9.53 - </ImportGroup>
9.54 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
9.55 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
9.56 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
9.57 - </ImportGroup>
9.58 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
9.59 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
9.60 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
9.61 - </ImportGroup>
9.62 - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
9.63 - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
9.64 - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
9.65 - </ImportGroup>
9.66 - <PropertyGroup Label="UserMacros" />
9.67 - <PropertyGroup>
9.68 - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
9.69 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
9.70 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
9.71 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
9.72 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
9.73 - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
9.74 - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
9.75 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
9.76 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
9.77 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
9.78 - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
9.79 - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
9.80 - <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
9.81 - </PropertyGroup>
9.82 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
9.83 - <Midl>
9.84 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9.85 - <MkTypLibCompatible>true</MkTypLibCompatible>
9.86 - <SuppressStartupBanner>true</SuppressStartupBanner>
9.87 - <TargetEnvironment>Win32</TargetEnvironment>
9.88 - </Midl>
9.89 - <ClCompile>
9.90 - <Optimization>Disabled</Optimization>
9.91 - <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9.92 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9.93 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
9.94 - <PrecompiledHeader>
9.95 - </PrecompiledHeader>
9.96 - <WarningLevel>Level3</WarningLevel>
9.97 - <SuppressStartupBanner>true</SuppressStartupBanner>
9.98 - <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
9.99 - <CompileAs>Default</CompileAs>
9.100 - </ClCompile>
9.101 - <ResourceCompile>
9.102 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9.103 - <Culture>0x0409</Culture>
9.104 - </ResourceCompile>
9.105 - <Link>
9.106 - <SuppressStartupBanner>true</SuppressStartupBanner>
9.107 - <GenerateDebugInformation>true</GenerateDebugInformation>
9.108 - <SubSystem>Windows</SubSystem>
9.109 - </Link>
9.110 - <PostBuildEvent>
9.111 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command>
9.112 - </PostBuildEvent>
9.113 - <PostBuildEvent>
9.114 - <Message>Copy SDL</Message>
9.115 - </PostBuildEvent>
9.116 - </ItemDefinitionGroup>
9.117 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
9.118 - <Midl>
9.119 - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9.120 - <MkTypLibCompatible>true</MkTypLibCompatible>
9.121 - <SuppressStartupBanner>true</SuppressStartupBanner>
9.122 - </Midl>
9.123 - <ClCompile>
9.124 - <Optimization>Disabled</Optimization>
9.125 - <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9.126 - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9.127 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
9.128