| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <VisualStudioProject |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="8.00" |
|---|
| 5 | Name="libpipi" |
|---|
| 6 | ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" |
|---|
| 7 | RootNamespace="libpipi" |
|---|
| 8 | Keyword="Win32Proj" |
|---|
| 9 | > |
|---|
| 10 | <Platforms> |
|---|
| 11 | <Platform |
|---|
| 12 | Name="Win32" |
|---|
| 13 | /> |
|---|
| 14 | </Platforms> |
|---|
| 15 | <ToolFiles> |
|---|
| 16 | </ToolFiles> |
|---|
| 17 | <Configurations> |
|---|
| 18 | <Configuration |
|---|
| 19 | Name="Debug|Win32" |
|---|
| 20 | OutputDirectory="$(SolutionDir)/win32/$(ConfigurationName)/bin" |
|---|
| 21 | IntermediateDirectory="$(OutDir)/$(ProjectName)" |
|---|
| 22 | ConfigurationType="2" |
|---|
| 23 | > |
|---|
| 24 | <Tool |
|---|
| 25 | Name="VCPreBuildEventTool" |
|---|
| 26 | /> |
|---|
| 27 | <Tool |
|---|
| 28 | Name="VCCustomBuildTool" |
|---|
| 29 | /> |
|---|
| 30 | <Tool |
|---|
| 31 | Name="VCXMLDataGeneratorTool" |
|---|
| 32 | /> |
|---|
| 33 | <Tool |
|---|
| 34 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 35 | /> |
|---|
| 36 | <Tool |
|---|
| 37 | Name="VCMIDLTool" |
|---|
| 38 | /> |
|---|
| 39 | <Tool |
|---|
| 40 | Name="VCCLCompilerTool" |
|---|
| 41 | Optimization="0" |
|---|
| 42 | AdditionalIncludeDirectories="..\win32;.;.." |
|---|
| 43 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__" |
|---|
| 44 | MinimalRebuild="true" |
|---|
| 45 | BasicRuntimeChecks="3" |
|---|
| 46 | RuntimeLibrary="3" |
|---|
| 47 | UsePrecompiledHeader="0" |
|---|
| 48 | WarningLevel="3" |
|---|
| 49 | Detect64BitPortabilityProblems="true" |
|---|
| 50 | DebugInformationFormat="4" |
|---|
| 51 | /> |
|---|
| 52 | <Tool |
|---|
| 53 | Name="VCManagedResourceCompilerTool" |
|---|
| 54 | /> |
|---|
| 55 | <Tool |
|---|
| 56 | Name="VCResourceCompilerTool" |
|---|
| 57 | /> |
|---|
| 58 | <Tool |
|---|
| 59 | Name="VCPreLinkEventTool" |
|---|
| 60 | /> |
|---|
| 61 | <Tool |
|---|
| 62 | Name="VCLinkerTool" |
|---|
| 63 | AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" |
|---|
| 64 | LinkIncremental="2" |
|---|
| 65 | GenerateDebugInformation="true" |
|---|
| 66 | SubSystem="2" |
|---|
| 67 | TargetMachine="1" |
|---|
| 68 | /> |
|---|
| 69 | <Tool |
|---|
| 70 | Name="VCALinkTool" |
|---|
| 71 | /> |
|---|
| 72 | <Tool |
|---|
| 73 | Name="VCManifestTool" |
|---|
| 74 | /> |
|---|
| 75 | <Tool |
|---|
| 76 | Name="VCXDCMakeTool" |
|---|
| 77 | /> |
|---|
| 78 | <Tool |
|---|
| 79 | Name="VCBscMakeTool" |
|---|
| 80 | /> |
|---|
| 81 | <Tool |
|---|
| 82 | Name="VCFxCopTool" |
|---|
| 83 | /> |
|---|
| 84 | <Tool |
|---|
| 85 | Name="VCAppVerifierTool" |
|---|
| 86 | /> |
|---|
| 87 | <Tool |
|---|
| 88 | Name="VCWebDeploymentTool" |
|---|
| 89 | /> |
|---|
| 90 | <Tool |
|---|
| 91 | Name="VCPostBuildEventTool" |
|---|
| 92 | /> |
|---|
| 93 | </Configuration> |
|---|
| 94 | <Configuration |
|---|
| 95 | Name="Release|Win32" |
|---|
| 96 | OutputDirectory="$(SolutionDir)/win32/$(ConfigurationName)/bin" |
|---|
| 97 | IntermediateDirectory="$(OutDir)/$(ProjectName)" |
|---|
| 98 | ConfigurationType="2" |
|---|
| 99 | > |
|---|
| 100 | <Tool |
|---|
| 101 | Name="VCPreBuildEventTool" |
|---|
| 102 | /> |
|---|
| 103 | <Tool |
|---|
| 104 | Name="VCCustomBuildTool" |
|---|
| 105 | /> |
|---|
| 106 | <Tool |
|---|
| 107 | Name="VCXMLDataGeneratorTool" |
|---|
| 108 | /> |
|---|
| 109 | <Tool |
|---|
| 110 | Name="VCWebServiceProxyGeneratorTool" |
|---|
| 111 | /> |
|---|
| 112 | <Tool |
|---|
| 113 | Name="VCMIDLTool" |
|---|
| 114 | /> |
|---|
| 115 | <Tool |
|---|
| 116 | Name="VCCLCompilerTool" |
|---|
| 117 | AdditionalIncludeDirectories="..\win32;.;.." |
|---|
| 118 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__" |
|---|
| 119 | RuntimeLibrary="2" |
|---|
| 120 | UsePrecompiledHeader="0" |
|---|
| 121 | WarningLevel="3" |
|---|
| 122 | Detect64BitPortabilityProblems="true" |
|---|
| 123 | DebugInformationFormat="3" |
|---|
| 124 | /> |
|---|
| 125 | <Tool |
|---|
| 126 | Name="VCManagedResourceCompilerTool" |
|---|
| 127 | /> |
|---|
| 128 | <Tool |
|---|
| 129 | Name="VCResourceCompilerTool" |
|---|
| 130 | /> |
|---|
| 131 | <Tool |
|---|
| 132 | Name="VCPreLinkEventTool" |
|---|
| 133 | /> |
|---|
| 134 | <Tool |
|---|
| 135 | Name="VCLinkerTool" |
|---|
| 136 | AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" |
|---|
| 137 | LinkIncremental="2" |
|---|
| 138 | GenerateDebugInformation="true" |
|---|
| 139 | SubSystem="2" |
|---|
| 140 | OptimizeReferences="2" |
|---|
| 141 | EnableCOMDATFolding="2" |
|---|
| 142 | TargetMachine="1" |
|---|
| 143 | /> |
|---|
| 144 | <Tool |
|---|
| 145 | Name="VCALinkTool" |
|---|
| 146 | /> |
|---|
| 147 | <Tool |
|---|
| 148 | Name="VCManifestTool" |
|---|
| 149 | /> |
|---|
| 150 | <Tool |
|---|
| 151 | Name="VCXDCMakeTool" |
|---|
| 152 | /> |
|---|
| 153 | <Tool |
|---|
| 154 | Name="VCBscMakeTool" |
|---|
| 155 | /> |
|---|
| 156 | <Tool |
|---|
| 157 | Name="VCFxCopTool" |
|---|
| 158 | /> |
|---|
| 159 | <Tool |
|---|
| 160 | Name="VCAppVerifierTool" |
|---|
| 161 | /> |
|---|
| 162 | <Tool |
|---|
| 163 | Name="VCWebDeploymentTool" |
|---|
| 164 | /> |
|---|
| 165 | <Tool |
|---|
| 166 | Name="VCPostBuildEventTool" |
|---|
| 167 | /> |
|---|
| 168 | </Configuration> |
|---|
| 169 | </Configurations> |
|---|
| 170 | <References> |
|---|
| 171 | </References> |
|---|
| 172 | <Files> |
|---|
| 173 | <Filter |
|---|
| 174 | Name="Header Files" |
|---|
| 175 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
|---|
| 176 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
|---|
| 177 | > |
|---|
| 178 | <File |
|---|
| 179 | RelativePath="..\win32\config.h" |
|---|
| 180 | > |
|---|
| 181 | </File> |
|---|
| 182 | <File |
|---|
| 183 | RelativePath=".\pipi.h" |
|---|
| 184 | > |
|---|
| 185 | </File> |
|---|
| 186 | <File |
|---|
| 187 | RelativePath=".\pipi_internals.h" |
|---|
| 188 | > |
|---|
| 189 | </File> |
|---|
| 190 | <File |
|---|
| 191 | RelativePath=".\pipi_stubs.h" |
|---|
| 192 | > |
|---|
| 193 | </File> |
|---|
| 194 | <File |
|---|
| 195 | RelativePath=".\pipi_template.h" |
|---|
| 196 | > |
|---|
| 197 | </File> |
|---|
| 198 | <File |
|---|
| 199 | RelativePath="..\win32\pipi_types.h" |
|---|
| 200 | > |
|---|
| 201 | </File> |
|---|
| 202 | </Filter> |
|---|
| 203 | <Filter |
|---|
| 204 | Name="Resource Files" |
|---|
| 205 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" |
|---|
| 206 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
|---|
| 207 | > |
|---|
| 208 | </Filter> |
|---|
| 209 | <Filter |
|---|
| 210 | Name="Source Files" |
|---|
| 211 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
|---|
| 212 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
|---|
| 213 | > |
|---|
| 214 | <File |
|---|
| 215 | RelativePath=".\accessors.c" |
|---|
| 216 | > |
|---|
| 217 | </File> |
|---|
| 218 | <File |
|---|
| 219 | RelativePath=".\codec.c" |
|---|
| 220 | > |
|---|
| 221 | </File> |
|---|
| 222 | <File |
|---|
| 223 | RelativePath=".\colorstring.c" |
|---|
| 224 | > |
|---|
| 225 | </File> |
|---|
| 226 | <File |
|---|
| 227 | RelativePath=".\context.c" |
|---|
| 228 | > |
|---|
| 229 | </File> |
|---|
| 230 | <File |
|---|
| 231 | RelativePath=".\dither.c" |
|---|
| 232 | > |
|---|
| 233 | </File> |
|---|
| 234 | <File |
|---|
| 235 | RelativePath=".\pipi.c" |
|---|
| 236 | > |
|---|
| 237 | </File> |
|---|
| 238 | <File |
|---|
| 239 | RelativePath=".\pixels.c" |
|---|
| 240 | > |
|---|
| 241 | </File> |
|---|
| 242 | <File |
|---|
| 243 | RelativePath=".\resize.c" |
|---|
| 244 | > |
|---|
| 245 | </File> |
|---|
| 246 | <File |
|---|
| 247 | RelativePath=".\stock.c" |
|---|
| 248 | > |
|---|
| 249 | </File> |
|---|
| 250 | <File |
|---|
| 251 | RelativePath=".\tiles.c" |
|---|
| 252 | > |
|---|
| 253 | </File> |
|---|
| 254 | <Filter |
|---|
| 255 | Name="codec" |
|---|
| 256 | > |
|---|
| 257 | <File |
|---|
| 258 | RelativePath=".\codec\gdi.c" |
|---|
| 259 | > |
|---|
| 260 | </File> |
|---|
| 261 | <File |
|---|
| 262 | RelativePath=".\codec\gdiplus.cpp" |
|---|
| 263 | > |
|---|
| 264 | </File> |
|---|
| 265 | <File |
|---|
| 266 | RelativePath=".\codec\oric.c" |
|---|
| 267 | > |
|---|
| 268 | </File> |
|---|
| 269 | </Filter> |
|---|
| 270 | <Filter |
|---|
| 271 | Name="combine" |
|---|
| 272 | > |
|---|
| 273 | <File |
|---|
| 274 | RelativePath=".\combine\merge.c" |
|---|
| 275 | > |
|---|
| 276 | </File> |
|---|
| 277 | <File |
|---|
| 278 | RelativePath=".\combine\minmax.c" |
|---|
| 279 | > |
|---|
| 280 | </File> |
|---|
| 281 | <File |
|---|
| 282 | RelativePath=".\combine\mulscreen.c" |
|---|
| 283 | > |
|---|
| 284 | </File> |
|---|
| 285 | <File |
|---|
| 286 | RelativePath=".\combine\rgb.c" |
|---|
| 287 | > |
|---|
| 288 | </File> |
|---|
| 289 | <File |
|---|
| 290 | RelativePath=".\combine\subadd.c" |
|---|
| 291 | > |
|---|
| 292 | </File> |
|---|
| 293 | </Filter> |
|---|
| 294 | <Filter |
|---|
| 295 | Name="dither" |
|---|
| 296 | > |
|---|
| 297 | <File |
|---|
| 298 | RelativePath=".\dither\dbs.c" |
|---|
| 299 | > |
|---|
| 300 | </File> |
|---|
| 301 | <File |
|---|
| 302 | RelativePath=".\dither\ediff.c" |
|---|
| 303 | > |
|---|
| 304 | </File> |
|---|
| 305 | <File |
|---|
| 306 | RelativePath=".\dither\ordered.c" |
|---|
| 307 | > |
|---|
| 308 | </File> |
|---|
| 309 | <File |
|---|
| 310 | RelativePath=".\dither\ostromoukhov.c" |
|---|
| 311 | > |
|---|
| 312 | </File> |
|---|
| 313 | <File |
|---|
| 314 | RelativePath=".\dither\random.c" |
|---|
| 315 | > |
|---|
| 316 | </File> |
|---|
| 317 | </Filter> |
|---|
| 318 | <Filter |
|---|
| 319 | Name="filter" |
|---|
| 320 | > |
|---|
| 321 | <File |
|---|
| 322 | RelativePath=".\filter\autocontrast.c" |
|---|
| 323 | > |
|---|
| 324 | </File> |
|---|
| 325 | <File |
|---|
| 326 | RelativePath=".\filter\blur.c" |
|---|
| 327 | > |
|---|
| 328 | </File> |
|---|
| 329 | <File |
|---|
| 330 | RelativePath=".\filter\color.c" |
|---|
| 331 | > |
|---|
| 332 | </File> |
|---|
| 333 | <File |
|---|
| 334 | RelativePath=".\filter\convolution.c" |
|---|
| 335 | > |
|---|
| 336 | </File> |
|---|
| 337 | <File |
|---|
| 338 | RelativePath=".\filter\dilate.c" |
|---|
| 339 | > |
|---|
| 340 | </File> |
|---|
| 341 | <File |
|---|
| 342 | RelativePath=".\filter\median.c" |
|---|
| 343 | > |
|---|
| 344 | </File> |
|---|
| 345 | <File |
|---|
| 346 | RelativePath=".\filter\transform.c" |
|---|
| 347 | > |
|---|
| 348 | </File> |
|---|
| 349 | <File |
|---|
| 350 | RelativePath=".\filter\wave.c" |
|---|
| 351 | > |
|---|
| 352 | </File> |
|---|
| 353 | </Filter> |
|---|
| 354 | <Filter |
|---|
| 355 | Name="quantize" |
|---|
| 356 | > |
|---|
| 357 | <File |
|---|
| 358 | RelativePath=".\quantize\reduce.c" |
|---|
| 359 | > |
|---|
| 360 | </File> |
|---|
| 361 | </Filter> |
|---|
| 362 | <Filter |
|---|
| 363 | Name="paint" |
|---|
| 364 | > |
|---|
| 365 | <File |
|---|
| 366 | RelativePath=".\paint\bezier.c" |
|---|
| 367 | > |
|---|
| 368 | </File> |
|---|
| 369 | <File |
|---|
| 370 | RelativePath=".\paint\floodfill.c" |
|---|
| 371 | > |
|---|
| 372 | </File> |
|---|
| 373 | <File |
|---|
| 374 | RelativePath=".\paint\line.c" |
|---|
| 375 | > |
|---|
| 376 | </File> |
|---|
| 377 | <File |
|---|
| 378 | RelativePath=".\paint\tile.c" |
|---|
| 379 | > |
|---|
| 380 | </File> |
|---|
| 381 | </Filter> |
|---|
| 382 | <Filter |
|---|
| 383 | Name="render" |
|---|
| 384 | > |
|---|
| 385 | <File |
|---|
| 386 | RelativePath=".\render\noise.c" |
|---|
| 387 | > |
|---|
| 388 | </File> |
|---|
| 389 | <File |
|---|
| 390 | RelativePath=".\render\screen.c" |
|---|
| 391 | > |
|---|
| 392 | </File> |
|---|
| 393 | </Filter> |
|---|
| 394 | <Filter |
|---|
| 395 | Name="analysis" |
|---|
| 396 | > |
|---|
| 397 | <File |
|---|
| 398 | RelativePath=".\analysis\histogram.c" |
|---|
| 399 | > |
|---|
| 400 | </File> |
|---|
| 401 | <File |
|---|
| 402 | RelativePath=".\analysis\measure.c" |
|---|
| 403 | > |
|---|
| 404 | </File> |
|---|
| 405 | </Filter> |
|---|
| 406 | </Filter> |
|---|
| 407 | </Files> |
|---|
| 408 | <Globals> |
|---|
| 409 | </Globals> |
|---|
| 410 | </VisualStudioProject> |
|---|