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

Internet/网络编程

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{F6D5A26F-EC47-4151-A317-EEBB14A0DDDE}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "WorkingWithXML"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "WorkingWithXML"
  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 = "true"
  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 = "true"
  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.                 />
  71.                 <Reference
  72.                     Name = "System.Data"
  73.                     AssemblyName = "System.Data"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.XML"
  77.                     AssemblyName = "System.Xml"
  78.                 />
  79.                 <Reference
  80.                     Name = "MSXML2"
  81.                     Guid = "{F5078F18-C551-11D3-89B9-0000F81FE221}"
  82.                     VersionMajor = "3"
  83.                     VersionMinor = "0"
  84.                     Lcid = "0"
  85.                     WrapperTool = "tlbimp"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.Web"
  89.                     AssemblyName = "System.Web"
  90.                 />
  91.                 <Reference
  92.                     Name = "System.Windows.Forms"
  93.                     AssemblyName = "System.Windows.Forms"
  94.                 />
  95.             </References>
  96.         </Build>
  97.         <Files>
  98.             <Include>
  99.                 <File
  100.                     RelPath = "AssemblyInfo.cs"
  101.                     SubType = "Code"
  102.                     BuildAction = "Compile"
  103.                 />
  104.                 <File
  105.                     RelPath = "clsServerCommunication.cs"
  106.                     SubType = "Code"
  107.                     BuildAction = "Compile"
  108.                 />
  109.                 <File
  110.                     RelPath = "clsXMLCreater.cs"
  111.                     SubType = "Code"
  112.                     BuildAction = "Compile"
  113.                 />
  114.                 <File
  115.                     RelPath = "clsXMLParser.cs"
  116.                     SubType = "Code"
  117.                     BuildAction = "Compile"
  118.                 />
  119.             </Include>
  120.         </Files>
  121.     </CSHARP>
  122. </VisualStudioProject>