MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
35
Config/ConfigAttributes.vb
Normal file
35
Config/ConfigAttributes.vb
Normal file
@@ -0,0 +1,35 @@
|
||||
Public Class ConfigAttributes
|
||||
''' <summary>
|
||||
''' The primary connection string. Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
Public Class ConnectionStringAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
|
||||
''' <summary>
|
||||
''' The test connection string. Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
Public Class ConnectionStringTestAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
|
||||
''' <summary>
|
||||
''' The app serverSQL connection string. Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
Public Class ConnectionStringAppServerAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
''' <summary>
|
||||
''' The EDMIapp server . Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
Public Class EDMIAppServerAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
|
||||
''' <summary>
|
||||
''' Global setting. Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
Public Class GlobalSettingAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
End Class
|
||||
Reference in New Issue
Block a user