prebuild.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd" version="1.10">
  3. <Solution name="Prebuild" version="2.0.7">
  4. <Configuration name="Debug">
  5. <Options>
  6. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  7. <OptimizeCode>false</OptimizeCode>
  8. <OutputPath>bin/Debug</OutputPath>
  9. <DebugInformation>true</DebugInformation>
  10. <SuppressWarnings>1595</SuppressWarnings>
  11. </Options>
  12. </Configuration>
  13. <Configuration name="Release">
  14. <Options>
  15. <CompilerDefines>TRACE</CompilerDefines>
  16. <OutputPath>bin/Release</OutputPath>
  17. <OptimizeCode>true</OptimizeCode>
  18. <DebugInformation>false</DebugInformation>
  19. <SuppressWarnings>1595</SuppressWarnings>
  20. </Options>
  21. </Configuration>
  22. <Files>
  23. <File>prebuild.xml</File>
  24. </Files>
  25. <Project name="Prebuild"
  26. path="src"
  27. language="C#"
  28. assemblyName="prebuild"
  29. icon="App.ico"
  30. type="Exe"
  31. rootNamespace="Prebuild"
  32. startupObject="Prebuild.Prebuild"
  33. version="2.0.7"
  34. frameworkVersion="v4_6"
  35. >
  36. <Author>Matthew Holmes ([email protected])</Author>
  37. <Author>Dan Moorehead ([email protected])</Author>
  38. <Author>Dave Hudson ([email protected])</Author>
  39. <Author>Rob Loach (http://robloach.net)</Author>
  40. <Author>C.J. Adams-Collier ([email protected])</Author>
  41. <Author>John Hurliman ([email protected])</Author>
  42. <Author>WhiteCore build (2015) Rowan Deppeler ([email protected])</Author>
  43. <Author>OpenSimulator build (2017) AJLDuarte</Author>
  44. <Description>The Prebuild project generator</Description>
  45. <Configuration name="Debug">
  46. <Options>
  47. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  48. <OptimizeCode>false</OptimizeCode>
  49. <OutputPath>bin/Debug</OutputPath>
  50. <DebugInformation>true</DebugInformation>
  51. <KeyFile>Prebuild.snk</KeyFile>
  52. <SuppressWarnings>1595</SuppressWarnings>
  53. </Options>
  54. </Configuration>
  55. <Configuration name="Release">
  56. <Options>
  57. <CompilerDefines>TRACE</CompilerDefines>
  58. <OutputPath>bin/Release</OutputPath>
  59. <OptimizeCode>true</OptimizeCode>
  60. <DebugInformation>false</DebugInformation>
  61. <KeyFile>Prebuild.snk</KeyFile>
  62. <SuppressWarnings>1595</SuppressWarnings>
  63. </Options>
  64. </Configuration>
  65. <Reference name="System.EnterpriseServices" />
  66. <Reference name="System.Xml" />
  67. <Reference name="System" />
  68. <Files>
  69. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  70. <Match path="data" pattern="prebuild-1.10.xsd" buildAction="EmbeddedResource"/>
  71. <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/>
  72. <Match pattern="*.cs" recurse="true">
  73. <Exclude name="obj" pattern="obj"/>
  74. </Match>
  75. </Files>
  76. </Project>
  77. </Solution>
  78. </Prebuild>