|
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="libcaca"
- ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\msvc"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- CompileAs="1"
- DisableSpecificWarnings="4996;4142"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ModuleDefinitionFile=".\libcaca.def"
- GenerateDebugInformation="true"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\msvc"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
- RuntimeLibrary="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="1"
- DisableSpecificWarnings="4996;4142"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ModuleDefinitionFile=".\libcaca.def"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- >
- <File
- RelativePath="..\caca\caca.c"
- >
- </File>
- <File
- RelativePath="..\caca\attr.c"
- >
- </File>
- <File
- RelativePath="..\caca\box.c"
- >
- </File>
- <File
- RelativePath="..\caca\string.c"
- >
- </File>
- <File
- RelativePath="..\caca\charset.c"
- >
- </File>
- <File
- RelativePath="..\caca\conic.c"
- >
- </File>
- <File
- RelativePath="..\caca\canvas.c"
- >
- </File>
- <File
- RelativePath="..\caca\dither.c"
- >
- </File>
- <File
- RelativePath="..\caca\export.c"
- >
- </File>
- <File
- RelativePath="..\caca\figfont.c"
- >
- </File>
- <File
- RelativePath="..\caca\file.c"
- >
- </File>
- <File
- RelativePath="..\caca\font.c"
- >
- </File>
- <File
- RelativePath="..\caca\frame.c"
- >
- </File>
- <File
- RelativePath="..\caca\import.c"
- >
- </File>
- <File
- RelativePath="..\caca\line.c"
- >
- </File>
- <File
- RelativePath="..\caca\transform.c"
- >
- </File>
- <File
- RelativePath="..\caca\triangle.c"
- >
- </File>
- <File
- RelativePath="..\caca\legacy.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_conio.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_gl.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_ncurses.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_raw.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_slang.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_vga.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_win32.c"
- >
- </File>
- <File
- RelativePath="..\caca\driver_x11.c"
- >
- </File>
- <File
- RelativePath="..\caca\event.c"
- >
- </File>
- <File
- RelativePath="..\caca\graphics.c"
- >
- </File>
- <File
- RelativePath=".\libcaca.def"
- >
- </File>
- <File
- RelativePath="..\caca\time.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- >
- <File
- RelativePath="..\caca\caca.h"
- >
- </File>
- <File
- RelativePath="..\caca\caca_internals.h"
- >
- </File>
- <File
- RelativePath="..\caca\caca_types.h"
- >
- </File>
- <File
- RelativePath="..\stubs.h"
- >
- </File>
- <File
- RelativePath=".\config.h"
- >
- </File>
- <File
- RelativePath=".\stubs.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|