1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="SDL_gfx" 6 ProjectGUID="{AE22EFD3-6E6D-48C0-AF3D-EF190406BEDC}" 7 RootNamespace="SDL_gfx" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="196613" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 </Platforms> 16 <ToolFiles> 17 </ToolFiles> 18 <Configurations> 19 <Configuration 20 Name="Debug|Win32" 21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 22 IntermediateDirectory="$(ConfigurationName)" 23 ConfigurationType="2" 24 CharacterSet="1" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 41 <Tool 42 Name="VCCLCompilerTool" 43 Optimization="0" 44 AdditionalIncludeDirectories=""..\SDL-1.2.15\include"" 45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;USE_MMX" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 DebugInformationFormat="4" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLinkerTool" 64 AdditionalDependencies="SDL.lib" 65 LinkIncremental="2" 66 AdditionalLibraryDirectories="..\SDL-1.2.15\VisualC\SDL\Debug" 67 GenerateDebugInformation="true" 68 SubSystem="2" 69 RandomizedBaseAddress="1" 70 DataExecutionPrevention="0" 71 ImportLibrary=".\Debug\SDL_gfx.lib" 72 TargetMachine="1" 73 /> 74 <Tool 75 Name="VCALinkTool" 76 /> 77 <Tool 78 Name="VCManifestTool" 79 /> 80 <Tool 81 Name="VCXDCMakeTool" 82 /> 83 <Tool 84 Name="VCBscMakeTool" 85 /> 86 <Tool 87 Name="VCFxCopTool" 88 /> 89 <Tool 90 Name="VCAppVerifierTool" 91 /> 92 <Tool 93 Name="VCPostBuildEventTool" 94 CommandLine="copy "$(TargetPath)" "$(SolutionDir)\Test\$(ConfigurationName)"
copy "$(ProjectDir)\..\SDL-1.2.15\VisualC\SDL\Debug\SDL.dll" "$(SolutionDir)\Test\$(ConfigurationName)"
" 95 /> 96 </Configuration> 97 <Configuration 98 Name="Release|Win32" 99 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 100 IntermediateDirectory="$(ConfigurationName)" 101 ConfigurationType="2" 102 CharacterSet="1" 103 WholeProgramOptimization="1" 104 > 105 <Tool 106 Name="VCPreBuildEventTool" 107 /> 108 <Tool 109 Name="VCCustomBuildTool" 110 /> 111 <Tool 112 Name="VCXMLDataGeneratorTool" 113 /> 114 <Tool 115 Name="VCWebServiceProxyGeneratorTool" 116 /> 117 <Tool 118 Name="VCMIDLTool" 119 /> 120 <Tool 121 Name="VCCLCompilerTool" 122 Optimization="2" 123 EnableIntrinsicFunctions="true" 124 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT" 125 RuntimeLibrary="2" 126 EnableFunctionLevelLinking="true" 127 UsePrecompiledHeader="0" 128 WarningLevel="3" 129 DebugInformationFormat="3" 130 /> 131 <Tool 132 Name="VCManagedResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCPreLinkEventTool" 139 /> 140 <Tool 141 Name="VCLinkerTool" 142 AdditionalDependencies="SDL.lib" 143 LinkIncremental="1" 144 GenerateDebugInformation="true" 145 SubSystem="2" 146 OptimizeReferences="2" 147 EnableCOMDATFolding="2" 148 TargetMachine="1" 149 /> 150 <Tool 151 Name="VCALinkTool" 152 /> 153 <Tool 154 Name="VCManifestTool" 155 /> 156 <Tool 157 Name="VCXDCMakeTool" 158 /> 159 <Tool 160 Name="VCBscMakeTool" 161 /> 162 <Tool 163 Name="VCFxCopTool" 164 /> 165 <Tool 166 Name="VCAppVerifierTool" 167 /> 168 <Tool 169 Name="VCPostBuildEventTool" 170 /> 171 </Configuration> 172 </Configurations> 173 <References> 174 </References> 175 <Files> 176 <Filter 177 Name="Source Files" 178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 180 > 181 <File 182 RelativePath="SDL_framerate.c" 183 > 184 </File> 185 <File 186 RelativePath="SDL_gfxBlitFunc.c" 187 > 188 </File> 189 <File 190 RelativePath="SDL_gfxPrimitives.c" 191 > 192 </File> 193 <File 194 RelativePath="SDL_imageFilter.c" 195 > 196 </File> 197 <File 198 RelativePath="SDL_rotozoom.c" 199 > 200 </File> 201 </Filter> 202 <Filter 203 Name="Header Files" 204 Filter="h;hpp;hxx;hm;inl;inc;xsd" 205 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 206 > 207 <File 208 RelativePath="SDL_framerate.h" 209 > 210 </File> 211 <File 212 RelativePath="SDL_gfxBlitFunc.h" 213 > 214 </File> 215 <File 216 RelativePath="SDL_gfxPrimitives.h" 217 > 218 </File> 219 <File 220 RelativePath="SDL_gfxPrimitives_font.h" 221 > 222 </File> 223 <File 224 RelativePath="SDL_imageFilter.h" 225 > 226 </File> 227 <File 228 RelativePath="SDL_rotozoom.h" 229 > 230 </File> 231 </Filter> 232 <Filter 233 Name="Resource Files" 234 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 235 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 236 > 237 </Filter> 238 <File 239 RelativePath=".\ChangeLog" 240 > 241 <FileConfiguration 242 Name="Debug|Win32" 243 ExcludedFromBuild="true" 244 > 245 <Tool 246 Name="VCCustomBuildTool" 247 /> 248 </FileConfiguration> 249 </File> 250 <File 251 RelativePath=".\README" 252 > 253 <FileConfiguration 254 Name="Debug|Win32" 255 ExcludedFromBuild="true" 256 > 257 <Tool 258 Name="VCCustomBuildTool" 259 /> 260 </FileConfiguration> 261 </File> 262 </Files> 263 <Globals> 264 </Globals> 265</VisualStudioProject> 266