Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created October 14, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/929f24ae4821effa06dd to your computer and use it in GitHub Desktop.
Save junichi11/929f24ae4821effa06dd to your computer and use it in GitHub Desktop.
NetBeans : Vagrant settings for C/C++ project
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.cnd.makeproject</type>
<configuration>
... something
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
<module name="org-netbeans-modules-vagrant">
<property name="vagrant-path" value="/path/to/CppApplication/vagrant/root/dir/"/>
</module>
<module name="org-netbeans-modules-projectimport-eclipse-core"/>
</preferences>
</configuration>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment