Add project files.

This commit is contained in:
Bobbie Hodgetts
2019-03-25 13:02:39 +00:00
parent 81b92f57c6
commit f33220e278
19 changed files with 11307 additions and 0 deletions

23
bnhtradeRegasmInstall.bat Normal file
View File

@@ -0,0 +1,23 @@
@set batchpath=%~dp0
@set dllpath=%batchpath%bnhtrade Database Client\bin\Release\
@copy "%dllpath%bnhtradeDatabaseClient.dll" "%SYSTEMROOT%\SysWOW64\bnhtradeDatabaseClient.dll"
@copy "%dllpath%ABrain.AmazonMWS.dll" "%SYSTEMROOT%\SysWOW64\ABrain.AmazonMWS.dll"
@copy "%dllpath%bnhtradeDatabaseClient.dll" "%SYSTEMROOT%\System32\bnhtradeDatabaseClient.dll"
@copy "%dllpath%ABrain.AmazonMWS.dll" "%SYSTEMROOT%\System32\ABrain.AmazonMWS.dll"
@c:
@cd\Windows\Microsoft.NET\Framework\v4.*
regasm.exe /codebase /tlb "bnhtradeDatabaseClient.dll"
regasm.exe /codebase /tlb "ABrain.AmazonMWS.dll"
@cd\Windows\Microsoft.NET\Framework64\v4.*
regasm.exe /codebase /tlb "bnhtradeDatabaseClient.dll"
regasm.exe /codebase /tlb "ABrain.AmazonMWS.dll"
@echo.
@echo Finished running regasm install script.
@echo.
@rem if no arguments passed, pause
@IF "%~1"=="" @pause