/tools/nant/GenerateNAntSchema.build

http://github.com/philiplaureano/LinFu · Bazel · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · f1be8b8c691f7d58a2fbf35ffb7dc3ec MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <project name="GenerateNAntSchemaForVS.NET" default="genschema">
  3. <property name="SchemaFile" value="C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml\NAnt.xsd"/>
  4. <target name="genschema">
  5. <nantschema output="${SchemaFile}" target-ns="http://nant.sf.net/schemas/nant.xsd"/>
  6. </target>
  7. </project>