Datasheet

Rebuild WindowsApplication1 — This command recompiles the currently selected project
from scratch. The Build WindowsApplication1 command compiles only the files that you have
modified since they were last built. This command rebuilds every file.
Clean WindowsApplication1 — This command removes temporary and intermediate files
that were created while building the application, leaving only the source files and the final
result
.exe and .dll files.
Publish WindowsApplication1 — This command displays the Publish Wizard shown in
Figure 1-18. It can walk you through the process of making your application available for
distribution on a local file, file share, FTP site, or web site.
Run Code Analysis on WindowsApplication1 — This command makes Visual Studio perform
a code analysis of your project and describe potential problems. Figure 1-19 shows the results
for one application. Many of the warnings describe globalization issues that Visual Basic does
not handle automatically.
Figure 1-17: The Build menu lets you compile projects.
22
Part I: Getting Started
37055c016.qxd 4/8/07 12:46 PM Page 22