blob: 413759c5e81b530fcaf759bfb5eba8dd3f827d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Using MbUnit Includes</Title>
<Author>MbUnit</Author>
<Description>Expansion snippet for the MbUnit using statements</Description>
<Shortcut>usingMbUnit</Shortcut>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<Code Language="VB"><![CDATA[Imports MbUnit.Framework
]]></Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
|