Sha256: a3255718004c52502590dd6b9289fd996a86c557dc541e43f113ec27142b5083
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
<?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>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mbunit2-2.4.2.355.20100801 | docs/extras/Snippets/usingmbunit.snippet |