SgmlReader71.csproj
上传用户:jingke1993
上传日期:2022-06-08
资源大小:140k
文件大小:5k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{606C348A-9A72-4179-9C55-4DD9914C22CC}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "SgmlReader"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Exe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "SgmlReader"
  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 = "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 = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.XML"
  79.                     AssemblyName = "System.Xml"
  80.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.XML.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "D:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "SgmlReaderDll71"
  89.                     Project = "{499527FF-AE52-450F-B3E3-4AD53E1712AD}"
  90.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  91.                 />
  92.             </References>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "App.ico"
  98.                     BuildAction = "Content"
  99.                 />
  100.                 <File
  101.                     RelPath = "AssemblyInfo.cs"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "Html.dtd"
  107.                     SubType = "Code"
  108.                     BuildAction = "EmbeddedResource"
  109.                 />
  110.                 <File
  111.                     RelPath = "Main.cs"
  112.                     SubType = "Code"
  113.                     BuildAction = "Compile"
  114.                 />
  115.                 <File
  116.                     RelPath = "Readme.htm"
  117.                     Link = "..Readme.htm"
  118.                     BuildAction = "Content"
  119.                 />
  120.             </Include>
  121.         </Files>
  122.     </CSHARP>
  123. </VisualStudioProject>