/tools/nant/GenerateNAntSchema.build
http://github.com/philiplaureano/LinFu · Bazel · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · f1be8b8c691f7d58a2fbf35ffb7dc3ec MD5 · raw file
- <?xml version="1.0" encoding="utf-8" ?>
- <project name="GenerateNAntSchemaForVS.NET" default="genschema">
- <property name="SchemaFile" value="C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml\NAnt.xsd"/>
- <target name="genschema">
- <nantschema output="${SchemaFile}" target-ns="http://nant.sf.net/schemas/nant.xsd"/>
- </target>
- </project>