~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to SSH/SSH.mdp

  • Committer: Christopher James Halse Rogers
  • Date: 2008-02-11 23:34:16 UTC
  • Revision ID: chalserogers@gmail.com-20080211233416-8vtjulsmfhsvblgv
The Great Copyright Push continues
Add AUTHORS, COPYING & COPYRIGHT
Add license headers to Epiphany & EyeOfGNOME plugins
Add license headers to Template plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="SSH" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
 
  <Configurations active="Repo">
3
 
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <Output directory="bin/Debug" assembly="SSH" />
5
 
      <Build debugmode="True" target="Library" />
6
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8
 
    </Configuration>
9
 
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
10
 
      <Output directory="bin/Release" assembly="SSH" />
11
 
      <Build debugmode="False" target="Library" />
12
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14
 
    </Configuration>
15
 
    <Configuration name="Repo" ctype="DotNetProjectConfiguration">
16
 
      <Output directory="../buildrepo" assembly="SSH" />
17
 
      <Build debugmode="True" target="Library" />
18
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
19
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
20
 
    </Configuration>
21
 
  </Configurations>
22
 
  <Contents>
23
 
    <File name="src" subtype="Directory" buildaction="Compile" />
24
 
    <File name="src/SSHAction.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="src/SSHHosts.cs" subtype="Code" buildaction="Compile" />
26
 
    <File name="src/SSH.addin.xml" subtype="Code" buildaction="FileCopy" />
27
 
  </Contents>
28
 
  <References>
29
 
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
30
 
    <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
31
 
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32
 
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
33
 
  </References>
34
 
</Project>
 
 
b'\\ No newline at end of file'