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
|