~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Amarok/Amarok.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="Amarok" 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="Amarok" />
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="Amarok" />
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="Amarok" />
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/Amarok.addin.xml" subtype="Code" buildaction="FileCopy" />
25
 
    <File name="src/Amarok.cs" subtype="Code" buildaction="Compile" />
26
 
    <File name="src/AmarokEnqueueAction.cs" subtype="Code" buildaction="Compile" />
27
 
    <File name="src/AmarokItems.cs" subtype="Code" buildaction="Compile" />
28
 
    <File name="src/AmarokItemSource.cs" subtype="Code" buildaction="Compile" />
29
 
    <File name="src/AmarokPlayAction.cs" subtype="Code" buildaction="Compile" />
30
 
    <File name="src/MusicItems.cs" subtype="Code" buildaction="Compile" />
31
 
    <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
32
 
  </Contents>
33
 
  <References>
34
 
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
35
 
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
36
 
    <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37
 
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
38
 
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
39
 
  </References>
40
 
</Project>
 
 
b'\\ No newline at end of file'