适合VB初学者看

源代码在线查看: vs.net风格的菜单.vbproj

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

相关代码

				
				    				        ProjectType = "Local"
				        ProductVersion = "7.0.9466"
				        SchemaVersion = "1.0"
				        ProjectGuid = "{767BE6B8-31F4-4CDB-B70A-F52DA8707677}"
				    >
				        
				            				                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 = "VS.NET风格的菜单类库"
				                    AssemblyName = "VS.NET风格的菜单类库"
				                    HintPath = "..\VS.NET风格的菜单类库\bin\Debug\VS.NET风格的菜单类库.dll"
				                />
				            
				            
				                
				                
				                
				                
				                
				                
				                
				            
				        
				        
				            
				                				                    RelPath = "AssemblyInfo.vb"
				                    SubType = "Code"
				                    BuildAction = "Compile"
				                />
				                				                    RelPath = "Demo.ico"
				                    BuildAction = "Content"
				                />
				                				                    RelPath = "Form1.vb"
				                    SubType = "Form"
				                    BuildAction = "Compile"
				                />
				                				                    RelPath = "Form1.resx"
				                    DependentUpon = "Form1.vb"
				                    BuildAction = "EmbeddedResource"
				                />
				            
				        
				    
				
				
							

相关资源