From c791413fbcf2475f18a4daa2bb7d88c9303cd4a3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 11 Jan 2013 23:35:17 +0000 Subject: [PATCH] Ensure the demo and project main text files are distributed in Atmel Studio projects. --- Demos/Device/ClassDriver/AudioInput/asf.xml | 2 ++ Demos/Device/ClassDriver/AudioOutput/asf.xml | 2 ++ Demos/Device/ClassDriver/DualVirtualSerial/asf.xml | 1 + Demos/Device/ClassDriver/Joystick/asf.xml | 2 ++ Demos/Device/ClassDriver/Keyboard/asf.xml | 2 ++ Demos/Device/ClassDriver/KeyboardMouse/asf.xml | 2 ++ Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml | 2 ++ Demos/Device/ClassDriver/MIDI/asf.xml | 2 ++ Demos/Device/ClassDriver/MassStorage/asf.xml | 2 ++ Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml | 2 ++ Demos/Device/ClassDriver/Mouse/asf.xml | 2 ++ Demos/Device/ClassDriver/VirtualSerial/asf.xml | 1 + Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml | 1 + Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml | 1 + Demos/Device/LowLevel/AudioInput/asf.xml | 2 ++ Demos/Device/LowLevel/AudioOutput/asf.xml | 2 ++ Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 1 + Demos/Device/LowLevel/GenericHID/asf.xml | 2 ++ Demos/Device/LowLevel/Joystick/asf.xml | 2 ++ Demos/Device/LowLevel/Keyboard/asf.xml | 2 ++ Demos/Device/LowLevel/KeyboardMouse/asf.xml | 2 ++ Demos/Device/LowLevel/MIDI/asf.xml | 2 ++ Demos/Device/LowLevel/MassStorage/asf.xml | 2 ++ Demos/Device/LowLevel/Mouse/asf.xml | 2 ++ Demos/Device/LowLevel/RNDISEthernet/asf.xml | 2 ++ Demos/Device/LowLevel/VirtualSerial/asf.xml | 1 + Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml | 2 ++ Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml | 2 ++ Demos/Host/ClassDriver/AudioInputHost/asf.xml | 2 ++ Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 2 ++ Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/KeyboardHost/asf.xml | 2 ++ Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/MIDIHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MassStorageHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MouseHost/asf.xml | 2 ++ Demos/Host/ClassDriver/MouseHostWithParser/asf.xml | 2 ++ Demos/Host/ClassDriver/PrinterHost/asf.xml | 2 ++ Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml | 2 ++ Demos/Host/ClassDriver/StillImageHost/asf.xml | 2 ++ Demos/Host/ClassDriver/VirtualSerialHost/asf.xml | 2 ++ Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml | 2 ++ Demos/Host/LowLevel/AudioInputHost/asf.xml | 2 ++ Demos/Host/LowLevel/AudioOutputHost/asf.xml | 2 ++ Demos/Host/LowLevel/GenericHIDHost/asf.xml | 2 ++ Demos/Host/LowLevel/JoystickHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/KeyboardHost/asf.xml | 2 ++ Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/MIDIHost/asf.xml | 2 ++ Demos/Host/LowLevel/MassStorageHost/asf.xml | 2 ++ Demos/Host/LowLevel/MouseHost/asf.xml | 2 ++ Demos/Host/LowLevel/MouseHostWithParser/asf.xml | 2 ++ Demos/Host/LowLevel/PrinterHost/asf.xml | 2 ++ Demos/Host/LowLevel/RNDISEthernetHost/asf.xml | 2 ++ Demos/Host/LowLevel/StillImageHost/asf.xml | 2 ++ Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 2 ++ Projects/AVRISP-MKII/asf.xml | 2 ++ Projects/Benito/asf.xml | 1 + Projects/HIDReportViewer/asf.xml | 2 ++ Projects/LEDNotifier/asf.xml | 1 + Projects/MIDIToneGenerator/asf.xml | 2 ++ Projects/Magstripe/asf.xml | 2 ++ Projects/MediaController/asf.xml | 2 ++ Projects/MissileLauncher/asf.xml | 2 ++ Projects/RelayBoard/asf.xml | 2 ++ Projects/SerialToLCD/asf.xml | 2 ++ Projects/TempDataLogger/asf.xml | 2 ++ Projects/USBtoSerial/asf.xml | 1 + Projects/Webserver/asf.xml | 1 + Projects/XPLAINBridge/asf.xml | 1 + 70 files changed, 129 insertions(+) diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index fc8e154635e..97a0be0bfef 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index dd6501c0467..6a2f1a77b0c 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml index 54759e008cf..1bda14cd48a 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/DualVirtualSerial/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml index b6734ec5083..61ac13609b6 100644 --- a/Demos/Device/ClassDriver/Joystick/asf.xml +++ b/Demos/Device/ClassDriver/Joystick/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/Keyboard/asf.xml b/Demos/Device/ClassDriver/Keyboard/asf.xml index 6ae3fd85fe2..2dcfa1a8206 100644 --- a/Demos/Device/ClassDriver/Keyboard/asf.xml +++ b/Demos/Device/ClassDriver/Keyboard/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml index c9ab84d471f..cfbc1258005 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouse/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml index 62276cb44e8..de3b27263c6 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/MIDI/asf.xml b/Demos/Device/ClassDriver/MIDI/asf.xml index 2f445eca87e..5de12f7aad8 100644 --- a/Demos/Device/ClassDriver/MIDI/asf.xml +++ b/Demos/Device/ClassDriver/MIDI/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index 29c854acc19..56698c88aac 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index 9ef0f70c1ba..4768b15551e 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/Mouse/asf.xml b/Demos/Device/ClassDriver/Mouse/asf.xml index bd05ee5ca47..c48f564a077 100644 --- a/Demos/Device/ClassDriver/Mouse/asf.xml +++ b/Demos/Device/ClassDriver/Mouse/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index 9e02d9572c1..b578e86e2dc 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index b6a82d2dc5a..aa2fb61ada9 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml index 45861132575..0fe06f083bc 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index af8c9c26002..bacb72cbb2b 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 98954dd67f2..ea9d859cf1f 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index 95a03e7328b..966b594b0d3 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index ffdf3a0a383..64782de209b 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml index 290248924d8..f6551983282 100644 --- a/Demos/Device/LowLevel/Joystick/asf.xml +++ b/Demos/Device/LowLevel/Joystick/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/Keyboard/asf.xml b/Demos/Device/LowLevel/Keyboard/asf.xml index 1d106f518a4..e491b7bbd8e 100644 --- a/Demos/Device/LowLevel/Keyboard/asf.xml +++ b/Demos/Device/LowLevel/Keyboard/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/KeyboardMouse/asf.xml b/Demos/Device/LowLevel/KeyboardMouse/asf.xml index f3402582cc7..f699802fc19 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/asf.xml +++ b/Demos/Device/LowLevel/KeyboardMouse/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/MIDI/asf.xml b/Demos/Device/LowLevel/MIDI/asf.xml index 09c098541fd..e62c74acdda 100644 --- a/Demos/Device/LowLevel/MIDI/asf.xml +++ b/Demos/Device/LowLevel/MIDI/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index 8127b19d897..9ac67deddf8 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/Mouse/asf.xml b/Demos/Device/LowLevel/Mouse/asf.xml index ee73584789c..09b8e0da583 100644 --- a/Demos/Device/LowLevel/Mouse/asf.xml +++ b/Demos/Device/LowLevel/Mouse/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 0abb836203b..1d0f831e4d9 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index 41cc55a9f11..899ffa2a05c 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml index 3e8fedb7300..a8e811b1360 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml index d7f8de3f5d0..e208666705e 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/AudioInputHost/asf.xml b/Demos/Host/ClassDriver/AudioInputHost/asf.xml index 33528f1fdfa..bb687feaae2 100644 --- a/Demos/Host/ClassDriver/AudioInputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioInputHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index 66276597bb6..c8e37d6d4f6 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml index 9bd34873f01..458e5253a74 100644 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/JoystickHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/KeyboardHost/asf.xml b/Demos/Host/ClassDriver/KeyboardHost/asf.xml index 5ce82f669e3..64db83c33f4 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml index 0b77355468a..458ac6a9f8a 100644 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/KeyboardHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/MIDIHost/asf.xml b/Demos/Host/ClassDriver/MIDIHost/asf.xml index 32e949973ec..0f8cd9c6f64 100644 --- a/Demos/Host/ClassDriver/MIDIHost/asf.xml +++ b/Demos/Host/ClassDriver/MIDIHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/MassStorageHost/asf.xml b/Demos/Host/ClassDriver/MassStorageHost/asf.xml index 20cba78ed1f..fed8fdaf04c 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/asf.xml +++ b/Demos/Host/ClassDriver/MassStorageHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml index 246ff034aa7..c5728555b9c 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml index 1af5461d8cf..9324e833495 100644 --- a/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml +++ b/Demos/Host/ClassDriver/MouseHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/PrinterHost/asf.xml b/Demos/Host/ClassDriver/PrinterHost/asf.xml index f21b14b9106..4aafdfb7d7b 100644 --- a/Demos/Host/ClassDriver/PrinterHost/asf.xml +++ b/Demos/Host/ClassDriver/PrinterHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml index 919d1b6f055..6ccb3476322 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/StillImageHost/asf.xml b/Demos/Host/ClassDriver/StillImageHost/asf.xml index b521fe4e797..267e4638af6 100644 --- a/Demos/Host/ClassDriver/StillImageHost/asf.xml +++ b/Demos/Host/ClassDriver/StillImageHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml index 374ecc3bce2..024ca04615d 100644 --- a/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml +++ b/Demos/Host/ClassDriver/VirtualSerialHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml index 669632a336a..5303020f997 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/AudioInputHost/asf.xml b/Demos/Host/LowLevel/AudioInputHost/asf.xml index 8f4c484d923..ca13f8d3fb4 100644 --- a/Demos/Host/LowLevel/AudioInputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioInputHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 2c0592e51a9..3225c0de455 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/GenericHIDHost/asf.xml b/Demos/Host/LowLevel/GenericHIDHost/asf.xml index 4c545b919dc..daf5983228f 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/asf.xml +++ b/Demos/Host/LowLevel/GenericHIDHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml index acd3020066c..1787843ca09 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/JoystickHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/KeyboardHost/asf.xml b/Demos/Host/LowLevel/KeyboardHost/asf.xml index ab8a66b3f62..20d02e6aec0 100644 --- a/Demos/Host/LowLevel/KeyboardHost/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml index 1092a58fdd4..84b966dfae7 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/MIDIHost/asf.xml b/Demos/Host/LowLevel/MIDIHost/asf.xml index d3a982b63df..b2897aa4889 100644 --- a/Demos/Host/LowLevel/MIDIHost/asf.xml +++ b/Demos/Host/LowLevel/MIDIHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml index cb5e20ba53e..224383db883 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml index 191a5f0e80b..a3600970813 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml index 579b382f3fe..eafcf720d75 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/asf.xml +++ b/Demos/Host/LowLevel/MouseHostWithParser/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/PrinterHost/asf.xml b/Demos/Host/LowLevel/PrinterHost/asf.xml index 70dbd3c8c20..751326f87c8 100644 --- a/Demos/Host/LowLevel/PrinterHost/asf.xml +++ b/Demos/Host/LowLevel/PrinterHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml index 85a40f5b4b2..6d095a2a074 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml +++ b/Demos/Host/LowLevel/RNDISEthernetHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/StillImageHost/asf.xml b/Demos/Host/LowLevel/StillImageHost/asf.xml index b18ab31e0ed..4acd97fc31b 100644 --- a/Demos/Host/LowLevel/StillImageHost/asf.xml +++ b/Demos/Host/LowLevel/StillImageHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml index 1c5f78f81e0..a71cdf5f389 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/AVRISP-MKII/asf.xml b/Projects/AVRISP-MKII/asf.xml index 773ec8b1bc0..c7335d4266f 100644 --- a/Projects/AVRISP-MKII/asf.xml +++ b/Projects/AVRISP-MKII/asf.xml @@ -57,6 +57,8 @@ + + diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml index b913fb5efef..b5bd375c490 100644 --- a/Projects/Benito/asf.xml +++ b/Projects/Benito/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Projects/HIDReportViewer/asf.xml b/Projects/HIDReportViewer/asf.xml index fde91863bfc..227e12e5171 100644 --- a/Projects/HIDReportViewer/asf.xml +++ b/Projects/HIDReportViewer/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml index 58451d49df9..8fd1bb24e74 100644 --- a/Projects/LEDNotifier/asf.xml +++ b/Projects/LEDNotifier/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Projects/MIDIToneGenerator/asf.xml b/Projects/MIDIToneGenerator/asf.xml index 7d243471e91..18e3a34f0c2 100644 --- a/Projects/MIDIToneGenerator/asf.xml +++ b/Projects/MIDIToneGenerator/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/Magstripe/asf.xml b/Projects/Magstripe/asf.xml index c537a47ea14..3cd6217b650 100644 --- a/Projects/Magstripe/asf.xml +++ b/Projects/Magstripe/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/MediaController/asf.xml b/Projects/MediaController/asf.xml index da901731c42..aff253e9823 100644 --- a/Projects/MediaController/asf.xml +++ b/Projects/MediaController/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml index 52d96e5bd10..46c99f2aaf7 100644 --- a/Projects/MissileLauncher/asf.xml +++ b/Projects/MissileLauncher/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/RelayBoard/asf.xml b/Projects/RelayBoard/asf.xml index ed35f61fa55..624ea274a48 100644 --- a/Projects/RelayBoard/asf.xml +++ b/Projects/RelayBoard/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/SerialToLCD/asf.xml b/Projects/SerialToLCD/asf.xml index f86c564f7f1..2231e95631c 100644 --- a/Projects/SerialToLCD/asf.xml +++ b/Projects/SerialToLCD/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/TempDataLogger/asf.xml b/Projects/TempDataLogger/asf.xml index 90432e4c0b5..a5181cd1862 100644 --- a/Projects/TempDataLogger/asf.xml +++ b/Projects/TempDataLogger/asf.xml @@ -19,6 +19,8 @@ + + diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml index 1a3282f8fc9..ecc035d8534 100644 --- a/Projects/USBtoSerial/asf.xml +++ b/Projects/USBtoSerial/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Projects/Webserver/asf.xml b/Projects/Webserver/asf.xml index 88213091c2c..ce8362a977c 100644 --- a/Projects/Webserver/asf.xml +++ b/Projects/Webserver/asf.xml @@ -19,6 +19,7 @@ + diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml index f7a6b4b117b..c548e3a49b5 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -19,6 +19,7 @@ +