~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GNOME-Session/GNOME-Session.mdp

Make build system sane

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="GNOME-Session" 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="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
  </Configurations>
 
16
  <Contents>
 
17
    <File name="src" subtype="Directory" buildaction="Compile" />
 
18
    <File name="src/GNOME-Session.addin.xml" subtype="Code" buildaction="FileCopy" />
 
19
    <File name="src/PowerManagement.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="src/ScreenSaver.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="src/SessionCommandItem.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/SessionCommandsItemSource.cs" subtype="Code" buildaction="Compile" />
 
23
  </Contents>
 
24
  <References>
 
25
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.3002.42847, Culture=neutral" />
 
26
    <ProjectReference type="Gac" localcopy="True" refto="System, 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
  </References>
 
30
</Project>
 
 
b'\\ No newline at end of file'