xSQL Builder ships with a VS.NET 2005 C# project that contains the code templates used to generate the executable package. You can open this project in VS.NET 2005, modify it, add additional classes to address your particular environment requirements. xSQL Builder compiles all the files with .cs extension in the code template folder and includes them in the executable package. You should not remove from the project or change the name of the class EntryPoint.
Every time you generate a package, xSQL Builder copies the configuration file and the snapshot of the master databases on the \Resources folder under the code template folder. The configuration file is always named config.xml, the snapshot is named as SqlServerName.DatabaseName.snp. Note that invalid file chars on the snapshot name are replaced with underscore "_". To run code template project in VS.NET 2005 do the followings: