-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathTwoFactorAuth.Net.Documentation.shfbproj
More file actions
153 lines (153 loc) · 7.92 KB
/
Copy pathTwoFactorAuth.Net.Documentation.shfbproj
File metadata and controls
153 lines (153 loc) · 7.92 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>7ba8061f-0bf1-4b16-b32b-92e6ca5eafe5</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
<AssemblyName>TwoFactorAuth.Net.Documentation</AssemblyName>
<RootNamespace>TwoFactorAuth.Net.Documentation</RootNamespace>
<Name>TwoFactorAuth.Net.Documentation</Name>
<!-- SHFB properties -->
<FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion>
<OutputPath>.\Help\</OutputPath>
<HtmlHelpName>TwoFactorAuth.Net.Documentation</HtmlHelpName>
<Language>en-US</Language>
<TransformComponentArguments>
<Argument Key="logoFile" Value="Help.png" xmlns="" />
<Argument Key="logoHeight" Value="" xmlns="" />
<Argument Key="logoWidth" Value="" xmlns="" />
<Argument Key="logoAltText" Value="" xmlns="" />
<Argument Key="logoPlacement" Value="left" xmlns="" />
<Argument Key="logoAlignment" Value="left" xmlns="" />
<Argument Key="maxVersionParts" Value="" xmlns="" />
</TransformComponentArguments>
<DocumentationSources>
<DocumentationSource sourceFile="..\TwoFactorAuth.Net\TwoFactorAuth.Net.csproj" />
</DocumentationSources>
<HelpFileVersion>1.2.1.0</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>True</NamespaceGrouping>
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>True</RootNamespaceContainer>
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>TwoFactorAuth.Net Documentation</HelpTitle>
<FeedbackEMailLinkText>Rob Janssen</FeedbackEMailLinkText>
<FeedbackEMailAddress>rob%40devcorner.nl</FeedbackEMailAddress>
<CopyrightText>Copyright &#169%3b 2015 - 2022 Devcorner.nl</CopyrightText>
<CopyrightHref>http://devcorner.nl</CopyrightHref>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<RootNamespaceTitle>TwoFactorAuth.Net Documentation</RootNamespaceTitle>
<TocParentId>-1</TocParentId>
<TocParentVersion>100</TocParentVersion>
<TopicVersion>100</TopicVersion>
<TocOrder>-1</TocOrder>
<ProductTitle>
</ProductTitle>
<MSHelpViewerSdkLinkType>Msdn</MSHelpViewerSdkLinkType>
<CatalogVersion>100</CatalogVersion>
<CatalogProductId>VS</CatalogProductId>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<KeepLogFile>True</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CleanIntermediates>True</CleanIntermediates>
<NamespaceSummaries>
<NamespaceSummaryItem name="TwoFactorAuthNet" isDocumented="True">Contains classes and interfaces for (TOTP) Two Factor Authentication.</NamespaceSummaryItem>
<NamespaceSummaryItem name="TwoFactorAuthNet.Providers.Qr" isDocumented="True">Contains classes and interfaces for QR code generation.</NamespaceSummaryItem>
<NamespaceSummaryItem name="TwoFactorAuthNet.Providers.Rng" isDocumented="True">Contains classes and interfaces for random number sequence generation.</NamespaceSummaryItem>
<NamespaceSummaryItem name="TwoFactorAuthNet.Providers (Group)" isGroup="True" isDocumented="True">Contains classes and interfaces for providers that are used and/or invoked by the &lt;see cref="TwoFactorAuth"&gt; class.</NamespaceSummaryItem>
<NamespaceSummaryItem name="TwoFactorAuthNet.Providers.Time" isDocumented="True">Contains classes and interfaces for current, actual, time information.</NamespaceSummaryItem>
</NamespaceSummaries>
<ProjectSummary>This library provides an easy way to implement TOTP Two Factor Authentication into your projects.</ProjectSummary>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
the build. The others are optional common platform types that may appear. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<ItemGroup>
<Folder Include="Content" />
<Folder Include="Content\HowTo" />
<Folder Include="Content\GettingStarted" />
<Folder Include="Content\VersionHistory" />
<Folder Include="icons" />
<Folder Include="media" />
</ItemGroup>
<ItemGroup>
<None Include="Content\GettingStarted\Step 1.aml" />
<None Include="Content\GettingStarted\Step 2.aml" />
<None Include="Content\GettingStarted\Step 3.aml" />
<None Include="Content\HowTo\How To Qr.aml" />
<None Include="Content\HowTo\How To Rng.aml" />
<None Include="Content\License.aml" />
<None Include="Content\VersionHistory\v1.0.0.0.aml" />
<None Include="Content\VersionHistory\v1.0.1.0.aml" />
<None Include="Content\VersionHistory\v1.1.0.0.aml" />
<None Include="Content\VersionHistory\v1.2.0.0.aml" />
<None Include="Content\VersionHistory\v1.2.1.0.aml" />
<None Include="Content\VersionHistory\v1.3.0.0.aml" />
<None Include="Content\VersionHistory\v1.3.1.0.aml" />
<None Include="Content\VersionHistory\v1.3.3.0.aml" />
<None Include="Content\VersionHistory\v1.3.4.0.aml" />
<None Include="Content\VersionHistory\v1.3.6.0.aml" />
<None Include="Content\VersionHistory\v1.3.7.0.aml" />
<None Include="Content\VersionHistory\v1.3.8.0.aml" />
<None Include="Content\VersionHistory\v1.3.9.0.aml" />
<None Include="Content\VersionHistory\v1.4.0.0.aml" />
<None Include="Content\VersionHistory\VersionHistory.aml" />
<None Include="Content\Welcome.aml" />
</ItemGroup>
<ItemGroup>
<ContentLayout Include="ContentLayout.content" />
</ItemGroup>
<ItemGroup>
<Content Include="icons\Help.png" />
</ItemGroup>
<ItemGroup>
<Image Include="media\multifactorauthforeveryone.png">
<ImageId>multifactorauthforeveryone</ImageId>
<AlternateText>multifactorauthforeveryone</AlternateText>
</Image>
<Image Include="media\qr.png">
<ImageId>qr</ImageId>
<AlternateText>qr</AlternateText>
</Image>
</ItemGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
<!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
evaluated correctly. -->
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWithDocumentation' ">
<OutputPath>bin\ReleaseWithDocumentation\</OutputPath>
</PropertyGroup>
</Project>