"nicht bewilligt" und "Betreuung beendet am ..." hinzugefügt NHibernateDLLCopier.bat hinzugefügt, um die NHibernate DLLs nach Host\bin und BeWoPlanerMobil\bin zu kopieren
12 lines
477 B
Batchfile
12 lines
477 B
Batchfile
@echo off
|
|
copy Lib\NHibernate.ByteCode.Castle.dll Host\bin\
|
|
copy Lib\NHibernate.dll Host\bin\
|
|
copy Lib\Castle.Core.dll Host\bin\
|
|
copy Lib\Castle.DynamicProxy.dll Host\bin\
|
|
copy Lib\Castle.DynamicProxy2.dll Host\bin\
|
|
|
|
copy Lib\NHibernate.ByteCode.Castle.dll BeWoPlanerMobil\bin\
|
|
copy Lib\NHibernate.dll BeWoPlanerMobil\bin\
|
|
copy Lib\Castle.Core.dll BeWoPlanerMobil\bin\
|
|
copy Lib\Castle.DynamicProxy.dll BeWoPlanerMobil\bin\
|
|
copy Lib\Castle.DynamicProxy2.dll BeWoPlanerMobil\bin\ |