English 中文(简体)
是否有任何办法让LBLGen Pro在单独的名录中生成通用和分专题文件。
原标题:Is there any way to get LLBLGen Pro to generate the generic and dbspecific .csproj files in separate directories

<代码>LBLGen Pro,以缺省形式生成<代码>generic和db specific项目文档载于同一根基目录。

I m 试图使我的示范项目使用NuGet进行受扶养人管理,而且随着两个项目最终都提及相同的<代码>包装,这种中断/起步有奇怪。

因此,有办法将<代码>LBLGen Pro在单独的名录中生成项目档案。

任何要点

最佳回答

look at the tasks in the preset, on tab 3 of the code generation configuration dialog. The tasks for the vs.net project files, e.g. SD.Tasks.Adapter.VsNetDbGenericProjectFileCreator contain the destinationFolder property which is empty by default (so it generates into the root folder you specify).

也许会随着电网项目档案中的道路而变得trick缩,但你应当开始。

问题回答

我知道这是一种黑板,但我也有同样的问题,因为我在经常项目和DbSpecific项目中都提到了同样的问题,我最后在主项目中安装了成套设备(即包件,与该项目相联),然后用人工方式将集会从德国统计局项目包名录(即适当设置的 h路)。

这不是最佳解决办法,但至少你不必修改基因组的违约行为。





相关问题
LLblgen: Select distinct?

I can t seem to figure out how I can select only distinct entries in Llblgen 2.6 self-service model I essentially want this query. select distinct City from peopleTable where *predicates* I ve got ...

Inner joins using LLBLGen?

How could I do a simple join using LLBLGen? table1 - clientTable (address, phone, etc) table2 - employeeTable (name, etc) table3 - clientEmployeeTable (clientid, employeeid) I m filling out a ...

Setting LLBLGen Pro TypedList Properties to Nullable type?

I am using LLBLGen Pro 2.6. In the designer, you can easily set a field in an entity to be a .Net nullable type. When you have those same fields in a Typed List, there doesn t seem to be a way to ...

LLBL Gen Predicate Filter

I am new to LLBLGen Pro and am checking for duplicate, I have the following SQL: SQL: select a.TopicId,atc.TopicCategoryId,a.Headline from article a inner join ArticleTopicCategory atc on atc....

How to use a resolver for collections in AutoMapper?

I want to map some of my domain objects back to ORM (LLBLGen) entities, for this I m using AutoMapper. The domain objects contain collections, and the AutoMapper documentation states that we don t ...

ASP.NET ORM for High Scalable Websites

Which is the best option for High Scalable Websites or Enterprise Applications: LBLGen .NetTiers LinqToSQL NHybernate Repository Pattern (CodePlex) If any other available let me know.

Nested Select in LLBLGen

So, I have the following tables: Using LLBLGen 2.6 (Adapter Version - No Linq), SQL Server, and .NET 3.5, how would I write the following query? SELECT o.ObjectID FROM Object o INNER JOIN ...

llblgen: How do i filter?

Im having some problems with filtering data with LLBLGen. I have an EmployeeEntity where i want to fetch the data filtering by string CustomerNumber. CustomerNumber is not Primary Key. I guess i have ...

热门标签