Client.csproj
Upload User: jasonxu888
Upload Date: 2007-03-28
Package Size: 4316k
Code Size: 4k
Category:

.net

Development Platform:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{9F81FDA7-E873-47B3-9FBF-30937E598128}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Client"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Exe"
  19.                 RootNamespace = "Client"
  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 = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "binDebug"
  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 = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "true"
  51.                     Optimize = "true"
  52.                     OutputPath = "binRelease"
  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.Runtime.Remoting"
  74.                     AssemblyName = "System.Runtime.Remoting"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.Drawing"
  78.                     AssemblyName = "System.Drawing"
  79.                 />
  80.                 <Reference
  81.                     Name = "General"
  82.                     Project = "{5671919F-22F7-44FB-B613-60E15709F89C}"
  83.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  84.                 />
  85.             </References>
  86.         </Build>
  87.         <Files>
  88.             <Include>
  89.                 <File
  90.                     RelPath = "AssemblyInfo.cs"
  91.                     SubType = "Code"
  92.                     BuildAction = "Compile"
  93.                 />
  94.                 <File
  95.                     RelPath = "Client.cs"
  96.                     SubType = "Code"
  97.                     BuildAction = "Compile"
  98.                 />
  99.             </Include>
  100.         </Files>
  101.     </CSHARP>
  102. </VisualStudioProject>