G
GW
Is it possible to specify the location of some common files outside the
project's folder?
Have some common forms for which I do not wish to create and external
assembly (they are all used by several projects).
Tried to play with the XYZ.vbproj file without any success.
<File
RelPath = "Form10.vb"
SubType = "Form"
BuildAction = "Compile"
/>
Possible... similar as specifying file locations as in VB6?
Thks, GW
project's folder?
Have some common forms for which I do not wish to create and external
assembly (they are all used by several projects).
Tried to play with the XYZ.vbproj file without any success.
<File
RelPath = "Form10.vb"
SubType = "Form"
BuildAction = "Compile"
/>
Possible... similar as specifying file locations as in VB6?
Thks, GW