Clone of official tools
export/nb/project.tmpl
- Committer:
- Anders Blomdell
- Date:
- 2021-02-04
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
File content as of revision 47:21ae3e5a7128:
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.cnd.makeproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/make-project/1"> <name>{{name}}</name> <c-extensions>c</c-extensions> <cpp-extensions>cpp</cpp-extensions> <header-extensions>h</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> <sourceRootList/> <confList> <confElem> <name>Debug</name> <type>1</type> </confElem> <confElem> <name>Release</name> <type>1</type> </confElem> </confList> <formatting> <project-formatting-style>false</project-formatting-style> </formatting> </data> </configuration> </project>