[or-cvs] Add C# controller lib port from Oliver Rau.

Nick Mathewson nickm at seul.org
Wed Nov 9 21:47:06 UTC 2005


Update of /home/or/cvsroot/control/cs/control
In directory moria:/tmp/cvs-serv5623/control

Added Files:
	AssemblyInfo.cs control.build control.cmbx control.prjx 
Log Message:
Add C# controller lib port from Oliver Rau.

--- NEW FILE: AssemblyInfo.cs ---
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.

[assembly: AssemblyTitle("Tor .NET Controller")]
[assembly: AssemblyDescription("A .NET class for easily controlling Tor (http://tor.eff.org/)")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("2005 Oliver Rau")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):

[assembly: AssemblyVersion("0.1.*")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
// This is not required, if you don't want signing let these attributes like they're.
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]

--- NEW FILE: control.build ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: control.cmbx ---
<Combine fileversion="1.0" name="control" description="">
  <StartMode startupentry="control" single="True">
    <Execute entry="control" type="None" />
  </StartMode>
  <Entries>
    <Entry filename=".\control.prjx" />
  </Entries>
  <Configurations active="Debug">
    <Configuration name="Release">
      <Entry name="control" configurationname="Debug" build="False" />
    </Configuration>
    <Configuration name="Debug">
      <Entry name="control" configurationname="Debug" build="False" />
    </Configuration>
  </Configurations>
</Combine>
--- NEW FILE: control.prjx ---
<Project name="control" standardNamespace="Tor.Control" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
  <Contents>
    <File name=".\AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\TorControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\ConfigEntry.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\TorControlConnectionFactory.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\TorControlConnection1.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\Exceptions" subtype="Directory" buildaction="Compile" dependson="" data="" />
    <File name=".\Exceptions\TorControlException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\Exceptions\TorControlSyntaxException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\ReplyLine.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\Waiter.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\Bytes.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\Delegates.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\ITorControlConnection.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\TorControlConnectionBase.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses" subtype="Directory" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses" subtype="Directory" buildaction="Compile" dependson="" data="" />
    <File name=".\ControlConnectionClasses\TorControlConnection0.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\Cmd.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\BigEndianReader.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
    <File name=".\HelperClasses\BigEndianWriter.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
  </Contents>
  <References />
  <DeploymentInformation target="" script="" strategy="File" />
  <Configuration runwithwarnings="True" name="Debug">
    <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="Standard" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" noconfig="False" nostdlib="False" />
    <Execution commandlineparameters="" consolepause="False" />
    <Output directory=".\bin\Debug" assembly="Tor.Control" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
  </Configuration>
  <Configurations active="Debug">
    <Configuration runwithwarnings="True" name="Debug">
      <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="Standard" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" noconfig="False" nostdlib="False" />
      <Execution commandlineparameters="" consolepause="False" />
      <Output directory=".\bin\Debug" assembly="Tor.Control" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
    </Configuration>
    <Configuration runwithwarnings="True" name="Release">
      <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" noconfig="False" nostdlib="False" />
      <Execution commandlineparameters="" consolepause="False" />
      <Output directory=".\bin\Release" assembly="Tor.Control" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
    </Configuration>
  </Configurations>
</Project>



More information about the tor-commits mailing list