gtkgl-sharp.mdp 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <Project name="gtkgl-sharp" 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="gtkgl-sharp" />
  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="True" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  8. </Configuration>
  9. <Configuration name="Release" ctype="DotNetProjectConfiguration">
  10. <Output directory="../bin/Release" assembly="gtkgl-sharp" />
  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="True" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <DeployTargets />
  17. <Contents>
  18. <File name="./GLArea.cs" subtype="Code" buildaction="Compile" />
  19. <File name="./GLContext.cs" subtype="Code" buildaction="Compile" />
  20. <File name="./GLContextAttributes.cs" subtype="Code" buildaction="Compile" />
  21. <File name="./W32GLContext.cs" subtype="Code" buildaction="Compile" />
  22. <File name="./X11GLContext.cs" subtype="Code" buildaction="Compile" />
  23. <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
  24. </Contents>
  25. <References>
  26. <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  27. <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  28. </References>
  29. <DeploymentInformation strategy="File">
  30. <excludeFiles />
  31. </DeploymentInformation>
  32. </Project>