forked from dotnet-state-machine/stateless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stateless.shfb
50 lines (50 loc) · 2.67 KB
/
Stateless.shfb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<project schemaVersion="1.6.0.7">
<assemblies>
<assembly assemblyPath=".\Stateless\bin\Release\Stateless.dll" xmlCommentsPath=".\Stateless\bin\Release\Stateless.xml" commentsOnly="False" />
</assemblies>
<namespaceSummaries>
<namespaceSummaryItem name="" isDocumented="False" />
<namespaceSummaryItem name="Stateless" isDocumented="True">Core state machine types.</namespaceSummaryItem>
</namespaceSummaries>
<ProjectSummary>A .NET IoC container written in C#. Focus on programmatic configuration with builder syntax. Zero intrusion into existing code. Create components using reflection or with lambda expressions for unlimited flexibility. Managed disposal of any IDisposable components created by the container within a defined scope.</ProjectSummary>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter</MissingTags>
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
<HtmlHelp1xCompilerPath path="" />
<HtmlHelp2xCompilerPath path="" />
<OutputPath>Build\Help\</OutputPath>
<SandcastlePath path="" />
<WorkingPath path="" />
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>True</KeepLogFile>
<BuildLogFile path="" />
<HelpFileFormat>HtmlHelp1x</HelpFileFormat>
<CppCommentsFixup>False</CppCommentsFixup>
<FrameworkVersion>2.0.50727</FrameworkVersion>
<IndentHtml>False</IndentHtml>
<Preliminary>False</Preliminary>
<RootNamespaceContainer>False</RootNamespaceContainer>
<RootNamespaceTitle />
<HelpTitle>Stateless .NET State Machine Framework</HelpTitle>
<HtmlHelpName>Stateless</HtmlHelpName>
<Language>en-US</Language>
<CopyrightHref>http://stateless.googlecode.com</CopyrightHref>
<CopyrightText>Copyright (c) 2007-2010 Stateless Contributors</CopyrightText>
<FeedbackEMailAddress />
<FeedbackEMailLinkText />
<HeaderText />
<FooterText />
<ProjectLinkType>Local</ProjectLinkType>
<SdkLinkType>Msdn</SdkLinkType>
<SdkLinkTarget>Blank</SdkLinkTarget>
<PresentationStyle>Prototype</PresentationStyle>
<NamingMethod>HashedMemberName</NamingMethod>
<SyntaxFilters>Standard</SyntaxFilters>
<ShowFeedbackControl>False</ShowFeedbackControl>
<BinaryTOC>True</BinaryTOC>
<IncludeFavorites>False</IncludeFavorites>
<CollectionTocStyle>Hierarchical</CollectionTocStyle>
<IncludeStopWordList>True</IncludeStopWordList>
<PlugInNamespaces>ms.vsipcc+, ms.vsexpresscc+</PlugInNamespaces>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<ContentPlacement>BelowNamespaces</ContentPlacement>
</project>