prebuild.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
  3. <Solution name="LaunchSLClient" activeConfig="Debug" path="./" version="0.5.0-svn">
  4. <Configuration name="Debug">
  5. <Options>
  6. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  7. <OptimizeCode>false</OptimizeCode>
  8. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  9. <AllowUnsafe>false</AllowUnsafe>
  10. <WarningLevel>4</WarningLevel>
  11. <WarningsAsErrors>false</WarningsAsErrors>
  12. <SuppressWarnings></SuppressWarnings>
  13. <OutputPath>../../../bin</OutputPath>
  14. <DebugInformation>true</DebugInformation>
  15. <IncrementalBuild>true</IncrementalBuild>
  16. <NoStdLib>false</NoStdLib>
  17. </Options>
  18. </Configuration>
  19. <Configuration name="Release">
  20. <Options>
  21. <CompilerDefines>TRACE</CompilerDefines>
  22. <OptimizeCode>true</OptimizeCode>
  23. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  24. <AllowUnsafe>false</AllowUnsafe>
  25. <WarningLevel>4</WarningLevel>
  26. <WarningsAsErrors>false</WarningsAsErrors>
  27. <SuppressWarnings></SuppressWarnings>
  28. <OutputPath>../../../bin</OutputPath>
  29. <DebugInformation>false</DebugInformation>
  30. <IncrementalBuild>true</IncrementalBuild>
  31. <NoStdLib>false</NoStdLib>
  32. </Options>
  33. </Configuration>
  34. <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe">
  35. <Configuration name="Debug">
  36. <Options>
  37. <OutputPath>../../../../bin/</OutputPath>
  38. </Options>
  39. </Configuration>
  40. <Configuration name="Release">
  41. <Options>
  42. <OutputPath>../../../../bin/</OutputPath>
  43. </Options>
  44. </Configuration>
  45. <ReferencePath>../../../../bin/</ReferencePath>
  46. <Reference name="System" localCopy="false"/>
  47. <Reference name="System.IO" localCopy="false"/>
  48. <Reference name="System.Collections" localCopy="false"/>
  49. <Reference name="System.Collections.Generic" localCopy="false"/>
  50. <Reference name="System.ComponentModel" localCopy="false"/>
  51. <Reference name="System.Data" localCopy="false"/>
  52. <Reference name="System.Diagnostics" localCopy="false"/>
  53. <Reference name="System.Drawing" localCopy="false"/>
  54. <Reference name="System.Text" localCopy="false"/>
  55. <Reference name="System.Text.RegularExpressions" localCopy="false"/>
  56. <Reference name="System.Windows.Forms" localCopy="false"/>
  57. <Reference name="Microsoft.Win32" localCopy="false"/>
  58. <Reference name="Nini.dll"/>
  59. <Files>
  60. <Match pattern="*.cs" recurse="true"/>
  61. </Files>
  62. </Project>
  63. </Solution>
  64. </Prebuild>