-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathVSNewFile.AddIn
More file actions
20 lines (20 loc) · 1.56 KB
/
VSNewFile.AddIn
File metadata and controls
20 lines (20 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>10.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>9.0</Version>
</HostApplication>
<Addin>
<FriendlyName>VSNewFile</FriendlyName>
<Description>A Visual Studio Addin for more easily adding files from templates. See http://weblogs.asp.net/infinitiesloop for more information.</Description>
<Assembly>VSNewFile.dll</Assembly>
<FullClassName>VSNewFile</FullClassName>
<LoadBehavior>1</LoadBehavior>
<CommandPreload>1</CommandPreload>
<CommandLineSafe>0</CommandLineSafe>
</Addin>
</Extensibility>