annotate VisualC/SDL/SDL_VS2008.vcproj @ 4674:89d5e2201b00

Prevented SDL_SendDown from sending on nonexistent touch devices.
author Jim Grandpre <jim.tla@gmail.com>
date Thu, 29 Jul 2010 12:24:34 -0400
parents 9faebccfefb3
children d6adaafcfb10
rev   line source
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="Windows-1252"?>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 <VisualStudioProject
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ProjectType="Visual C++"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 Version="9.00"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 Name="SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 RootNamespace="SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 TargetFrameworkVersion="131072"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 <Platforms>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 <Platform
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 Name="Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
13 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
14 <Platform
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
15 Name="x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 </Platforms>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 <ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 </ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 <Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 Name="Debug|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 OutputDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 IntermediateDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 ConfigurationType="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
31 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
32 Description="Making sure basic SDL headers are in place..."
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
33 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 PreprocessorDefinitions="_DEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 MkTypLibCompatible="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 TargetEnvironment="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 TypeLibraryName=".\Debug/SDL.tlb"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 AdditionalIncludeDirectories="..\..\include"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 BufferSecurityCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 Detect64BitPortabilityProblems="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 DebugInformationFormat="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
69 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 PreprocessorDefinitions="_DEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 Culture="1033"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
75 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
76 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
77 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
78 Name="VCLinkerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
79 AdditionalDependencies="msimg32.lib winmm.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
80 OutputFile="$(IntDir)\SDL.dll"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
81 IgnoreAllDefaultLibraries="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
82 GenerateDebugInformation="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
83 SubSystem="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
84 CLRUnmanagedCodeCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
85 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
86 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
87 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
88 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90 Name="VCManifestTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
98 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
100 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
101 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
102 Name="VCAppVerifierTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
103 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
104 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
105 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
106 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
107 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
108 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
109 Name="Debug|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
110 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
111 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
112 ConfigurationType="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
114 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
115 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
116 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
117 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
118 Name="VCPreBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
119 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
120 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
121 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
122 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
123 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
124 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
125 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
126 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
127 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
128 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
129 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
130 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
131 PreprocessorDefinitions="_DEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
132 MkTypLibCompatible="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
133 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
134 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
135 TypeLibraryName=".\Debug/SDL.tlb"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
136 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
137 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
138 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
139 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
140 AdditionalIncludeDirectories="..\..\include"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
141 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
142 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
143 BufferSecurityCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
144 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
145 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
146 Detect64BitPortabilityProblems="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
147 DebugInformationFormat="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
148 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
149 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
150 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
151 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
152 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
153 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
154 PreprocessorDefinitions="_DEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
155 Culture="1033"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
156 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
157 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
158 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
159 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
160 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
161 Name="VCLinkerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
162 AdditionalDependencies="msimg32.lib winmm.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
163 OutputFile="$(IntDir)\SDL.dll"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
164 IgnoreAllDefaultLibraries="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
165 GenerateDebugInformation="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
166 SubSystem="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
167 TargetMachine="17"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
168 CLRUnmanagedCodeCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
169 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
170 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
171 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
172 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
173 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
174 Name="VCManifestTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
175 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
176 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
177 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
178 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
179 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
180 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
181 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
182 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
183 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
184 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
185 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
186 Name="VCAppVerifierTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
187 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
188 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
189 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
190 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
191 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
192 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
193 Name="Release|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
194 OutputDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 IntermediateDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 ConfigurationType="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
198 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
199 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
200 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
201 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
202 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
203 Description="Making sure basic SDL headers are in place..."
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
204 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
205 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
206 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
207 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
208 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
209 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
210 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
211 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
212 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
213 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
214 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
215 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
216 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
217 PreprocessorDefinitions="NDEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
218 MkTypLibCompatible="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
219 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
220 TargetEnvironment="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
221 TypeLibraryName=".\Release/SDL.tlb"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
222 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
223 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
224 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
225 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
226 EnableIntrinsicFunctions="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
227 AdditionalIncludeDirectories="..\..\include"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
228 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
229 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
230 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
231 BufferSecurityCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
232 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
233 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
234 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
235 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
236 Detect64BitPortabilityProblems="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
237 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
238 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
239 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
240 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
241 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
242 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
243 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
244 PreprocessorDefinitions="NDEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
245 Culture="1033"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
246 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
247 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
248 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
249 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
250 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
251 Name="VCLinkerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
252 AdditionalDependencies="msimg32.lib winmm.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
253 OutputFile="$(IntDir)\SDL.dll"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
254 IgnoreAllDefaultLibraries="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
255 SubSystem="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
256 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
257 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
258 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
259 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
260 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
261 Name="VCManifestTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
262 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
263 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
264 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
265 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
266 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
267 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
268 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
269 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
270 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
271 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
272 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
273 Name="VCAppVerifierTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
274 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
275 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
276 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
277 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
278 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
279 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
280 Name="Release|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
281 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
282 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
283 ConfigurationType="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
284 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
285 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
286 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
287 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
288 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
289 Name="VCPreBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
290 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
291 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
292 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
293 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
294 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
295 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
296 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
297 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
298 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
299 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
300 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
301 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
302 PreprocessorDefinitions="NDEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
303 MkTypLibCompatible="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
304 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
305 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
306 TypeLibraryName=".\Release/SDL.tlb"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
307 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
308 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
309 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
310 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
311 EnableIntrinsicFunctions="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
312 AdditionalIncludeDirectories="..\..\include"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
313 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
314 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
315 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
316 BufferSecurityCheck="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
317 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
318 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
319 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
320 Detect64BitPortabilityProblems="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
321 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
322 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
323 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
324 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
325 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
326 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
327 PreprocessorDefinitions="NDEBUG"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
328 Culture="1033"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
329 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
330 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
331 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
332 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
333 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
334 Name="VCLinkerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
335 AdditionalDependencies="msimg32.lib winmm.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
336 OutputFile="$(IntDir)\SDL.dll"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
337 IgnoreAllDefaultLibraries="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
338 SubSystem="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
339 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
340 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
341 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
342 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
343 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
344 Name="VCManifestTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
345 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
346 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
347 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
348 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
349 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
350 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
351 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
352 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
353 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
354 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
355 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
356 Name="VCAppVerifierTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
357 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
358 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
359 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
360 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
361 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
362 </Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
363 <References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
364 </References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
365 <Files>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
366 <Filter
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
367 Name="API Headers"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
368 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
369 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
370 RelativePath="..\..\include\SDL.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
371 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
372 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
373 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
374 RelativePath="..\..\include\SDL_assert.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
375 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
376 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
377 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
378 RelativePath="..\..\include\SDL_atomic.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
379 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
380 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
381 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
382 RelativePath="..\..\include\SDL_audio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
383 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
384 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
385 <File
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
386 RelativePath="..\..\include\SDL_clipboard.h"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
387 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
388 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
389 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
390 RelativePath="..\..\include\SDL_compat.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
391 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
392 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
393 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
394 RelativePath="..\..\include\SDL_config.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
395 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
396 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
397 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
398 RelativePath="..\..\include\SDL_config_win32.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
399 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
400 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
401 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
402 RelativePath="..\..\include\SDL_copying.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
403 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
404 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
405 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
406 RelativePath="..\..\include\SDL_cpuinfo.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
407 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
408 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
409 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
410 RelativePath="..\..\include\SDL_endian.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
411 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
412 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
413 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
414 RelativePath="..\..\include\SDL_error.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
415 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
416 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
417 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
418 RelativePath="..\..\include\SDL_events.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
419 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
420 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
421 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
422 RelativePath="..\..\include\SDL_haptic.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
423 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
424 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
425 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
426 RelativePath="..\..\include\SDL_joystick.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
427 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
428 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
429 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
430 RelativePath="..\..\include\SDL_keyboard.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
431 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
432 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
433 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
434 RelativePath="..\..\include\SDL_keysym.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
435 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
436 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
437 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
438 RelativePath="..\..\include\SDL_loadso.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
439 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
440 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
441 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
442 RelativePath="..\..\include\SDL_main.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
443 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
444 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
445 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
446 RelativePath="..\..\include\SDL_mouse.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
447 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
448 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
449 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
450 RelativePath="..\..\include\SDL_mutex.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
451 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
452 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
453 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
454 RelativePath="..\..\include\SDL_name.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
455 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
456 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
457 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
458 RelativePath="..\..\include\SDL_opengl.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
459 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
460 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
461 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
462 RelativePath="..\..\include\SDL_opengles.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
463 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
464 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
465 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
466 RelativePath="..\..\include\SDL_pixels.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
467 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
468 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
469 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
470 RelativePath="..\..\include\SDL_platform.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
471 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
472 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
473 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
474 RelativePath="..\..\include\SDL_power.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
475 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
476 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
477 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
478 RelativePath="..\..\include\SDL_quit.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
479 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
480 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
481 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
482 RelativePath="..\..\include\SDL_rect.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
483 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
484 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
485 <File
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
486 RelativePath="..\..\include\SDL_revision.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
487 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
488 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
489 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
490 RelativePath="..\..\include\SDL_rwops.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
491 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
492 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
493 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
494 RelativePath="..\..\include\SDL_scancode.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
495 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
496 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
497 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
498 RelativePath="..\..\include\SDL_stdinc.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
499 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
500 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
501 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
502 RelativePath="..\..\include\SDL_surface.h"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
503 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
504 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
505 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
506 RelativePath="..\..\include\SDL_syswm.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
507 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
508 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
509 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
510 RelativePath="..\..\include\SDL_thread.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
511 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
512 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
513 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
514 RelativePath="..\..\include\SDL_timer.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
515 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
516 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
517 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
518 RelativePath="..\..\include\SDL_types.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
519 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
520 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
521 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
522 RelativePath="..\..\include\SDL_version.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
523 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
524 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
525 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
526 RelativePath="..\..\include\SDL_video.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
527 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
528 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
529 </Filter>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
530 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
531 RelativePath="..\..\src\events\blank_cursor.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
532 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
533 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
534 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
535 RelativePath="..\..\src\events\default_cursor.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
536 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
537 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
538 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
539 RelativePath="..\..\src\audio\windx5\directx.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
540 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
541 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
542 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
543 RelativePath="..\..\src\libm\e_log.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
544 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
545 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
546 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
547 RelativePath="..\..\src\libm\e_pow.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
548 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
549 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
550 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
551 RelativePath="..\..\src\libm\e_rem_pio2.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
552 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
553 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
554 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
555 RelativePath="..\..\src\libm\e_sqrt.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
556 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
557 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
558 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
559 RelativePath="..\..\src\libm\k_cos.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
560 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
561 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
562 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
563 RelativePath="..\..\src\libm\k_rem_pio2.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
564 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
565 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
566 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
567 RelativePath="..\..\src\libm\k_sin.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
568 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
569 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
570 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
571 RelativePath="..\..\src\libm\math.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
572 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
573 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
574 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
575 RelativePath="..\..\src\libm\math_private.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
576 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
577 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
578 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
579 RelativePath="..\..\src\video\mmx.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
580 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
581 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
582 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
583 RelativePath="..\..\src\libm\s_copysign.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
584 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
585 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
586 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
587 RelativePath="..\..\src\libm\s_cos.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
588 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
589 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
590 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
591 RelativePath="..\..\src\libm\s_fabs.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
592 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
593 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
594 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
595 RelativePath="..\..\src\libm\s_floor.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
596 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
597 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
598 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
599 RelativePath="..\..\src\libm\s_scalbn.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
600 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
601 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
602 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
603 RelativePath="..\..\src\libm\s_sin.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
604 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
605 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
606 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
607 RelativePath="..\..\src\SDL.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
608 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
609 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
610 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
611 RelativePath="..\..\src\video\SDL_alphamult.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
612 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
613 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
614 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
615 RelativePath="..\..\src\video\SDL_alphamult.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
616 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
617 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
618 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
619 RelativePath="..\..\src\SDL_assert.c"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
620 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
621 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
622 <File
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
623 RelativePath="..\..\src\atomic\win32\SDL_atomic.c"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
624 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
625 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
626 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
627 RelativePath="..\..\src\audio\SDL_audio.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
628 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
629 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
630 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
631 RelativePath="..\..\src\audio\SDL_audio_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
632 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
633 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
634 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
635 RelativePath="..\..\src\audio\SDL_audiocvt.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
636 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
637 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
638 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
639 RelativePath="..\..\src\audio\SDL_audiodev.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
640 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
641 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
642 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
643 RelativePath="..\..\src\audio\SDL_audiodev_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
644 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
645 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
646 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
647 RelativePath="..\..\src\audio\SDL_audiomem.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
648 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
649 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
650 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
651 RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
652 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
653 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
654 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
655 RelativePath="..\..\src\video\SDL_blendfillrect.c"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
656 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
657 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
658 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
659 RelativePath="..\..\src\video\SDL_blendline.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
660 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
661 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
662 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
663 RelativePath="..\..\src\video\SDL_blendpoint.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
664 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
665 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
666 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
667 RelativePath="..\..\src\video\SDL_blendrect.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
668 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
669 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
670 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
671 RelativePath="..\..\src\video\SDL_blit.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
672 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
673 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
674 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
675 RelativePath="..\..\src\video\SDL_blit.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
676 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
677 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
678 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
679 RelativePath="..\..\src\video\SDL_blit_0.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
680 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
681 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
682 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
683 RelativePath="..\..\src\video\SDL_blit_1.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
684 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
685 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
686 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
687 RelativePath="..\..\src\video\SDL_blit_A.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
688 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
689 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
690 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
691 RelativePath="..\..\src\video\SDL_blit_auto.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
692 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
693 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
694 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
695 RelativePath="..\..\src\video\SDL_blit_auto.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
696 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
697 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
698 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
699 RelativePath="..\..\src\video\SDL_blit_copy.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
700 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
701 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
702 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
703 RelativePath="..\..\src\video\SDL_blit_copy.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
704 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
705 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
706 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
707 RelativePath="..\..\src\video\SDL_blit_N.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
708 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
709 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
710 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
711 RelativePath="..\..\src\video\SDL_blit_slow.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
712 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
713 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
714 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
715 RelativePath="..\..\src\video\SDL_blit_slow.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
716 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
717 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
718 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
719 RelativePath="..\..\src\video\SDL_bmp.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
720 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
721 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
722 <File
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
723 RelativePath="..\..\src\video\SDL_clipboard.c"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
724 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
725 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
726 <File
4504
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
727 RelativePath="..\..\src\events\SDL_clipboardevents.c"
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
728 >
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
729 </File>
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
730 <File
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
731 RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
732 >
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
733 </File>
9faebccfefb3 Amazingly the Windows code is almost identical to the Mac OS X code. :)
Sam Lantinga <slouken@libsdl.org>
parents: 4500
diff changeset
734 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
735 RelativePath="..\..\src\SDL_compat.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
736 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
737 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
738 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
739 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
740 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
741 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
742 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
743 RelativePath="..\..\src\video\win32\SDL_d3drender.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
744 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
745 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
746 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
747 RelativePath="..\..\src\video\win32\SDL_d3drender.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
748 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
749 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
750 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
751 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
752 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
753 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
754 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
755 RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
756 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
757 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
758 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
759 RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
760 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
761 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
762 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
763 RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
764 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
765 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
766 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
767 RelativePath="..\..\src\video\SDL_draw.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
768 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
769 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
770 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
771 RelativePath="..\..\src\video\SDL_drawline.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
772 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
773 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
774 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
775 RelativePath="..\..\src\video\SDL_drawpoint.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
776 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
777 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
778 <File
3600
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
779 RelativePath="..\..\src\video\SDL_drawrect.c"
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
780 >
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
781 </File>
e36bead37acb Updated to include new files
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
782 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
783 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
784 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
785 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
786 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
787 RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
788 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
789 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
790 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
791 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
792 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
793 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
794 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
795 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
796 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
797 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
798 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
799 RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
800 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
801 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
802 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
803 RelativePath="..\..\src\SDL_error.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
804 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
805 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
806 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
807 RelativePath="..\..\src\SDL_error_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
808 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
809 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
810 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
811 RelativePath="..\..\src\events\SDL_events.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
812 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
813 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
814 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
815 RelativePath="..\..\src\events\SDL_events_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
816 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
817 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
818 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
819 RelativePath="..\..\src\SDL_fatal.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
820 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
821 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
822 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
823 RelativePath="..\..\src\SDL_fatal.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
824 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
825 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
826 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
827 RelativePath="..\..\src\video\SDL_fillrect.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
828 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
829 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
830 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
831 RelativePath="..\..\src\video\SDL_gamma.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
832 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
833 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
834 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
835 RelativePath="..\..\src\video\win32\SDL_gdirender.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
836 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
837 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
838 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
839 RelativePath="..\..\src\video\win32\SDL_gdirender.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
840 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
841 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
842 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
843 RelativePath="..\..\src\stdlib\SDL_getenv.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
844 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
845 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
846 <File
3671
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
847 RelativePath="..\..\src\video\SDL_glesfuncs.h"
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
848 >
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
849 </File>
0d6f520c0eb9 Fixed building under Visual Studio
Sam Lantinga <slouken@libsdl.org>
parents: 3600
diff changeset
850 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
851 RelativePath="..\..\src\video\SDL_glfuncs.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
852 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
853 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
854 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
855 RelativePath="..\..\src\haptic\SDL_haptic.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
856 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
857 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
858 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
859 RelativePath="..\..\src\stdlib\SDL_iconv.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
860 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
861 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
862 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
863 RelativePath="..\..\src\joystick\SDL_joystick.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
864 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
865 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
866 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
867 RelativePath="..\..\src\joystick\SDL_joystick_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
868 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
869 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
870 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
871 RelativePath="..\..\src\events\SDL_keyboard.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
872 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
873 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
874 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
875 RelativePath="..\..\src\events\SDL_keyboard_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
876 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
877 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
878 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
879 RelativePath="..\..\src\video\SDL_leaks.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
880 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
881 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
882 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
883 RelativePath="..\..\src\stdlib\SDL_malloc.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
884 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
885 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
886 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
887 RelativePath="..\..\src\audio\SDL_mixer.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
888 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
889 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
890 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
891 RelativePath="..\..\src\audio\SDL_mixer_m68k.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
892 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
893 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
894 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
895 RelativePath="..\..\src\audio\SDL_mixer_m68k.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
896 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
897 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
898 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
899 RelativePath="..\..\src\audio\SDL_mixer_MMX.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
900 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
901 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
902 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
903 RelativePath="..\..\src\audio\SDL_mixer_MMX.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
904 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
905 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
906 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
907 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
908 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
909 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
910 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
911 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
912 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
913 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
914 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
915 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
916 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
917 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
918 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
919 RelativePath="..\..\src\events\SDL_mouse.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
920 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
921 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
922 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
923 RelativePath="..\..\src\events\SDL_mouse_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
924 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
925 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
926 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
927 RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
928 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
929 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
930 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
931 RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
932 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
933 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
934 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
935 RelativePath="..\..\src\video\dummy\SDL_nullrender.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
936 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
937 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
938 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
939 RelativePath="..\..\src\video\dummy\SDL_nullrender_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
940 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
941 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
942 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
943 RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
944 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
945 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
946 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
947 RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
948 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
949 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
950 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
951 RelativePath="..\..\src\video\SDL_pixels.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
952 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
953 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
954 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
955 RelativePath="..\..\src\video\SDL_pixels_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
956 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
957 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
958 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
959 RelativePath="..\..\src\power\SDL_power.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
960 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
961 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
962 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
963 RelativePath="..\..\src\stdlib\SDL_qsort.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
964 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
965 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
966 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
967 RelativePath="..\..\src\events\SDL_quit.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
968 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
969 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
970 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
971 RelativePath="..\..\src\video\SDL_rect.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
972 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
973 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
974 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
975 RelativePath="..\..\src\video\SDL_rect_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
976 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
977 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
978 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
979 RelativePath="..\..\src\video\SDL_renderer_gl.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
980 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
981 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
982 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
983 RelativePath="..\..\src\video\SDL_renderer_gl.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
984 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
985 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
986 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
987 RelativePath="..\..\src\video\SDL_renderer_sw.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
988 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
989 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
990 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
991 RelativePath="..\..\src\video\SDL_renderer_sw.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
992 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
993 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
994 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
995 RelativePath="..\..\src\video\SDL_RLEaccel.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
996 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
997 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
998 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
999 RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1000 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1001 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1002 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1003 RelativePath="..\..\src\file\SDL_rwops.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1004 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1005 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1006 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1007 RelativePath="..\..\src\stdlib\SDL_stdlib.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1008 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1009 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1010 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1011 RelativePath="..\..\src\video\SDL_stretch.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1012 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1013 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1014 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1015 RelativePath="..\..\src\stdlib\SDL_string.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1016 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1017 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1018 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1019 RelativePath="..\..\src\video\SDL_surface.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1020 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1021 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1022 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1023 RelativePath="..\..\src\audio\SDL_sysaudio.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1024 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1025 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1026 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1027 RelativePath="..\..\src\events\SDL_sysevents.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1028 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1029 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1030 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1031 RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1032 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1033 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1034 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1035 RelativePath="..\..\src\haptic\SDL_syshaptic.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1036 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1037 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1038 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1039 RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1040 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1041 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1042 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1043 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1044 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1045 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1046 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1047 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1048 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1049 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1050 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1051 RelativePath="..\..\src\power\windows\SDL_syspower.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1052 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1053 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1054 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1055 RelativePath="..\..\src\thread\win32\SDL_syssem.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1056 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1057 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1058 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1059 RelativePath="..\..\src\thread\win32\SDL_systhread.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1060 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1061 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1062 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1063 RelativePath="..\..\src\thread\SDL_systhread.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1064 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1065 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1066 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1067 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1068 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1069 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1070 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1071 RelativePath="..\..\src\timer\win32\SDL_systimer.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1072 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1073 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1074 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1075 RelativePath="..\..\src\timer\SDL_systimer.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1076 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1077 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1078 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1079 RelativePath="..\..\src\video\SDL_sysvideo.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1080 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1081 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1082 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1083 RelativePath="..\..\src\thread\SDL_thread.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1084 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1085 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1086 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1087 RelativePath="..\..\src\thread\SDL_thread_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1088 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1089 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1090 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1091 RelativePath="..\..\src\timer\SDL_timer.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1092 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1093 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1094 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1095 RelativePath="..\..\src\timer\SDL_timer_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1096 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1097 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1098 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1099 RelativePath="..\..\src\video\SDL_video.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1100 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1101 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1102 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1103 RelativePath="..\..\src\video\win32\SDL_vkeys.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1104 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1105 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1106 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1107 RelativePath="..\..\src\audio\SDL_wave.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1108 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1109 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1110 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1111 RelativePath="..\..\src\audio\SDL_wave.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1112 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1113 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1114 <File
4500
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1115 RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1116 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1117 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1118 <File
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1119 RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1120 >
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1121 </File>
eff4e88cc1e8 Added Windows clipboard support
Sam Lantinga <slouken@libsdl.org>
parents: 4487
diff changeset
1122 <File
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1123 RelativePath="..\..\src\video\win32\SDL_win32events.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1124 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1125 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1126 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1127 RelativePath="..\..\src\video\win32\SDL_win32events.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1128 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1129 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1130 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1131 RelativePath="..\..\src\video\win32\SDL_win32gamma.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1132 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1133 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1134 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1135 RelativePath="..\..\src\video\win32\SDL_win32gamma.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1136 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1137 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1138 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1139 RelativePath="..\..\src\video\win32\SDL_win32keyboard.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1140 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1141 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1142 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1143 RelativePath="..\..\src\video\win32\SDL_win32keyboard.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1144 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1145 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1146 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1147 RelativePath="..\..\src\video\win32\SDL_win32modes.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1148 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1149 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1150 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1151 RelativePath="..\..\src\video\win32\SDL_win32modes.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1152 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1153 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1154 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1155 RelativePath="..\..\src\video\win32\SDL_win32mouse.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1156 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1157 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1158 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1159 RelativePath="..\..\src\video\win32\SDL_win32mouse.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1160 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1161 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1162 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1163 RelativePath="..\..\src\video\win32\SDL_win32opengl.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1164 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1165 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1166 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1167 RelativePath="..\..\src\video\win32\SDL_win32opengl.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1168 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1169 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1170 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1171 RelativePath="..\..\src\video\win32\SDL_win32video.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1172 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1173 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1174 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1175 RelativePath="..\..\src\video\win32\SDL_win32video.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1176 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1177 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1178 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1179 RelativePath="..\..\src\video\win32\SDL_win32window.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1180 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1181 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1182 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1183 RelativePath="..\..\src\video\win32\SDL_win32window.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1184 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1185 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1186 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1187 RelativePath="..\..\src\events\SDL_windowevents.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1188 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1189 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1190 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1191 RelativePath="..\..\src\events\SDL_windowevents_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1192 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1193 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1194 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1195 RelativePath="..\..\src\video\SDL_yuv_mmx.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1196 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1197 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1198 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1199 RelativePath="..\..\src\video\SDL_yuv_sw.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1200 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1201 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1202 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1203 RelativePath="..\..\src\video\SDL_yuv_sw_c.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1204 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1205 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1206 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1207 RelativePath="..\..\src\video\win32\wmmsg.h"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1208 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1209 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1210 </Files>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1211 <Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1212 </Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1213 </VisualStudioProject>