supertux-sharp.mdp 1.2 KB

123456789101112131415161718192021
  1. <Project name="supertux-sharp" fileversion="2.0" language="C#" ctype="DotNetProject">
  2. <Configurations active="Debug">
  3. <Configuration name="Debug" ctype="DotNetProjectConfiguration">
  4. <Output directory="./bin/Debug" assembly="supertux-sharp" />
  5. <Build debugmode="True" target="Exe" />
  6. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
  7. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  8. </Configuration>
  9. <Configuration name="Release" ctype="DotNetProjectConfiguration">
  10. <Output directory="./bin/Release" assembly="supertux-sharp" />
  11. <Build debugmode="False" target="Exe" />
  12. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
  13. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <DeploymentInformation strategy="File">
  17. <excludeFiles />
  18. </DeploymentInformation>
  19. <Contents />
  20. <References />
  21. </Project>