home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / libncftp / libncftp-3.2.5-src.zip / libncftp-3.2.5 / Strn / Strn.vcproj < prev    next >
Extensible Markup Language  |  2008-07-15  |  4KB  |  243 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="9.00"
  5.     Name="Strn"
  6.     ProjectGUID="{8CA02427-5921-4678-B1CD-1B81EC4A60D0}"
  7.     RootNamespace="Strn"
  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="4"
  24.             CharacterSet="0"
  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.                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  45.                 MinimalRebuild="false"
  46.                 BasicRuntimeChecks="3"
  47.                 RuntimeLibrary="3"
  48.                 UsePrecompiledHeader="0"
  49.                 WarningLevel="3"
  50.                 DebugInformationFormat="0"
  51.             />
  52.             <Tool
  53.                 Name="VCManagedResourceCompilerTool"
  54.             />
  55.             <Tool
  56.                 Name="VCResourceCompilerTool"
  57.             />
  58.             <Tool
  59.                 Name="VCPreLinkEventTool"
  60.             />
  61.             <Tool
  62.                 Name="VCLibrarianTool"
  63.             />
  64.             <Tool
  65.                 Name="VCALinkTool"
  66.             />
  67.             <Tool
  68.                 Name="VCXDCMakeTool"
  69.             />
  70.             <Tool
  71.                 Name="VCBscMakeTool"
  72.             />
  73.             <Tool
  74.                 Name="VCFxCopTool"
  75.             />
  76.             <Tool
  77.                 Name="VCPostBuildEventTool"
  78.             />
  79.         </Configuration>
  80.         <Configuration
  81.             Name="Release|Win32"
  82.             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  83.             IntermediateDirectory="$(ConfigurationName)"
  84.             ConfigurationType="4"
  85.             CharacterSet="1"
  86.             WholeProgramOptimization="1"
  87.             >
  88.             <Tool
  89.                 Name="VCPreBuildEventTool"
  90.             />
  91.             <Tool
  92.                 Name="VCCustomBuildTool"
  93.             />
  94.             <Tool
  95.                 Name="VCXMLDataGeneratorTool"
  96.             />
  97.             <Tool
  98.                 Name="VCWebServiceProxyGeneratorTool"
  99.             />
  100.             <Tool
  101.                 Name="VCMIDLTool"
  102.             />
  103.             <Tool
  104.                 Name="VCCLCompilerTool"
  105.                 Optimization="2"
  106.                 EnableIntrinsicFunctions="true"
  107.                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  108.                 MinimalRebuild="false"
  109.                 RuntimeLibrary="2"
  110.                 EnableFunctionLevelLinking="true"
  111.                 UsePrecompiledHeader="0"
  112.                 WarningLevel="4"
  113.                 DebugInformationFormat="0"
  114.             />
  115.             <Tool
  116.                 Name="VCManagedResourceCompilerTool"
  117.             />
  118.             <Tool
  119.                 Name="VCResourceCompilerTool"
  120.             />
  121.             <Tool
  122.                 Name="VCPreLinkEventTool"
  123.             />
  124.             <Tool
  125.                 Name="VCLibrarianTool"
  126.             />
  127.             <Tool
  128.                 Name="VCALinkTool"
  129.             />
  130.             <Tool
  131.                 Name="VCXDCMakeTool"
  132.             />
  133.             <Tool
  134.                 Name="VCBscMakeTool"
  135.             />
  136.             <Tool
  137.                 Name="VCFxCopTool"
  138.             />
  139.             <Tool
  140.                 Name="VCPostBuildEventTool"
  141.             />
  142.         </Configuration>
  143.     </Configurations>
  144.     <References>
  145.     </References>
  146.     <Files>
  147.         <Filter
  148.             Name="Source Files"
  149.             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  150.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  151.             >
  152.             <File
  153.                 RelativePath=".\DStrCat.c"
  154.                 >
  155.             </File>
  156.             <File
  157.                 RelativePath=".\DStrCatList.c"
  158.                 >
  159.             </File>
  160.             <File
  161.                 RelativePath=".\DStrCpy.c"
  162.                 >
  163.             </File>
  164.             <File
  165.                 RelativePath=".\DStrCpyList.c"
  166.                 >
  167.             </File>
  168.             <File
  169.                 RelativePath=".\DStrFree.c"
  170.                 >
  171.             </File>
  172.             <File
  173.                 RelativePath=".\DStrInit.c"
  174.                 >
  175.             </File>
  176.             <File
  177.                 RelativePath=".\DStrNew.c"
  178.                 >
  179.             </File>
  180.             <File
  181.                 RelativePath=".\Dynscat.c"
  182.                 >
  183.             </File>
  184.             <File
  185.                 RelativePath=".\Dynscpy.c"
  186.                 >
  187.             </File>
  188.             <File
  189.                 RelativePath=".\Dynsrecpy.c"
  190.                 >
  191.             </File>
  192.             <File
  193.                 RelativePath=".\StrFree.c"
  194.                 >
  195.             </File>
  196.             <File
  197.                 RelativePath=".\Strncat.c"
  198.                 >
  199.             </File>
  200.             <File
  201.                 RelativePath=".\Strncpy.c"
  202.                 >
  203.             </File>
  204.             <File
  205.                 RelativePath=".\Strnpcat.c"
  206.                 >
  207.             </File>
  208.             <File
  209.                 RelativePath=".\Strnpcpy.c"
  210.                 >
  211.             </File>
  212.             <File
  213.                 RelativePath=".\Strntok.c"
  214.                 >
  215.             </File>
  216.             <File
  217.                 RelativePath=".\strtokc.c"
  218.                 >
  219.             </File>
  220.         </Filter>
  221.         <Filter
  222.             Name="Header Files"
  223.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  224.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  225.             >
  226.             <File
  227.                 RelativePath=".\DStrInternal.h"
  228.                 >
  229.             </File>
  230.             <File
  231.                 RelativePath=".\Strn.h"
  232.                 >
  233.             </File>
  234.             <File
  235.                 RelativePath=".\syshdrs.h"
  236.                 >
  237.             </File>
  238.         </Filter>
  239.     </Files>
  240.     <Globals>
  241.     </Globals>
  242. </VisualStudioProject>
  243.