Иллюстрированный самоучитель по Visual Basic .NET

Работа с решением

Ниже приведено содержимое файла проекта в текстовой форме. Обратите внимание на частое повторение ключевого слова Assembly – это ключевое слово вместе с другими важными ключевыми словами Imports и Namespaces рассматривается в главе 4:

<VisualStudioProject>
<VisualBasic
ProjectType = "Local"
ProductVersion = "7.0.9254"
SchemaVersion = "1.0"
ProjectGuid = "{E24CC2EA-3E48-4C6E-8F92-ODE603B335D6}"
>
<Build> <Sett1ngs
Applicationlcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "vb_ide_01"
AssemblyOhginatorKeyFile = ""
AssemblyOriginatorKeyMode = "None"
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySlgn = "false"
OutputType = "Exe"
OptionCompare = "Binary"
OptionExplicit = "On"
OptionStrlct = "Off"
RootNamespace = "vb_ide_01"
StartupObject = "vb_ide_01.Modulel"
>
<Config
Name = "Debug"
BaseAddress = "285212672"
ConfigurationOverrideFile= ""
DeflneConstants = ""
DefineDebug = "true"
DefineTrace = "true"
DebugSymbols = "true"
IncrementalBuild = "true"
Optimize = "false"
OutputPath = "bin\"
RegisterForComlnterop = "false"
RemovelntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "1" /> <Config
Name = "Release"
BaseAddress – "285212672"
ConfigurationOverrideFile = ""
DefineConstants = ""
DeflneDebug – "false"
DefineTrace = "true"
DebugSymbols = "false"
IncrementalBuild ="false"
Optimize = "false"
OutputPath = "bin\"
RegisterForComlnterop = "false"
RemovelntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "1"
/>
</Settings> <References> <Reference
AssemblyName = "System"
/>
Reference
Name = "System. Data"
AssemblyName = "System. Data"
/>
<Reference
Name = "System. XML"
AssemblyName = "System. Xml"
/>
</References> <Imports>
<Import Namespace = "Microsoft. VisualBasic" />
<Import Namespace = "System" />
<Import Namespace = "System. Col lections" />
<Import Namespace = "System. Data" />
<Import Namespace = "System. Diagnostics" />
</Imports> – </Build> <Files>
<Include> <File
RelPath = "Assemblylnfo.vb" SubType = "Code". BuildAction = "Compile" /> <File
RelPath = "Modulel.vb" SubType = "Code" BuildAction = "Compile"
/>
</Include> </Files>
</VisualBasic>
</Vi sualStudi oProject>
Если Вы заметили ошибку, выделите, пожалуйста, необходимый текст и нажмите CTRL + Enter, чтобы сообщить об этом редактору.