LanMsgServer.csproj
上传用户:lqb116
上传日期:2014-04-04
资源大小:2712k
文件大小:7k
源码类别:

P2P编程

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{94A14971-C92E-4424-A6C0-A490171D830C}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "LanMsg"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "LanMsg"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "false"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "false"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "false"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "binRelease"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "System.Design"
  94.                     AssemblyName = "System.Design"
  95.                     HintPath = "..........WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Design.dll"
  96.                 />
  97.                 <Reference
  98.                     Name = "System.Drawing.Design"
  99.                     AssemblyName = "System.Drawing.Design"
  100.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Drawing.Design.dll"
  101.                 />
  102.                 <Reference
  103.                     Name = "System.Runtime.Serialization.Formatters.Soap"
  104.                     AssemblyName = "System.Runtime.Serialization.Formatters.Soap"
  105.                     HintPath = "............WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Runtime.Serialization.Formatters.Soap.dll"
  106.                     Private = "False"
  107.                 />
  108.             </References>
  109.         </Build>
  110.         <Files>
  111.             <Include>
  112.                 <File
  113.                     RelPath = "App.ico"
  114.                     BuildAction = "Content"
  115.                 />
  116.                 <File
  117.                     RelPath = "AssemblyInfo.cs"
  118.                     SubType = "Code"
  119.                     BuildAction = "Compile"
  120.                 />
  121.                 <File
  122.                     RelPath = "FormMain.cs"
  123.                     SubType = "Form"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "FormMain.resx"
  128.                     DependentUpon = "FormMain.cs"
  129.                     BuildAction = "EmbeddedResource"
  130.                 />
  131.                 <File
  132.                     RelPath = "ControlsClassMsg.cs"
  133.                     SubType = "Code"
  134.                     BuildAction = "Compile"
  135.                 />
  136.                 <File
  137.                     RelPath = "ControlsClassOptionData.cs"
  138.                     SubType = "Code"
  139.                     BuildAction = "Compile"
  140.                 />
  141.                 <File
  142.                     RelPath = "ControlsClassSerializers.cs"
  143.                     SubType = "Code"
  144.                     BuildAction = "Compile"
  145.                 />
  146.                 <File
  147.                     RelPath = "ControlsClassUserInfo.cs"
  148.                     SubType = "Code"
  149.                     BuildAction = "Compile"
  150.                 />
  151.                 <File
  152.                     RelPath = "ControlsClassUsers.cs"
  153.                     SubType = "Code"
  154.                     BuildAction = "Compile"
  155.                 />
  156.                 <File
  157.                     RelPath = "ControlsSockUDP.cs"
  158.                     SubType = "Component"
  159.                     BuildAction = "Compile"
  160.                 />
  161.                 <File
  162.                     RelPath = "ControlsSockUDP.resx"
  163.                     DependentUpon = "SockUDP.cs"
  164.                     BuildAction = "EmbeddedResource"
  165.                 />
  166.             </Include>
  167.         </Files>
  168.     </CSHARP>
  169. </VisualStudioProject>