local.properties-example 299 B

12345
  1. <!-- Copy this to local.properties and change the values to change how the build works -->
  2. <project xmlns="http://nant.sf.net/release/0.85/nant.xsd">
  3. <property name="tests.exclude" value="Oracle,SqlServer,Postgre"/>
  4. <property name="tests.app.config" value="${dir.config}/local.config"/>
  5. </project>