forked from mdavid/DDay.iCal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sandcastle.shfb
63 lines (63 loc) · 4.36 KB
/
Sandcastle.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
51
52
53
54
55
56
57
58
59
60
61
62
63
<project schemaVersion="1.6.0.7">
<assemblies>
<assembly assemblyPath=".\DDay.iCal\bin\Release\DDay.iCal.dll" xmlCommentsPath=".\DDay.iCal\bin\Release\DDay.iCal.xml" commentsOnly="False" />
</assemblies>
<namespaceSummaries>
<namespaceSummaryItem name="" isDocumented="True">DDay.iCal is an iCal (RFC 2445) class library for .NET 2.0 and above. It aims at providing full RFC 2445 compliance, while providing full compatibility with popular calendaring applications, like Evolution, Outlook 2007, Windows Calendar, and Sunbird.</namespaceSummaryItem>
<namespaceSummaryItem name="DDay.iCal" isDocumented="True">The main namespace for DDay.iCal. All projects should include this namespace.</namespaceSummaryItem>
<namespaceSummaryItem name="DDay.iCal.Components" isDocumented="True">Contains the main components and storage structures for DDay.iCal. Include this namespace if you're interested in creating events, todo items, journal entries, etc.</namespaceSummaryItem>
<namespaceSummaryItem name="DDay.iCal.DataTypes" isDocumented="True">iCalendar data types. Include this namespace if you need to work directly with the iCalendar data types, or if you would like to extend an existing data type.</namespaceSummaryItem>
<namespaceSummaryItem name="DDay.iCal.Serialization" isDocumented="True">Include this namespace if you'd like to serialize (load/save) your iCalendar.</namespaceSummaryItem>
<namespaceSummaryItem name="DDay.iCal.Serialization.iCalendar" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.iCalendar.Components" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.iCalendar.DataTypes" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.iCalendar.Objects" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.xCal" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.xCal.Components" isDocumented="False" />
<namespaceSummaryItem name="DDay.iCal.Serialization.xCal.DataTypes" isDocumented="False" />
</namespaceSummaries>
<dependencies>
<dependencyItem depPath=".\antlr.runtime.dll" />
</dependencies>
<ProjectSummary>Welcome to the DDay.iCal documentation. If you're not already familiar with the DDay.iCal library, the best place to start is with the examples, located in the "Examples" folder in the distribution.</ProjectSummary>
<MissingTags>AutoDocumentCtors, Namespace, TypeParameter</MissingTags>
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
<HtmlHelp1xCompilerPath path="" />
<HtmlHelp2xCompilerPath path="" />
<OutputPath>.\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>True</Preliminary>
<RootNamespaceContainer>True</RootNamespaceContainer>
<RootNamespaceTitle>DDay.iCal - iCalendar Class Library</RootNamespaceTitle>
<HelpTitle>DDay.iCal Version 0.80</HelpTitle>
<HtmlHelpName>Documentation</HtmlHelpName>
<Language>en-US</Language>
<CopyrightHref />
<CopyrightText>Copyright 2007 Douglas Day</CopyrightText>
<FeedbackEMailAddress>[email protected]</FeedbackEMailAddress>
<FeedbackEMailLinkText />
<HeaderText>DDay.iCal Version 0.80</HeaderText>
<FooterText />
<ProjectLinkType>Local</ProjectLinkType>
<SdkLinkType>Msdn</SdkLinkType>
<SdkLinkTarget>Blank</SdkLinkTarget>
<PresentationStyle>vs2005</PresentationStyle>
<NamingMethod>Guid</NamingMethod>
<SyntaxFilters>CSharp</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>AboveNamespaces</ContentPlacement>
</project>