You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
461 B

<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>ifDEBUG</Title>
<Shortcut>ifdebug</Shortcut>
</Header>
<Author>DK</Author>
<Description>insert #if DEBUG</Description>
<Snippet>
<Code Language="CSharp">
<![CDATA[#if DEBUG #endif]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>