~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to VolumeControl/VolumeControl.mdp

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="VolumeControl" 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="VolumeControl" />
 
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="VolumeControl" />
 
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/VolumeUpItem.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="src/VolumeDownItem.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="src/VolumeMuteItem.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="src/VolumeUnmuteItem.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/VolumeItemSource.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="VolumeControl.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
 
24
  </Contents>
 
25
  <References>
 
26
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
27
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.5.1.0, Culture=neutral, PublicKeyToken=null" />
 
28
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
29
  </References>
 
30
</Project>
 
 
b'\\ No newline at end of file'