forked from hoffmanc/FileHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileHelpers.shfbproj
71 lines (68 loc) · 5.32 KB
/
FileHelpers.shfbproj
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
64
65
66
67
68
69
70
71
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{cf4a2d77-89f2-4e65-a2bf-4b2318265600}</ProjectGuid>
<SHFBSchemaVersion>1.8.0.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<OutputPath>.\Help\</OutputPath>
<HtmlHelpName>FileHelpers</HtmlHelpName>
<DocumentationSources>
<DocumentationSource sourceFile="Release\Net 2.0\FileHelpers.dll" />
<DocumentationSource sourceFile="Release\Net 2.0\FileHelpers.xml" /></DocumentationSources>
<HelpFileFormat>HtmlHelp1x</HelpFileFormat>
<HelpTitle>FileHelpers Documentation</HelpTitle>
<NamespaceSummaries>
<NamespaceSummaryItem name="FileHelpers" isDocumented="True">The <b>main namespace</b> of the library.<br />You must import always this namespace to work with the FileHelpers.<br /><br />Go directly to the Engine classes <a href="FileHelpers.FileHelperEngine.html"><b><span style="font-size: 10pt">FileHelperEngine</span></b></a> and <a href="FileHelpers.FileHelperAsyncEngine.html"><b><span style="font-size: 10pt">FileHelperAsyncEngine</span></b></a>. You can also check the <a href="FileHelpers.CommonEngine.html"><b><span style="font-size: 10pt">CommonEngine</span></b></a> for shortcuts to the common operations.<br /><br />You can also check the advanced engines <a href="FileHelpers.MultiRecordEngine.html"><b><span style="font-size: 10pt">MultiRecordEngine</span></b></a>, <a href="FileHelpers.FileTransformEngine.html"><b><span style="font-size: 10pt">FileTransformEngine</span></b></a>, the <a href="FileHelpers.FileDiffEngine.html"><b><span style="font-size: 10pt">FileDiffEngine</span></b></a>. <br />Engines Diagram:<br />
<center><a href="diagram_engines.html"><img src="diag_engines.gif" border="0" /></a></center></NamespaceSummaryItem>
<NamespaceSummaryItem name="FileHelpers.DataLink" isDocumented="True">This namespace contains the data source to/from file engine and helpers.<br />DataStorages Diagram:<br />
<center><img src="class_diagram_storage.png" /></center></NamespaceSummaryItem>
<NamespaceSummaryItem name="FileHelpers.MasterDetail" isDocumented="True">This namespace contains the classes used for MasterDetail processing.</NamespaceSummaryItem>
<NamespaceSummaryItem name="FileHelpers.RunTime" isDocumented="True">This namespace contains the classes to create record mapping classes at run time.<br /><br /><a href="runtime_classes.html">Check the examples here</a><br /><br />Run Time Records Diagram:<br />
<center><img src="class_diagram_runtime.png" /></center></NamespaceSummaryItem>
</NamespaceSummaries>
<ProjectSummary>The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.
The idea is pretty simple:
You can strong type your flat file %28fixed or delimited%29 simply describing a class that maps to each record and later read/write your file as an strong typed .NET array
The Library also has support for import/export data from differents storages like Excel, Access, SqlServer, etc.
</ProjectSummary>
<PresentationStyle>hana</PresentationStyle>
<VisibleItems>InheritedMembers</VisibleItems>
<NamingMethod>MemberName</NamingMethod>
<IncludeStopWordList>True</IncludeStopWordList>
<HtmlHelp1xCompilerPath>
</HtmlHelp1xCompilerPath>
<HelpAttributes>
</HelpAttributes>
<ApiFilter>
<Filter entryType="Namespace" fullName="FileHelpers.DataLink" isExposed="False" xmlns="" />
<Filter entryType="Namespace" fullName="FileHelpers.Detection" isExposed="False" xmlns="" />
</ApiFilter>
<SyntaxFilters>CSharp, VisualBasic</SyntaxFilters>
<BuildLogFile>
</BuildLogFile>
<HtmlHelp2xCompilerPath>
</HtmlHelp2xCompilerPath>
<SandcastlePath>
</SandcastlePath>
<WorkingPath>
</WorkingPath>
</PropertyGroup>
<!-- There are no properties for these two groups but they need to appear in
order for Visual Studio to perform the build. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<!-- Import the SHFB build targets -->
<Import Project="Libs\Sandcastle\SandcastleHelpFileBuilder.targets" />
</Project>