summaryrefslogtreecommitdiff
path: root/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet
diff options
context:
space:
mode:
Diffstat (limited to 'slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet')
-rw-r--r--slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet27
1 files changed, 0 insertions, 27 deletions
diff --git a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet b/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet
deleted file mode 100644
index c60429a..0000000
--- a/slips/build/tools/mbunit/bin/VSSnippets/MbUnitVBSnippets/state.snippet
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>IState wrapper</Title>
- <Author>MbUnit</Author>
- <Description>Expansion snippet for a IState wrapper</Description>
- <Shortcut>state</Shortcut>
- <SnippetTypes>
- <SnippetType>Expansion</SnippetType>
- </SnippetTypes>
- </Header>
- <Snippet>
- <Declarations>
- <Literal>
- <ID>name</ID>
- <ToolTip>State Name</ToolTip>
- </Literal>
- </Declarations>
- <Code Language="VB"><![CDATA[ Public Property $name$State as IState
- Get
- Return Me.States("$name$")
- End Get
- End Property ]]></Code>
- </Snippet>
- </CodeSnippet>
-</CodeSnippets> \ No newline at end of file