diff options
Diffstat (limited to 'slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/usingmbunit.snippet')
| -rw-r--r-- | slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/usingmbunit.snippet | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/usingmbunit.snippet b/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/usingmbunit.snippet deleted file mode 100644 index 413759c..0000000 --- a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/usingmbunit.snippet +++ /dev/null @@ -1,19 +0,0 @@ -<?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>
\ No newline at end of file |
