适合VB初学者看

源代码在线查看: 类库的简单应用.vbproj

软件大小: 694 K
上传用户: zhou28
关键词: 初学者
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				    				        ProjectType = "Local"
				        ProductVersion = "7.0.9466"
				        SchemaVersion = "1.0"
				        ProjectGuid = "{185E28B4-7165-4382-BFD1-CD55B0EDE9BF}"
				    >
				        
				            				                ApplicationIcon = ""
				                AssemblyKeyContainerName = ""
				                AssemblyName = "类库的简单应用"
				                AssemblyOriginatorKeyFile = ""
				                AssemblyOriginatorKeyMode = "None"
				                DefaultClientScript = "JScript"
				                DefaultHTMLPageLayout = "Grid"
				                DefaultTargetSchema = "IE50"
				                DelaySign = "false"
				                OutputType = "WinExe"
				                OptionCompare = "Binary"
				                OptionExplicit = "On"
				                OptionStrict = "Off"
				                RootNamespace = "类库的简单应用"
				                StartupObject = "类库的简单应用.Form1"
				            >
				                				                    Name = "Debug"
				                    BaseAddress = "285212672"
				                    ConfigurationOverrideFile = ""
				                    DefineConstants = ""
				                    DefineDebug = "true"
				                    DefineTrace = "true"
				                    DebugSymbols = "true"
				                    IncrementalBuild = "true"
				                    Optimize = "false"
				                    OutputPath = "bin\"
				                    RegisterForComInterop = "false"
				                    RemoveIntegerChecks = "false"
				                    TreatWarningsAsErrors = "false"
				                    WarningLevel = "1"
				                />
				                				                    Name = "Release"
				                    BaseAddress = "285212672"
				                    ConfigurationOverrideFile = ""
				                    DefineConstants = ""
				                    DefineDebug = "false"
				                    DefineTrace = "true"
				                    DebugSymbols = "false"
				                    IncrementalBuild = "false"
				                    Optimize = "true"
				                    OutputPath = "bin\"
				                    RegisterForComInterop = "false"
				                    RemoveIntegerChecks = "false"
				                    TreatWarningsAsErrors = "false"
				                    WarningLevel = "1"
				                />
				            
				            
				                				                    Name = "System"
				                    AssemblyName = "System"
				                />
				                				                    Name = "System.Data"
				                    AssemblyName = "System.Data"
				                />
				                				                    Name = "System.Drawing"
				                    AssemblyName = "System.Drawing"
				                />
				                				                    Name = "System.Windows.Forms"
				                    AssemblyName = "System.Windows.Forms"
				                />
				                				                    Name = "System.XML"
				                    AssemblyName = "System.Xml"
				                />
				                				                    Name = "创建类库"
				                    AssemblyName = "创建类库"
				                    HintPath = "..\创建类库\bin\创建类库.dll"
				                />
				            
				            
				                
				                
				                
				                
				                
				                
				                
				            
				        
				        
				            
				                				                    RelPath = "AssemblyInfo.vb"
				                    SubType = "Code"
				                    BuildAction = "Compile"
				                />
				                				                    RelPath = "Form1.vb"
				                    SubType = "Form"
				                    BuildAction = "Compile"
				                />
				                				                    RelPath = "Form1.resx"
				                    DependentUpon = "Form1.vb"
				                    BuildAction = "EmbeddedResource"
				                />
				            
				        
				    
				
				
							

相关资源