Created
October 14, 2014 00:20
-
-
Save junichi11/929f24ae4821effa06dd to your computer and use it in GitHub Desktop.
NetBeans : Vagrant settings for C/C++ project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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