~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Banshee/Banshee.mdp

  • Committer: Jacob Andreas
  • Date: 2008-03-22 08:57:20 UTC
  • mfrom: (72.1.1 do-plugins)
  • Revision ID: jacob@ada-20080322085720-4e201gtyw90unrtp
added Twitter plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Banshee" 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" assemblyKeyFile="." assembly="Banshee" />
 
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" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="bin/Release" assembly="Banshee" />
 
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/BansheeAction.cs" subtype="Code" buildaction="Compile" />
 
18
    <File name="src/BansheeItemSource.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="src/BansheeItems.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="src/Banshee.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/BansheeDBus.cs" subtype="Code" buildaction="Compile" />
 
23
  </Contents>
 
24
  <References>
 
25
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
26
    <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
27
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
 
28
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
 
29
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
30
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.2928.15394, Culture=neutral" />
 
31
  </References>
 
32
</Project>
 
 
b'\\ No newline at end of file'