mirror of https://github.com/icedream/npipe.git
Remove batch file and ignore pipe.exe generated locally on the server machine.
parent
c9d6c75e05
commit
e2d201416c
|
@ -1,3 +1,5 @@
|
|||
/npipe/bin
|
||||
/npipe/obj
|
||||
/*.suo
|
||||
/compile-pipeserver.bat
|
||||
/npipe.exe
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe" /optimize+ /debug- /nowin32manifest /target:exe /out:npipe.exe npipe\Program.cs npipe\Properties\AssemblyInfo.cs /r:System.Core.dll
|
||||
pause
|
Loading…
Reference in New Issue