Click here to Skip to main content
15,896,329 members
Articles / Desktop Programming / Windows Forms

Knit - A Visual Studio Add-In

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
30 Dec 2007CDDL8 min read 35.1K   415   21  
Knit is a Visual Studio add-in tool that allows a developer to apply multi-step patterns to solution and assembly meta-data.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A2FE11E-C908-442E-9792-B8A77697DAA4}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
	ProjectSection(SolutionItems) = preProject
		manifest.xml = manifest.xml
		solution.xml = solution.xml
		wsp_structure.ddf = wsp_structure.ddf
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hitachi.VisualStudio.Knit.SampleProject", "SampleProject\Hitachi.VisualStudio.Knit.SampleProject.csproj", "{E47B3178-3F42-4409-9CEB-B060ACDA7717}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E47B3178-3F42-4409-9CEB-B060ACDA7717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E47B3178-3F42-4409-9CEB-B060ACDA7717}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E47B3178-3F42-4409-9CEB-B060ACDA7717}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E47B3178-3F42-4409-9CEB-B060ACDA7717}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		HC_AutoSaveFiles = True
		HC_SolutionID = e9a1faf1-e993-4409-9e50-7e55a7eac8a3
		HC_CreateMetadataFile = True
		Knit_SolutionID = ac468818-e45b-4e17-b453-b4b437b273cf
		Knit_CreateSkeinFile = true
		Knit_AutoSaveFiles = true
		Knit_Pattern = Share Point 2007 - Solution
		Knit_GenerateWebPartFiles = true
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Architect Hitachi Consulting
United States United States
27 years of experience in information systems project management, architecture, analysis, and implementation.
I specialize in highly technical software architectures and development involving the very latest technologies. With several years experience in object-oriented design and development, I am able to produce workable designs for most object-oriented languages and design environments available today. Have a thorough understanding of software development life cycles and methodologies. Coached development teams on software engineering, including project management, database design and process design. Communicate effectively to, and wins respect from, both board members and hard-core development staff.
Notable projects include: Share Point web parts and other customizations; Colored Petri-net engine; Knowledge management system; .NET based RDF data store; several persistent object stores; Wireless Field Force Automation; Wireless E-commerce work order system; B2B e-commerce purchase order system; survey package; catalog purchasing system; SGML document viewing system; stock and bond trading system; accounting systems; project management applications; Electronic Mail and electronic library systems; EAI engine system architecture.
Other projects were developed as early as 1980, involving the networking of mainframes and personal computers.
Published author, inventor and member of the IEEE Computing Society.

Comments and Discussions