Annotation of gpl/axl/src/libaxl.vcproj, revision 1.1
1.1 ! misho 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="8,00"
! 5: Name="libaxl"
! 6: ProjectGUID="{4AD56D01-116B-4146-B468-F4E85CFB8C7D}"
! 7: RootNamespace="libaxl"
! 8: >
! 9: <Platforms>
! 10: <Platform
! 11: Name="Win32"
! 12: />
! 13: </Platforms>
! 14: <ToolFiles>
! 15: </ToolFiles>
! 16: <Configurations>
! 17: <Configuration
! 18: Name="Debug|Win32"
! 19: OutputDirectory="c:\af-arch-install\bin"
! 20: IntermediateDirectory="$(ConfigurationName)"
! 21: ConfigurationType="2"
! 22: CharacterSet="0"
! 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="C:\msys\1.0\include;..\src"
! 43: PreprocessorDefinitions="HAVE_VSCPRINTF"
! 44: ExceptionHandling="0"
! 45: RuntimeLibrary="2"
! 46: Detect64BitPortabilityProblems="false"
! 47: DebugInformationFormat="1"
! 48: CompileAs="1"
! 49: />
! 50: <Tool
! 51: Name="VCManagedResourceCompilerTool"
! 52: />
! 53: <Tool
! 54: Name="VCResourceCompilerTool"
! 55: />
! 56: <Tool
! 57: Name="VCPreLinkEventTool"
! 58: />
! 59: <Tool
! 60: Name="VCLinkerTool"
! 61: OutputFile="..\test\$(ProjectName).dll"
! 62: ModuleDefinitionFile="$(ProjectDir)\..\src\libaxl.def"
! 63: GenerateDebugInformation="true"
! 64: />
! 65: <Tool
! 66: Name="VCALinkTool"
! 67: />
! 68: <Tool
! 69: Name="VCManifestTool"
! 70: />
! 71: <Tool
! 72: Name="VCXDCMakeTool"
! 73: />
! 74: <Tool
! 75: Name="VCBscMakeTool"
! 76: />
! 77: <Tool
! 78: Name="VCFxCopTool"
! 79: />
! 80: <Tool
! 81: Name="VCAppVerifierTool"
! 82: />
! 83: <Tool
! 84: Name="VCWebDeploymentTool"
! 85: />
! 86: <Tool
! 87: Name="VCPostBuildEventTool"
! 88: />
! 89: </Configuration>
! 90: <Configuration
! 91: Name="Release|Win32"
! 92: OutputDirectory="$(SolutionDir)$(ConfigurationName)"
! 93: IntermediateDirectory="$(ConfigurationName)"
! 94: ConfigurationType="1"
! 95: >
! 96: <Tool
! 97: Name="VCPreBuildEventTool"
! 98: />
! 99: <Tool
! 100: Name="VCCustomBuildTool"
! 101: />
! 102: <Tool
! 103: Name="VCXMLDataGeneratorTool"
! 104: />
! 105: <Tool
! 106: Name="VCWebServiceProxyGeneratorTool"
! 107: />
! 108: <Tool
! 109: Name="VCMIDLTool"
! 110: />
! 111: <Tool
! 112: Name="VCCLCompilerTool"
! 113: />
! 114: <Tool
! 115: Name="VCManagedResourceCompilerTool"
! 116: />
! 117: <Tool
! 118: Name="VCResourceCompilerTool"
! 119: />
! 120: <Tool
! 121: Name="VCPreLinkEventTool"
! 122: />
! 123: <Tool
! 124: Name="VCLinkerTool"
! 125: />
! 126: <Tool
! 127: Name="VCALinkTool"
! 128: />
! 129: <Tool
! 130: Name="VCManifestTool"
! 131: />
! 132: <Tool
! 133: Name="VCXDCMakeTool"
! 134: />
! 135: <Tool
! 136: Name="VCBscMakeTool"
! 137: />
! 138: <Tool
! 139: Name="VCFxCopTool"
! 140: />
! 141: <Tool
! 142: Name="VCAppVerifierTool"
! 143: />
! 144: <Tool
! 145: Name="VCWebDeploymentTool"
! 146: />
! 147: <Tool
! 148: Name="VCPostBuildEventTool"
! 149: />
! 150: </Configuration>
! 151: </Configurations>
! 152: <References>
! 153: </References>
! 154: <Files>
! 155: <Filter
! 156: Name="Source Files"
! 157: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
! 158: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
! 159: >
! 160: <File
! 161: RelativePath="..\src\axl.c"
! 162: >
! 163: </File>
! 164: <File
! 165: RelativePath="..\src\axl_decl.c"
! 166: >
! 167: </File>
! 168: <File
! 169: RelativePath="..\src\axl_doc.c"
! 170: >
! 171: </File>
! 172: <File
! 173: RelativePath="..\src\axl_dtd.c"
! 174: >
! 175: </File>
! 176: <File
! 177: RelativePath="..\src\axl_error.c"
! 178: >
! 179: </File>
! 180: <File
! 181: RelativePath="..\src\axl_factory.c"
! 182: >
! 183: </File>
! 184: <File
! 185: RelativePath="..\src\axl_hash.c"
! 186: >
! 187: </File>
! 188: <File
! 189: RelativePath="..\src\axl_list.c"
! 190: >
! 191: </File>
! 192: <File
! 193: RelativePath="..\src\axl_log.c"
! 194: >
! 195: </File>
! 196: <File
! 197: RelativePath="..\src\axl_node.c"
! 198: >
! 199: </File>
! 200: <File
! 201: RelativePath="..\src\axl_stack.c"
! 202: >
! 203: </File>
! 204: <File
! 205: RelativePath="..\src\axl_stream.c"
! 206: >
! 207: </File>
! 208: </Filter>
! 209: <Filter
! 210: Name="Header Files"
! 211: Filter="h;hpp;hxx;hm;inl;inc;xsd"
! 212: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
! 213: >
! 214: <File
! 215: RelativePath="..\src\axl.h"
! 216: >
! 217: </File>
! 218: <File
! 219: RelativePath="..\src\axl_config.h"
! 220: >
! 221: </File>
! 222: <File
! 223: RelativePath="..\src\axl_decl.h"
! 224: >
! 225: </File>
! 226: <File
! 227: RelativePath="..\src\axl_doc.h"
! 228: >
! 229: </File>
! 230: <File
! 231: RelativePath="..\src\axl_dtd.h"
! 232: >
! 233: </File>
! 234: <File
! 235: RelativePath="..\src\axl_error.h"
! 236: >
! 237: </File>
! 238: <File
! 239: RelativePath="..\src\axl_factory.h"
! 240: >
! 241: </File>
! 242: <File
! 243: RelativePath="..\src\axl_hash.h"
! 244: >
! 245: </File>
! 246: <File
! 247: RelativePath="..\src\axl_list.h"
! 248: >
! 249: </File>
! 250: <File
! 251: RelativePath="..\src\axl_log.h"
! 252: >
! 253: </File>
! 254: <File
! 255: RelativePath="..\src\axl_node.h"
! 256: >
! 257: </File>
! 258: <File
! 259: RelativePath="..\src\axl_stack.h"
! 260: >
! 261: </File>
! 262: <File
! 263: RelativePath="..\src\axl_stream.h"
! 264: >
! 265: </File>
! 266: </Filter>
! 267: <Filter
! 268: Name="Resource Files"
! 269: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
! 270: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
! 271: >
! 272: </Filter>
! 273: </Files>
! 274: <Globals>
! 275: </Globals>
! 276: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>