added build folder added build script for release build of ANX.Framework and all RenderSystems fixed some issues in projects regarding compiler directives removed StockShaderCodeGenerator from Pre-Build-Events. Build the Stock shaders using NAnt target build_stock_shaders. started Wiki documentation for custom build switches (e.g. extended mode)
9 lines
150 B
VB.net
9 lines
150 B
VB.net
Imports System
|
|
|
|
Public Class MainApp
|
|
Shared Sub Main()
|
|
Console.WriteLine("Hello World using VB.NET")
|
|
Return
|
|
End Sub
|
|
End Class
|