WinWordControl.csproj
上传用户:zili2008
上传日期:2020-12-03
资源大小:477k
文件大小:5k
源码类别:

编辑框

开发平台:

Visual Basic

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{12793C64-A87B-42AD-8058-57C9F43DBD98}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "WinWordControl"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "WinWordControl"
  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.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "stdole"
  94.                     Guid = "{00020430-0000-0000-C000-000000000046}"
  95.                     VersionMajor = "2"
  96.                     VersionMinor = "0"
  97.                     Lcid = "0"
  98.                     WrapperTool = "primary"
  99.                 />
  100.                 <Reference
  101.                     Name = "Interop.Office"
  102.                     AssemblyName = "Interop.Office"
  103.                     HintPath = "binInterop.Office.dll"
  104.                 />
  105.                 <Reference
  106.                     Name = "Interop.VBIDE"
  107.                     AssemblyName = "Interop.VBIDE"
  108.                     HintPath = "binInterop.VBIDE.dll"
  109.                 />
  110.                 <Reference
  111.                     Name = "Interop.Word"
  112.                     AssemblyName = "Interop.Word"
  113.                     HintPath = "binInterop.Word.dll"
  114.                 />
  115.             </References>
  116.         </Build>
  117.         <Files>
  118.             <Include>
  119.                 <File
  120.                     RelPath = "AssemblyInfo.cs"
  121.                     SubType = "Code"
  122.                     BuildAction = "Compile"
  123.                 />
  124.                 <File
  125.                     RelPath = "WinWordControl.cs"
  126.                     SubType = "UserControl"
  127.                     BuildAction = "Compile"
  128.                 />
  129.                 <File
  130.                     RelPath = "WinWordControl.resx"
  131.                     DependentUpon = "WinWordControl.cs"
  132.                     BuildAction = "EmbeddedResource"
  133.                 />
  134.             </Include>
  135.         </Files>
  136.     </CSHARP>
  137. </VisualStudioProject>