LSMailServerComponent.csproj
上传用户:horngjaan
上传日期:2009-12-12
资源大小:2882k
文件大小:8k
源码类别:

Email服务器

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{514218FD-CE19-40A8-B722-EDA563D35EA5}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "LSMailServerComponent"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 RootNamespace = "LumiSoft.MailServer"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "false"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = "LSMailServerComponent.xml"
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "..ApplicationDebug"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "false"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = "LSMailServerComponent.xml"
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "true"
  51.                     Optimize = "true"
  52.                     OutputPath = "..ApplicationRelease"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.XML"
  70.                     AssemblyName = "System.Xml"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.             </References>
  77.         </Build>
  78.         <Files>
  79.             <Include>
  80.                 <File
  81.                     RelPath = "_LogWriter.cs"
  82.                     SubType = "Code"
  83.                     BuildAction = "Compile"
  84.                 />
  85.                 <File
  86.                     RelPath = "_ParamParser.cs"
  87.                     SubType = "Code"
  88.                     BuildAction = "Compile"
  89.                 />
  90.                 <File
  91.                     RelPath = "AssemblyInfo.cs"
  92.                     SubType = "Code"
  93.                     BuildAction = "Compile"
  94.                 />
  95.                 <File
  96.                     RelPath = "AuthUser_EventArgs.cs"
  97.                     SubType = "Code"
  98.                     BuildAction = "Compile"
  99.                 />
  100.                 <File
  101.                     RelPath = "commonDelegates.cs"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "Core.cs"
  107.                     SubType = "Code"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "Error_EventArgs.cs"
  112.                     SubType = "Code"
  113.                     BuildAction = "Compile"
  114.                 />
  115.                 <File
  116.                     RelPath = "Log_EventArgs.cs"
  117.                     SubType = "Code"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "ValidateIP_EventArgs.cs"
  122.                     SubType = "Code"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "POP3DeleteMessage_EventArgs.cs"
  127.                     SubType = "Code"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "POP3GetMessage_EventArgs.cs"
  132.                     SubType = "Code"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "POP3GetMessagesInfo_EventArgs.cs"
  137.                     SubType = "Code"
  138.                     BuildAction = "Compile"
  139.                 />
  140.                 <File
  141.                     RelPath = "POP3GetTopLines_Eventargs.cs"
  142.                     SubType = "Code"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "POP3POP3_Message.cs"
  147.                     SubType = "Code"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "POP3POP3_Messages.cs"
  152.                     SubType = "Code"
  153.                     BuildAction = "Compile"
  154.                 />
  155.                 <File
  156.                     RelPath = "POP3POP3_Server.cs"
  157.                     SubType = "Component"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "POP3POP3_Server.resx"
  162.                     DependentUpon = "POP3_Server.cs"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "POP3POP3_Session.cs"
  167.                     SubType = "Code"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "SMTPNewMail_EventArgs.cs"
  172.                     SubType = "Code"
  173.                     BuildAction = "Compile"
  174.                 />
  175.                 <File
  176.                     RelPath = "SMTPSMTP_Cmd_Validator.cs"
  177.                     SubType = "Code"
  178.                     BuildAction = "Compile"
  179.                 />
  180.                 <File
  181.                     RelPath = "SMTPSMTP_Server.cs"
  182.                     SubType = "Component"
  183.                     BuildAction = "Compile"
  184.                 />
  185.                 <File
  186.                     RelPath = "SMTPSMTP_Server.resx"
  187.                     DependentUpon = "SMTP_Server.cs"
  188.                     BuildAction = "EmbeddedResource"
  189.                 />
  190.                 <File
  191.                     RelPath = "SMTPSMTP_Session.cs"
  192.                     SubType = "Code"
  193.                     BuildAction = "Compile"
  194.                 />
  195.                 <File
  196.                     RelPath = "SMTPValidateMailboxSize_EventArgs.cs"
  197.                     SubType = "Code"
  198.                     BuildAction = "Compile"
  199.                 />
  200.                 <File
  201.                     RelPath = "SMTPValidateRecipient_EventArgs.cs"
  202.                     SubType = "Code"
  203.                     BuildAction = "Compile"
  204.                 />
  205.                 <File
  206.                     RelPath = "SMTPValidateSender_EventArgs.cs"
  207.                     SubType = "Code"
  208.                     BuildAction = "Compile"
  209.                 />
  210.             </Include>
  211.         </Files>
  212.     </CSHARP>
  213. </VisualStudioProject>