~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Rhythmbox/Rhythmbox.mdp

  • Committer: djsiegel at gmail
  • Date: 2007-11-07 17:13:21 UTC
  • Revision ID: djsiegel@gmail.com-20071107171321-zgu46ukqlpdx1ypa
Initial files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="Rhythmbox" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <CustomCommands>
5
 
        <Command type="AfterBuild" command="cp ./bin/Debug/Rhythmbox.dll /home/dave/.do/addins" />
6
 
      </CustomCommands>
7
 
      <Output directory="./bin/Debug" assemblyKeyFile="./" assembly="Rhythmbox" />
 
4
      <Output directory="./bin/Debug" assembly="Rhythmbox" />
8
5
      <Build debugmode="True" target="Library" />
9
6
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
10
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
20
17
    <File name="./src" subtype="Directory" buildaction="Compile" />
21
18
    <File name="./src/Rhythmbox.cs" subtype="Code" buildaction="Compile" />
22
19
    <File name="./src/RhythmboxItems.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="./src/RhythmboxItemSource.cs" subtype="Code" buildaction="Compile" />
23
21
    <File name="./src/RhythmboxPlayCommand.cs" subtype="Code" buildaction="Compile" />
24
22
    <File name="./src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="./src/MusicItems.cs" subtype="Code" buildaction="Compile" />
26
 
    <File name="./src/RhythmboxEnqueueCommand.cs" subtype="Code" buildaction="Compile" />
27
 
    <File name="./src/RhythmboxItemSource.cs" subtype="Code" buildaction="Compile" />
28
23
  </Contents>
29
24
  <References>
30
25
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.2857.21073, Culture=neutral" />
31
26
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32
 
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
33
27
  </References>
34
28
</Project>
 
 
b'\\ No newline at end of file'