diff options
author | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
---|---|---|
committer | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
commit | 9416d720e118e4b5508ad17d64af0c9b69ff3a2f (patch) | |
tree | 8377222e117bcf97829713cce37c6525a2e50222 /Lab3.X/nbproject/private/configurations.xml | |
parent | Merge origin/master (diff) | |
download | ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.gz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.bz2 ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.lz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.xz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.zst ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.zip |
Redo numpad
Diffstat (limited to 'Lab3.X/nbproject/private/configurations.xml')
-rw-r--r-- | Lab3.X/nbproject/private/configurations.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Lab3.X/nbproject/private/configurations.xml b/Lab3.X/nbproject/private/configurations.xml new file mode 100644 index 0000000..74e2a26 --- /dev/null +++ b/Lab3.X/nbproject/private/configurations.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="65">
+ <projectmakefile>Makefile</projectmakefile>
+ <defaultConf>0</defaultConf>
+ <confs>
+ <conf name="default" type="2">
+ <platformToolSN></platformToolSN>
+ <languageToolchainDir>C:\Program Files (x86)\Microchip\xc16\v1.41\bin</languageToolchainDir>
+ <mdbdebugger version="1">
+ <placeholder1>place holder 1</placeholder1>
+ <placeholder2>place holder 2</placeholder2>
+ </mdbdebugger>
+ <runprofile version="6">
+ <args></args>
+ <rundir></rundir>
+ <buildfirst>true</buildfirst>
+ <console-type>0</console-type>
+ <terminal-type>0</terminal-type>
+ <remove-instrumentation>0</remove-instrumentation>
+ <environment>
+ </environment>
+ </runprofile>
+ </conf>
+ </confs>
+</configurationDescriptor>
|