Client.csproj
上传用户:hkhxjs
上传日期:2008-11-25
资源大小:155k
文件大小:5k
源码类别:

Internet/网络编程

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.     >
  7.         <Build>
  8.             <Settings
  9.                 ApplicationIcon = ""
  10.                 AssemblyKeyContainerName = ""
  11.                 AssemblyName = "Client"
  12.                 AssemblyOriginatorKeyFile = ""
  13.                 DefaultClientScript = "JScript"
  14.                 DefaultHTMLPageLayout = "Flow"
  15.                 DefaultTargetSchema = "IE32Nav30"
  16.                 DelaySign = "false"
  17.                 OutputType = "WinExe"
  18.                 PreBuildEvent = ""
  19.                 PostBuildEvent = ""
  20.                 RootNamespace = "Client"
  21.                 RunPostBuildEvent = "OnBuildSuccess"
  22.                 StartupObject = "Client.frmClient"
  23.             >
  24.                 <Config
  25.                     Name = "Debug"
  26.                     AllowUnsafeBlocks = "false"
  27.                     BaseAddress = "0"
  28.                     CheckForOverflowUnderflow = "false"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = "DEBUG;TRACE"
  31.                     DocumentationFile = ""
  32.                     DebugSymbols = "true"
  33.                     FileAlignment = "4096"
  34.                     IncrementalBuild = "false"
  35.                     NoStdLib = "false"
  36.                     NoWarn = ""
  37.                     Optimize = "false"
  38.                     OutputPath = "binDebug"
  39.                     RegisterForComInterop = "false"
  40.                     RemoveIntegerChecks = "false"
  41.                     TreatWarningsAsErrors = "false"
  42.                     WarningLevel = "4"
  43.                 />
  44.                 <Config
  45.                     Name = "Release"
  46.                     AllowUnsafeBlocks = "false"
  47.                     BaseAddress = "0"
  48.                     CheckForOverflowUnderflow = "false"
  49.                     ConfigurationOverrideFile = ""
  50.                     DefineConstants = "TRACE"
  51.                     DocumentationFile = ""
  52.                     DebugSymbols = "false"
  53.                     FileAlignment = "4096"
  54.                     IncrementalBuild = "false"
  55.                     NoStdLib = "false"
  56.                     NoWarn = ""
  57.                     Optimize = "true"
  58.                     OutputPath = "binRelease"
  59.                     RegisterForComInterop = "false"
  60.                     RemoveIntegerChecks = "false"
  61.                     TreatWarningsAsErrors = "false"
  62.                     WarningLevel = "4"
  63.                 />
  64.             </Settings>
  65.             <References>
  66.                 <Reference
  67.                     Name = "mscorlib"
  68.                     AssemblyName = "mscorlib"
  69.                 />
  70.                 <Reference
  71.                     Name = "System"
  72.                     AssemblyName = "System"
  73.                 />
  74.                 <Reference
  75.                     Name = "System.Drawing"
  76.                     AssemblyName = "System.Drawing"
  77.                 />
  78.                 <Reference
  79.                     Name = "System.Windows.Forms"
  80.                     AssemblyName = "System.Windows.Forms"
  81.                 />
  82.                 <Reference
  83.                     Name = "WorkingWithXML"
  84.                     AssemblyName = "WorkingWithXML"
  85.                 />
  86.             </References>
  87.         </Build>
  88.         <Files>
  89.             <Include>
  90.                 <File
  91.                     RelPath = "AssemblyInfo.cs"
  92.                     SubType = "Code"
  93.                     BuildAction = "Compile"
  94.                 />
  95.                 <File
  96.                     RelPath = "frmClient.cs"
  97.                     SubType = "Form"
  98.                     BuildAction = "Compile"
  99.                 />
  100.                 <File
  101.                     RelPath = "frmClient.resx"
  102.                     DependentUpon = "frmClient.cs"
  103.                     BuildAction = "EmbeddedResource"
  104.                 />
  105.                 <File
  106.                     RelPath = "frmSearch.cs"
  107.                     SubType = "Form"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "frmSearch.resx"
  112.                     DependentUpon = "frmSearch.cs"
  113.                     BuildAction = "EmbeddedResource"
  114.                 />
  115.                 <File
  116.                     RelPath = "frmShare.cs"
  117.                     SubType = "Form"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "frmShare.resx"
  122.                     DependentUpon = "frmShare.cs"
  123.                     BuildAction = "EmbeddedResource"
  124.                 />
  125.                 <File
  126.                     RelPath = "licenses.licx"
  127.                     BuildAction = "Content"
  128.                 />
  129.             </Include>
  130.         </Files>
  131.     </CSHARP>
  132. </VisualStudioProject>