project.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.cnd.makeproject</type>
  4. <configuration>
  5. <data xmlns="http://www.netbeans.org/ns/make-project/1">
  6. <name>Theora</name>
  7. <c-extensions>c</c-extensions>
  8. <cpp-extensions/>
  9. <header-extensions>h</header-extensions>
  10. <sourceEncoding>UTF-8</sourceEncoding>
  11. <make-dep-projects/>
  12. <sourceRootList>
  13. <sourceRootElem>../lib</sourceRootElem>
  14. </sourceRootList>
  15. <confList>
  16. <confElem>
  17. <name>Debug</name>
  18. <type>3</type>
  19. </confElem>
  20. <confElem>
  21. <name>Release</name>
  22. <type>3</type>
  23. </confElem>
  24. </confList>
  25. <formatting>
  26. <project-formatting-style>false</project-formatting-style>
  27. </formatting>
  28. </data>
  29. </configuration>
  30. </project>