Is there a way to find out the assembly name at design-time (i.e. not using reflection or runtime APIs such as System.Reflection.Assembly.GetEntryAssembly) from within Visua
You can use "TargetName" available in Macros for Post-build events. It will give you the assembly name for your project.