~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Twitter/Twitter.mdp

  • Committer: David Siegel
  • Date: 2008-06-02 16:09:11 UTC
  • Revision ID: dave@x-20080602160911-5bc56q3okv27pg7y
Added GNOME Terminal plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Twitter" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="bin/Debug" assembly="Twitter" />
 
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="Twitter" />
 
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
  </Configurations>
 
16
  <Contents>
 
17
    <File name="src" subtype="Directory" buildaction="Compile" />
 
18
    <File name="src/Notifications.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="twitter-icon.png" subtype="Code" buildaction="EmbedAsResource" />
 
20
    <File name="src/Twitter.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
 
21
    <File name="src/TwitterTweet.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/TwitterFriendSource.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="src/TwitterAction.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="src/Twitterizer/Twitter.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="src/Twitterizer/TwitterizerException.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="src/Twitterizer/TwitterRequest.cs" subtype="Code" buildaction="Compile" />
 
27
    <File name="src/Twitterizer/TwitterRequestData.cs" subtype="Code" buildaction="Compile" />
 
28
    <File name="src/Twitterizer/TwitterStatus.cs" subtype="Code" buildaction="Compile" />
 
29
    <File name="src/Twitterizer/TwitterStatusCollection.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="src/Twitterizer/TwitterUser.cs" subtype="Code" buildaction="Compile" />
 
31
    <File name="src/Twitterizer/TwitterUserCollection.cs" subtype="Code" buildaction="Compile" />
 
32
    <File name="src/Twitterizer/Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
33
    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
 
34
    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
 
35
    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
 
36
    <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
 
37
    <File name="gtk-gui/DoTwitter.Configuration.cs" subtype="Code" buildaction="Compile" />
 
38
  </Contents>
 
39
  <References>
 
40
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
 
41
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
42
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
 
43
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
 
44
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
45
    <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
 
46
    <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
47
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
48
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
49
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
50
  </References>
 
51
  <GtkDesignInfo gtkVersion="2.12.0">
 
52
    <ExportedWidgets>
 
53
      <Widget>DoTwitter.Configuration</Widget>
 
54
    </ExportedWidgets>
 
55
  </GtkDesignInfo>
 
56
</Project>
 
 
b'\\ No newline at end of file'