MISGoldPrinter(VB版).vbproj
上传用户:jx_fiona
上传日期:2014-03-08
资源大小:1387k
文件大小:6k
源码类别:

打印编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{16549820-CDF0-486C-B92D-9AC94AA3ACFB}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "MisGoldPrinterTest"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "MisGoldPrinterTest"
  24.                 StartupObject = "MisGoldPrinterTest.frmEasyPrint"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "GoldPrinter"
  82.                     Project = "{97109DD8-A8D0-44F0-9959-15E4EB650FDD}"
  83.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  84.                 />
  85.             </References>
  86.             <Imports>
  87.                 <Import Namespace = "Microsoft.VisualBasic" />
  88.                 <Import Namespace = "System" />
  89.                 <Import Namespace = "System.Collections" />
  90.                 <Import Namespace = "System.Data" />
  91.                 <Import Namespace = "System.Drawing" />
  92.                 <Import Namespace = "System.Diagnostics" />
  93.                 <Import Namespace = "System.Windows.Forms" />
  94.             </Imports>
  95.         </Build>
  96.         <Files>
  97.             <Include>
  98.                 <File
  99.                     RelPath = "AssemblyInfo.vb"
  100.                     SubType = "Code"
  101.                     BuildAction = "Compile"
  102.                 />
  103.                 <File
  104.                     RelPath = "frmAbout.vb"
  105.                     SubType = "Form"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "frmAbout.resx"
  110.                     DependentUpon = "frmAbout.vb"
  111.                     BuildAction = "EmbeddedResource"
  112.                 />
  113.                 <File
  114.                     RelPath = "frmCompletePrint.vb"
  115.                     SubType = "Form"
  116.                     BuildAction = "Compile"
  117.                 />
  118.                 <File
  119.                     RelPath = "frmCompletePrint.resx"
  120.                     DependentUpon = "frmCompletePrint.vb"
  121.                     BuildAction = "EmbeddedResource"
  122.                 />
  123.                 <File
  124.                     RelPath = "frmEasyPrint.vb"
  125.                     SubType = "Form"
  126.                     BuildAction = "Compile"
  127.                 />
  128.                 <File
  129.                     RelPath = "frmEasyPrint.resx"
  130.                     DependentUpon = "frmEasyPrint.vb"
  131.                     BuildAction = "EmbeddedResource"
  132.                 />
  133.                 <File
  134.                     RelPath = "frmExcelPrint.vb"
  135.                     SubType = "Form"
  136.                     BuildAction = "Compile"
  137.                 />
  138.                 <File
  139.                     RelPath = "frmExcelPrint.resx"
  140.                     DependentUpon = "frmExcelPrint.vb"
  141.                     BuildAction = "EmbeddedResource"
  142.                 />
  143.                 <File
  144.                     RelPath = "frmInvoice.vb"
  145.                     SubType = "Form"
  146.                     BuildAction = "Compile"
  147.                 />
  148.                 <File
  149.                     RelPath = "frmInvoice.resx"
  150.                     DependentUpon = "frmInvoice.vb"
  151.                     BuildAction = "EmbeddedResource"
  152.                 />
  153.                 <File
  154.                     RelPath = "PrintDataSource.vb"
  155.                     SubType = "Code"
  156.                     BuildAction = "Compile"
  157.                 />
  158.             </Include>
  159.         </Files>
  160.     </VisualBasic>
  161. </VisualStudioProject>