~cszikszoy/do/do-fix-keybindings

« back to all changes in this revision

Viewing changes to Do.Interface.Wink/Do.Interface.Wink.mdp

  • Committer: Chris S.
  • Date: 2009-06-18 06:18:12 UTC
  • mfrom: (1107.2.124 trunk)
  • Revision ID: chris@szikszoy.com-20090618061812-8ynmedlxpmvwkwe9
merge trunk & make properties public

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      <Build debugmode="True" target="Library" />
6
6
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
7
7
      <EnvironmentVariables />
8
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
9
9
    </Configuration>
10
10
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
11
11
      <Output directory="bin/Release" assembly="Do.Interface.Wnck" />
26
26
    <File name="src/Do.Interface.Xlib" subtype="Directory" buildaction="Compile" />
27
27
    <File name="src/Do.Interface.Xlib/X11Atoms.cs" subtype="Code" buildaction="Compile" />
28
28
    <File name="src/Do.Interface.Xlib/Xlib.cs" subtype="Code" buildaction="Compile" />
 
29
    <File name="src/Do.Interface.Wink/WnckWindow_Extensions.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="src/Do.Interface.Wink/Position.cs" subtype="Code" buildaction="Compile" />
29
31
  </Contents>
30
32
  <References>
31
33
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
35
37
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
36
38
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
37
39
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
40
    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
38
41
  </References>
39
42
</Project>
 
 
b'\\ No newline at end of file'