diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:05:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:05:12 +0000 |
commit | cae97e1ac329aa46041093f3ac349d113b802fa9 (patch) | |
tree | e8e35b4679ed293036d3b533e926bf4a23bfa770 /LUFA/StudioIntegration/VSIX | |
parent | 5cdc29616ceed081e76de2439ed03a0e6c3a7dd1 (diff) | |
download | lufa-cae97e1ac329aa46041093f3ac349d113b802fa9.tar.gz lufa-cae97e1ac329aa46041093f3ac349d113b802fa9.tar.bz2 lufa-cae97e1ac329aa46041093f3ac349d113b802fa9.zip |
Add board definitions to the pseudo-board selector module in the Atmel Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 6be9f6a66..3054ab123 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -19,7 +19,7 @@ <SupportedFrameworkRuntimeEdition MinVersion="4.0" />
<Locale>1033</Locale>
- <AllUsers>true</AllUsers>
+ <AllUsers>false</AllUsers>
</Identifier>
<References/>
|