Add CopyFile, refactor DeleteFile.

This commit is contained in:
2024-03-12 12:23:56 -04:00
parent 2d2bff7a0e
commit b2a2bc95df
15 changed files with 32 additions and 280 deletions

View File

@@ -2,7 +2,7 @@
<configuration>
<appSettings>
<add key="watchcount" value="2"/>
<add key="watch_1" value="Name=TorProxy|RunAs=true|Executable=C:\boneyard\Tor\TorWebClient\bin\Debug\TorProxy.exe"/>
<add key="watch_1" value="Name=TorProxy|RunAs=true|Executable=C:\boneyard\Tor\TorWebClient\bin\Release\TorProxy.exe"/>
<add key="watch_2" value="Name=MarketDataServer|RunAs=true|Executable=C:\boneyard\MarketDataServer\bin\Debug\MarketDataServer.exe"/>
</appSettings>