MoK:
"nicht bewilligt" und "Betreuung beendet am ..." hinzugefügt NHibernateDLLCopier.bat hinzugefügt, um die NHibernate DLLs nach Host\bin und BeWoPlanerMobil\bin zu kopieren
This commit is contained in:
12
NHibernateDLLCopier.bat
Normal file
12
NHibernateDLLCopier.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@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\
|
||||
Reference in New Issue
Block a user