Files
BeWoPlaner/NHibernateDLLCopier.bat
LynJet 8bb8f69ca1 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
2022-04-28 20:03:43 +02:00

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\