Skip to content

Commit

Permalink
fix NLog reference in distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
rcd committed Jul 16, 2014
1 parent 614630d commit 650f834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Create Distribution Package.bat
Expand Up @@ -9,18 +9,18 @@ copy "DICOM\bin\Release\Dicom.pdb" Distribute\Bin\ /Y
copy "DICOM\bin\Release\Dicom.xml" Distribute\Bin\ /Y
copy "DICOM [Native]\Release\Dicom.Native.dll" Distribute\Bin\ /Y
copy "DICOM [Native]\Release\Dicom.Native64.dll" Distribute\Bin\ /Y
copy "packages\NLog.2.1.0\lib\net40\NLog.dll" Distribute\Bin\ /Y
copy "packages\NLog.3.0.0.0\lib\net40\NLog.dll" Distribute\Bin\ /Y
mkdir Distribute\Examples\
copy "Examples\C-Store SCP\bin\Release\Dicom.CStoreSCP.exe" Distribute\Examples\ /Y
copy "Examples\DICOM Media\bin\Release\Dicom.Media.exe" Distribute\Examples\ /Y
copy "DICOM\bin\Release\Dicom.dll" Distribute\Examples\ /Y
copy "DICOM [Native]\Release\Dicom.Native.dll" Distribute\Examples\ /Y
copy "DICOM [Native]\Release\Dicom.Native64.dll" Distribute\Examples\ /Y
copy "packages\NLog.2.1.0\lib\net40\NLog.dll" Distribute\Examples\ /Y
copy "packages\NLog.3.0.0.0\lib\net40\NLog.dll" Distribute\Examples\ /Y
mkdir Distribute\Tools\
copy "Tools\DICOM Dump\bin\Release\Dicom.Dump.exe" Distribute\Tools\ /Y
copy "Tools\DICOM Compare\bin\Release\Dicom.Compare.exe" Distribute\Tools\ /Y
copy "DICOM\bin\Release\Dicom.dll" Distribute\Tools\ /Y
copy "DICOM [Native]\Release\Dicom.Native.dll" Distribute\Tools\ /Y
copy "DICOM [Native]\Release\Dicom.Native64.dll" Distribute\Tools\ /Y
copy "packages\NLog.2.1.0\lib\net40\NLog.dll" Distribute\Tools\ /Y
copy "packages\NLog.3.0.0.0\lib\net40\NLog.dll" Distribute\Tools\ /Y

0 comments on commit 650f834

Please sign in to comment.