CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of vs2010
XML
 <!-- 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>
by bnaya   October 19, 2011 @ 1:10am
Tags: IDE, VS2010, VSHost
49 Views
no comments
 
XML
<?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>
by Jason Rowe   December 17, 2010 @ 3:41pm
202 Views
no comments
 
XML
<?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>
by Jason Rowe   December 17, 2010 @ 3:39pm
198 Views
no comments
 
syntax: glob
Obj
obj
Bin
bin
*.user
*.suo
*.Cache
*.cache
*.bak
by Andy Sherwood   January 26, 2010 @ 8:48pm
1054 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate