Files
BeWoPlaner/NHibernateDLLCopier.bat

13 lines
483 B
Batchfile
Raw Permalink Normal View History

@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\
pause