#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
691 B

@echo off
echo Installing assemblies into the GAC
echo.
echo NUnit.Framework.dll
..\tools\gacutil2.exe /i ..\nunit.framework.dll
echo.
echo ICSharpCode.SharpZipLib.dll
..\tools\gacutil2.exe /i ..\ICSharpCode.SharpZipLib.dll
echo.
echo MbUnit requirements
..\tools\gacutil2.exe /i ..\tools\MbUnit\Refly.dll
..\tools\gacutil2.exe /i ..\tools\MbUnit\TestFu.dll
..\tools\gacutil2.exe /i ..\tools\MbUnit\QuickGraph.dll
..\tools\gacutil2.exe /i ..\tools\MbUnit\QuickGraph.Algorithms.dll
echo.
echo MbUnit.Framework.dll
..\tools\gacutil2.exe /i ..\tools\MbUnit\MbUnit.Framework.dll
echo.
rem echo Installing and configuring help system
rem cd help
rem call register.bat
@IF %ERRORLEVEL% NEQ 0 PAUSE