Dock.mdp 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <Project name="Dock" 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="Dock" />
  5. <Build debugmode="True" target="Library" />
  6. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  7. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  8. </Configuration>
  9. <Configuration name="Release" ctype="DotNetProjectConfiguration">
  10. <Output directory="../bin/Release" assembly="Dock" />
  11. <Build debugmode="False" target="Library" />
  12. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  13. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <DeploymentInformation strategy="File">
  17. <excludeFiles />
  18. </DeploymentInformation>
  19. <Contents>
  20. <File name="./AfterAttribute.cs" subtype="Code" buildaction="Compile" />
  21. <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
  22. <File name="./DetachedHandler.cs" subtype="Code" buildaction="Compile" />
  23. <File name="./Dock.cs" subtype="Code" buildaction="Compile" />
  24. <File name="./DockBar.cs" subtype="Code" buildaction="Compile" />
  25. <File name="./DockBarButton.cs" subtype="Code" buildaction="Compile" />
  26. <File name="./DockedHandler.cs" subtype="Code" buildaction="Compile" />
  27. <File name="./DockItem.cs" subtype="Code" buildaction="Compile" />
  28. <File name="./DockItemBehavior.cs" subtype="Code" buildaction="Compile" />
  29. <File name="./DockItemGrip.cs" subtype="Code" buildaction="Compile" />
  30. <File name="./DockLayout.cs" subtype="Code" buildaction="Compile" />
  31. <File name="./DockMaster.cs" subtype="Code" buildaction="Compile" />
  32. <File name="./DockNotebook.cs" subtype="Code" buildaction="Compile" />
  33. <File name="./DockObject.cs" subtype="Code" buildaction="Compile" />
  34. <File name="./DockObjectFlags.cs" subtype="Code" buildaction="Compile" />
  35. <File name="./DockPaned.cs" subtype="Code" buildaction="Compile" />
  36. <File name="./DockPlaceholder.cs" subtype="Code" buildaction="Compile" />
  37. <File name="./DockPlacement.cs" subtype="Code" buildaction="Compile" />
  38. <File name="./DockRequest.cs" subtype="Code" buildaction="Compile" />
  39. <File name="./ExportAttribute.cs" subtype="Code" buildaction="Compile" />
  40. <File name="./GdlStock.cs" subtype="Code" buildaction="Compile" />
  41. <File name="./resources/layout.glade" subtype="Code" buildaction="EmbedAsResource" />
  42. <File name="./resources/stock-close-12.png" subtype="Code" buildaction="EmbedAsResource" />
  43. <File name="./resources/stock-menu-left-12.png" subtype="Code" buildaction="EmbedAsResource" />
  44. <File name="./resources/stock-menu-right-12.png" subtype="Code" buildaction="EmbedAsResource" />
  45. </Contents>
  46. <References>
  47. <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  48. <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  49. <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
  50. <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  51. <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  52. </References>
  53. </Project>