home recent topics recent posts search register faq   AspNetForum v.4.8.2.0

Huagati Systems Support Forum :: Forum

user:
psw:
| lost password
Home » New features wishlist forum » Include addit. files in solution (source control) Messages in this topic - RSS
4/23/2009 1:50:58 PM
archsoftnet
Posts 9
Feature request, for the additional files that the tool generates to be included in the solution prefereably as related files to the dbml file (similar to the *.designer.vb and *.layout files generated by visual studio).

Seems fairly simple to add it to the solution... just requires something like

<None Include="Database\Custom\ProjectList.dbml.docPrefs">
<DependentUpon>ProjectList.dbml</DependentUpon>
</None>

added in the appropriate ItemGroup section of the *.vbproj file (I assume it is the same or similar for C#)

Not sure how you get it to be triggered for addition to source control... but would be nice if you could :-)

Paul
pages: 1
|

Home » New features wishlist forum » Include addit. files in solution (source control)