home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2002 September / PCPlus_193_Laplink2000.iso / Prog / C++ / EmailDemo.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-04-07  |  3.2 KB  |  142 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="EmailDemo"
  6.     ProjectGUID="{5DD0703A-6D33-4A86-94AB-131215D70F65}"
  7.     Keyword="ManagedCProj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2"
  19.             ManagedExtensions="TRUE">
  20.             <Tool
  21.                 Name="VCCLCompilerTool"
  22.                 Optimization="0"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG"
  24.                 MinimalRebuild="FALSE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="1"
  27.                 UsePrecompiledHeader="3"
  28.                 WarningLevel="3"
  29.                 DebugInformationFormat="3"/>
  30.             <Tool
  31.                 Name="VCCustomBuildTool"/>
  32.             <Tool
  33.                 Name="VCLinkerTool"
  34.                 OutputFile="$(OutDir)/EmailDemo.exe"
  35.                 LinkIncremental="2"
  36.                 GenerateDebugInformation="TRUE"/>
  37.             <Tool
  38.                 Name="VCMIDLTool"/>
  39.             <Tool
  40.                 Name="VCPostBuildEventTool"/>
  41.             <Tool
  42.                 Name="VCPreBuildEventTool"/>
  43.             <Tool
  44.                 Name="VCPreLinkEventTool"/>
  45.             <Tool
  46.                 Name="VCResourceCompilerTool"/>
  47.             <Tool
  48.                 Name="VCWebServiceProxyGeneratorTool"/>
  49.             <Tool
  50.                 Name="VCWebDeploymentTool"/>
  51.         </Configuration>
  52.         <Configuration
  53.             Name="Release|Win32"
  54.             OutputDirectory="Release"
  55.             IntermediateDirectory="Release"
  56.             ConfigurationType="1"
  57.             CharacterSet="2"
  58.             ManagedExtensions="TRUE">
  59.             <Tool
  60.                 Name="VCCLCompilerTool"
  61.                 Optimization="2"
  62.                 InlineFunctionExpansion="1"
  63.                 PreprocessorDefinitions="WIN32;NDEBUG"
  64.                 MinimalRebuild="FALSE"
  65.                 RuntimeLibrary="0"
  66.                 UsePrecompiledHeader="3"
  67.                 WarningLevel="3"
  68.                 DebugInformationFormat="3"/>
  69.             <Tool
  70.                 Name="VCCustomBuildTool"/>
  71.             <Tool
  72.                 Name="VCLinkerTool"
  73.                 OutputFile="$(OutDir)/EmailDemo.exe"
  74.                 LinkIncremental="1"
  75.                 GenerateDebugInformation="TRUE"/>
  76.             <Tool
  77.                 Name="VCMIDLTool"/>
  78.             <Tool
  79.                 Name="VCPostBuildEventTool"/>
  80.             <Tool
  81.                 Name="VCPreBuildEventTool"/>
  82.             <Tool
  83.                 Name="VCPreLinkEventTool"/>
  84.             <Tool
  85.                 Name="VCResourceCompilerTool"/>
  86.             <Tool
  87.                 Name="VCWebServiceProxyGeneratorTool"/>
  88.             <Tool
  89.                 Name="VCWebDeploymentTool"/>
  90.         </Configuration>
  91.     </Configurations>
  92.     <Files>
  93.         <Filter
  94.             Name="Source Files"
  95.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  96.             <File
  97.                 RelativePath="AssemblyInfo.cpp">
  98.             </File>
  99.             <File
  100.                 RelativePath="EmailDemo.cpp">
  101.             </File>
  102.             <File
  103.                 RelativePath="Pop3Client.cpp">
  104.             </File>
  105.             <File
  106.                 RelativePath="stdafx.cpp">
  107.                 <FileConfiguration
  108.                     Name="Debug|Win32">
  109.                     <Tool
  110.                         Name="VCCLCompilerTool"
  111.                         UsePrecompiledHeader="1"/>
  112.                 </FileConfiguration>
  113.                 <FileConfiguration
  114.                     Name="Release|Win32">
  115.                     <Tool
  116.                         Name="VCCLCompilerTool"
  117.                         UsePrecompiledHeader="1"/>
  118.                 </FileConfiguration>
  119.             </File>
  120.         </Filter>
  121.         <Filter
  122.             Name="Header Files"
  123.             Filter="h;hpp;hxx;hm;inl;inc">
  124.             <File
  125.                 RelativePath="Pop3Client.h">
  126.             </File>
  127.             <File
  128.                 RelativePath="stdafx.h">
  129.             </File>
  130.         </Filter>
  131.         <Filter
  132.             Name="Resource Files"
  133.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
  134.         </Filter>
  135.         <File
  136.             RelativePath="ReadMe.txt">
  137.         </File>
  138.     </Files>
  139.     <Globals>
  140.     </Globals>
  141. </VisualStudioProject>
  142.