HelloClient.csproj
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:5k
源码类别:

C#编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{C85C9049-88D6-470F-8901-C35C01B99984}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "HelloClient"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Exe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "HelloClient"
  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 = "binDebug"
  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.XML"
  79.                     AssemblyName = "System.Xml"
  80.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Runtime.Remoting"
  84.                     AssemblyName = "System.Runtime.Remoting"
  85.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.Runtime.Remoting.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "RemoteHello"
  89.                     AssemblyName = "RemoteHello"
  90.                     HintPath = "..RemoteHellobinDebugRemoteHello.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "CallContextData"
  94.                     AssemblyName = "CallContextData"
  95.                     HintPath = "..CallContextDatabinDebugCallContextData.dll"
  96.                 />
  97.             </References>
  98.         </Build>
  99.         <Files>
  100.             <Include>
  101.                 <File
  102.                     RelPath = "App.config"
  103.                     BuildAction = "None"
  104.                 />
  105.                 <File
  106.                     RelPath = "App.ico"
  107.                     BuildAction = "Content"
  108.                 />
  109.                 <File
  110.                     RelPath = "AssemblyInfo.cs"
  111.                     SubType = "Code"
  112.                     BuildAction = "Compile"
  113.                 />
  114.                 <File
  115.                     RelPath = "HelloClient.cs"
  116.                     SubType = "Code"
  117.                     BuildAction = "Compile"
  118.                 />
  119.             </Include>
  120.         </Files>
  121.     </CSHARP>
  122. </VisualStudioProject>