Skip to content

Commit a9a5eab

Browse files
committed
first library upload
1 parent 38931c0 commit a9a5eab

File tree

116 files changed

+285711
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+285711
-0
lines changed

src/Tor.Tests/App.config

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<appSettings>
4+
<add key="torConfigurationFile" value=""/>
5+
<add key="torControlPassword" value=""/>
6+
<add key="torControlPort" value="9051"/>
7+
<add key="torDefaultConfigurationFile" value=""/>
8+
<add key="torPath" value="Tor\Tor\tor.exe"/>
9+
</appSettings>
10+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

src/Tor.Tests/CircuitExtendUI.Designer.cs

+214
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)