diff --git a/LUFA/StudioIntegration/lufa_drivers_board_names.xml b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
index 87ba21d946..a7dd7bb14f 100644
--- a/LUFA/StudioIntegration/lufa_drivers_board_names.xml
+++ b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
@@ -22,6 +22,8 @@
+
+
@@ -32,6 +34,8 @@
+
+
@@ -44,6 +48,8 @@
+
+
@@ -56,6 +62,8 @@
+
+
@@ -66,6 +74,8 @@
+
+
@@ -76,6 +86,8 @@
+
+
@@ -86,6 +98,8 @@
+
+
@@ -100,6 +114,8 @@
+
+
@@ -112,6 +128,8 @@
+
+
@@ -122,6 +140,8 @@
+
+
@@ -140,6 +160,8 @@
+
+
@@ -152,6 +174,8 @@
+
+
@@ -162,6 +186,8 @@
+
+
@@ -172,6 +198,8 @@
+
+
@@ -184,6 +212,8 @@
+
+
@@ -194,6 +224,8 @@
+
+
@@ -204,6 +236,8 @@
+
+
@@ -214,6 +248,8 @@
+
+
@@ -224,6 +260,8 @@
+
+
@@ -234,6 +272,8 @@
+
+
@@ -244,6 +284,8 @@
+
+
@@ -256,6 +298,8 @@
+
+
@@ -268,6 +312,8 @@
+
+
@@ -280,6 +326,8 @@
+
+
@@ -292,6 +340,8 @@
+
+
@@ -302,6 +352,8 @@
+
+
@@ -314,6 +366,8 @@
+
+
@@ -326,6 +380,8 @@
+
+
@@ -338,6 +394,8 @@
+
+
@@ -350,6 +408,8 @@
+
+
@@ -360,6 +420,8 @@
+
+
@@ -370,6 +432,8 @@
+
+
@@ -388,6 +452,8 @@
+
+
@@ -406,6 +472,8 @@
+
+
@@ -416,6 +484,8 @@
+
+
@@ -426,6 +496,8 @@
+
+
@@ -438,6 +510,8 @@
+
+
@@ -450,6 +524,8 @@
+
+
@@ -461,6 +537,8 @@
+
+
@@ -473,6 +551,8 @@
+
+
@@ -485,6 +565,8 @@
+
+
@@ -497,6 +579,8 @@
+
+
@@ -509,6 +593,8 @@
+
+
@@ -528,6 +614,8 @@
+
+
@@ -540,6 +628,8 @@
+
+
@@ -555,6 +645,8 @@
+
+
@@ -570,6 +662,8 @@
+
+
@@ -588,6 +682,8 @@
+
+
@@ -605,6 +701,8 @@
+
+
@@ -620,6 +718,8 @@
+
+
@@ -634,7 +734,9 @@
-
+
+
+
@@ -648,6 +750,8 @@
+
+
@@ -661,6 +765,8 @@
+
+
diff --git a/LUFA/StudioIntegration/lufa_platform_uc3.xml b/LUFA/StudioIntegration/lufa_platform_uc3.xml
index 90fa0d3710..a488c4b83d 100644
--- a/LUFA/StudioIntegration/lufa_platform_uc3.xml
+++ b/LUFA/StudioIntegration/lufa_platform_uc3.xml
@@ -15,10 +15,12 @@
+
+
-
\ No newline at end of file
+
diff --git a/LUFA/StudioIntegration/lufa_platform_xmega.xml b/LUFA/StudioIntegration/lufa_platform_xmega.xml
index 585d459371..1674a77b02 100644
--- a/LUFA/StudioIntegration/lufa_platform_xmega.xml
+++ b/LUFA/StudioIntegration/lufa_platform_xmega.xml
@@ -15,7 +15,9 @@
+
+
-
\ No newline at end of file
+
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 8c0595f659..3e795a119b 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -22,8 +22,8 @@ ifneq ($(LUFA_VERSION_NUM),000000)
EXT_VERSION_NUM := $(shell date +"%y.%m.%d").$(LUFA_VERSION_NUM)
EXT_VSIX_NAME := LUFA-RELEASE-$(LUFA_VERSION_NUM).vsix
else
- EXT_VERSION_NUM := 0.$(shell date +"%y%m%d-%H%M%S")
- EXT_VSIX_NAME := LUFA-TESTING-$(shell date +"%y.%m.%d.%H.%M.%S").vsix
+ EXT_VERSION_NUM := 0.$(shell date +"%y%m%d.%H%M%S")
+ EXT_VSIX_NAME := LUFA-TESTING-$(shell date +"%y.%m.%d-%H.%M.%S").vsix
$(warning No LUFA version set - assuming a test version should be created.)
endif