diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-08 20:35:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-08 20:35:27 +0000 |
commit | 132de6ed223f871e58dc9fbc2ef45e33c8301e8e (patch) | |
tree | b70c0ef4ca416bc82c3940e52cdf66922ad59a1b /LUFA/StudioIntegration/VSIX | |
parent | 8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5 (diff) | |
download | lufa-132de6ed223f871e58dc9fbc2ef45e33c8301e8e.tar.gz lufa-132de6ed223f871e58dc9fbc2ef45e33c8301e8e.tar.bz2 lufa-132de6ed223f871e58dc9fbc2ef45e33c8301e8e.zip |
Add Python script and update VSIX generator rules to pre-generate the Atmel Studio cache files required to make the extension visible.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/[Content_Types].xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/VSIX/[Content_Types].xml b/LUFA/StudioIntegration/VSIX/[Content_Types].xml index 8a20e77f3..87b2f8e49 100644 --- a/LUFA/StudioIntegration/VSIX/[Content_Types].xml +++ b/LUFA/StudioIntegration/VSIX/[Content_Types].xml @@ -1,5 +1,6 @@ <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="vsixmanifest" ContentType="text/xml"/>
+ <Default Extension="cache" ContentType="text/xml"/>
<Default Extension="png" ContentType="application/octet-stream"/>
<Default Extension="txt" ContentType="text/plain"/>
<Default Extension="xml" ContentType="text/xml"/>
|