Get Assembly name at compile time in Visual Studio

后端 未结 5 994
灰色年华
灰色年华 2021-01-15 06:40

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

5条回答
  •  情歌与酒
    2021-01-15 07:05

    After a quick run through MSDN I found this article which might be a good start for some further research:

    Accessing Project Type Specific Project, Project Item, and Configuration Properties

提交回复
热议问题