1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="LaplaceRelaxation" 6 ProjectGUID="{AE9876D3-6F6D-48C0-3DAF-EF578406BEDC}" 7 RootNamespace="LaplaceRelaxation" 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=".\Debug" 22 IntermediateDirectory=".\Debug" 23 ConfigurationType="1" 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="..\..\sdlgfx;"..\..\SDL-1.2.15\include"" 45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 46 MinimalRebuild="false" 47 BasicRuntimeChecks="0" 48 RuntimeLibrary="2" 49 UsePrecompiledHeader="0" 50 PrecompiledHeaderFile=".\Debug/LaplaceRelaxation.pch" 51 AssemblerListingLocation=".\Debug/" 52 ObjectFile=".\Debug/" 53 ProgramDataBaseFileName=".\Debug/" 54 WarningLevel="3" 55 DebugInformationFormat="4" 56 CompileAs="0" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCPreLinkEventTool" 66 /> 67 <Tool 68 Name="VCLinkerTool" 69 AdditionalDependencies="SDL.lib SDLmain.lib SDL_gfx.lib" 70 OutputFile=".\Debug/LaplaceRelaxation.exe" 71 LinkIncremental="2" 72 AdditionalLibraryDirectories="..\..\sdlgfx\Debug;"..\..\SDL-1.2.15\VisualC\SDLmain\Debug";"..\..\SDL-1.2.15\VisualC\SDL\Debug"" 73 GenerateDebugInformation="true" 74 ProgramDatabaseFile="./Debug\LaplaceRelaxation.pdb" 75 SubSystem="2" 76 DataExecutionPrevention="0" 77 TargetMachine="0" 78 /> 79 <Tool 80 Name="VCALinkTool" 81 /> 82 <Tool 83 Name="VCManifestTool" 84 /> 85 <Tool 86 Name="VCXDCMakeTool" 87 /> 88 <Tool 89 Name="VCBscMakeTool" 90 /> 91 <Tool 92 Name="VCFxCopTool" 93 /> 94 <Tool 95 Name="VCAppVerifierTool" 96 /> 97 <Tool 98 Name="VCPostBuildEventTool" 99 CommandLine="copy /y "$(InputDir)\*.bmp" "$(TargetDir)"" 100 /> 101 </Configuration> 102 <Configuration 103 Name="Release|Win32" 104 OutputDirectory=".\Debug" 105 IntermediateDirectory=".\Debug" 106 ConfigurationType="1" 107 CharacterSet="0" 108 WholeProgramOptimization="0" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 Optimization="2" 128 EnableIntrinsicFunctions="true" 129 AdditionalIncludeDirectories="..\..\sdlgfx;"..\..\SDL-1.2.15\include"" 130 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 131 RuntimeLibrary="2" 132 EnableFunctionLevelLinking="false" 133 UsePrecompiledHeader="0" 134 WarningLevel="3" 135 DebugInformationFormat="3" 136 CompileAs="0" 137 OmitDefaultLibName="false" 138 /> 139 <Tool 140 Name="VCManagedResourceCompilerTool" 141 /> 142 <Tool 143 Name="VCResourceCompilerTool" 144 /> 145 <Tool 146 Name="VCPreLinkEventTool" 147 /> 148 <Tool 149 Name="VCLinkerTool" 150 AdditionalDependencies="SDL.lib SDLmain.lib SDL_gfx.lib" 151 LinkIncremental="2" 152 AdditionalLibraryDirectories="..\..\sdlgfx\Debug;"..\..\SDL-1.2.15\VisualC\SDLmain\Debug";"..\..\SDL-1.2.15\VisualC\SDL\Debug"" 153 GenerateDebugInformation="true" 154 SubSystem="2" 155 OptimizeReferences="2" 156 EnableCOMDATFolding="2" 157 EntryPointSymbol="" 158 RandomizedBaseAddress="1" 159 DataExecutionPrevention="0" 160 TargetMachine="0" 161 /> 162 <Tool 163 Name="VCALinkTool" 164 /> 165 <Tool 166 Name="VCManifestTool" 167 /> 168 <Tool 169 Name="VCXDCMakeTool" 170 /> 171 <Tool 172 Name="VCBscMakeTool" 173 /> 174 <Tool 175 Name="VCFxCopTool" 176 /> 177 <Tool 178 Name="VCAppVerifierTool" 179 /> 180 <Tool 181 Name="VCPostBuildEventTool" 182 /> 183 </Configuration> 184 </Configurations> 185 <References> 186 </References> 187 <Files> 188 <Filter 189 Name="Source Files" 190 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 191 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 192 > 193 <File 194 RelativePath="LaplaceRelaxation.c" 195 > 196 </File> 197 </Filter> 198 <Filter 199 Name="Images" 200 > 201 <File 202 RelativePath=".\sample8.bmp" 203 > 204 <FileConfiguration 205 Name="Debug|Win32" 206 ExcludedFromBuild="true" 207 > 208 <Tool 209 Name="VCCustomBuildTool" 210 /> 211 </FileConfiguration> 212 <FileConfiguration 213 Name="Release|Win32" 214 ExcludedFromBuild="true" 215 > 216 <Tool 217 Name="VCCustomBuildTool" 218 /> 219 </FileConfiguration> 220 </File> 221 </Filter> 222 </Files> 223 <Globals> 224 </Globals> 225</VisualStudioProject> 226