~cszikszoy/do-plugins/pastebin

39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
1
<Project name="GNOME-Session" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
39.1.31 by Jason Smith
Fix version numbers
2
  <Configurations active="Repo">
39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
      <Output directory="bin/Debug" assembly="GNOME-Session" />
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="GNOME-Session" />
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="GNOME-Session" />
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/GNOME-Session.addin.xml" subtype="Code" buildaction="FileCopy" />
25
    <File name="src/PowerManagement.cs" subtype="Code" buildaction="Compile" />
26
    <File name="src/ScreenSaver.cs" subtype="Code" buildaction="Compile" />
27
    <File name="src/SessionCommandItem.cs" subtype="Code" buildaction="Compile" />
28
    <File name="src/SessionCommandsItemSource.cs" subtype="Code" buildaction="Compile" />
29
  </Contents>
30
  <References>
31
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
33
    <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
39.1.31 by Jason Smith
Fix version numbers
34
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
35
  </References>
39.1.31 by Jason Smith
Fix version numbers
36
</Project>