Format:
Recent snippets matching tags of vs2010
<!-- find Microsoft.Common.targets under C:\Windows\Microsoft.NET\Framework\ --> <Project DefaultTargets="Build" InitialTargets="_CheckForInvalidConfigurationAndPlatform" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <UseVSHostingProcess>false</UseVSHostingProcess> </PropertyGroup> <!-- ... --> </Project>
49 Views
no comments
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>Nunit Test Class</Title> <Shortcut>ntestc</Shortcut> <Description>Code snippet for a nunit test class</Description> <Author>Jason Rowe</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType>
202 Views
no comments
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> <Title>Test Method</Title> <Shortcut>ntestm</Shortcut> <Description>Code snippet for a test method</Description>
198 Views
no comments
syntax: glob Obj obj Bin bin *.user *.suo *.Cache *.cache *.bak
1054 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
