"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:
LynJet
2022-04-28 20:03:43 +02:00
parent 271a61b1e1
commit 8bb8f69ca1
3 changed files with 42 additions and 4 deletions

12
NHibernateDLLCopier.bat Normal file
View 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\