Skip to content

Commit 49145e1

Browse files
pmengal_cppmengal_cp
authored andcommitted
Added build batch + documentation
1 parent d96561f commit 49145e1

18 files changed

Lines changed: 6525 additions & 0 deletions

ActiveUp.Net.suo

-362 KB
Binary file not shown.

Build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe ActiveUp.Net.sln
2+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe ActiveUp.Net.Compact.sln
3+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe Build\Documentation.shfbproj
4+
PAUSE

Build/Documentation.scproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Chm">
3+
<PropertyGroup>
4+
<Name>MailSystem.NET</Name>
5+
<TopicStyle>vs2005</TopicStyle>
6+
<LanguageId>1033</LanguageId>
7+
</PropertyGroup>
8+
<ItemGroup>
9+
<Dlls Include="C:\Users\Pierre\Documents\Sources\MailSystem\Class Library\ActiveUp.Net.Mail\bin\Debug\*.*" />
10+
</ItemGroup>
11+
<Import Project="$(DXROOT)\Examples\Generic\generic.targets" />
12+
</Project>

Build/Documentation.shfbproj

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2+
<PropertyGroup>
3+
<!-- The configuration and platform will be used to determine which
4+
assemblies to include from solution and project documentation
5+
sources -->
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<SchemaVersion>2.0</SchemaVersion>
9+
<ProjectGuid>{e7e71f44-d51e-463e-ba84-cf47e4d9918c}</ProjectGuid>
10+
<SHFBSchemaVersion>1.8.0.0</SHFBSchemaVersion>
11+
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
12+
Studio adds them anyway -->
13+
<AssemblyName>Documentation</AssemblyName>
14+
<RootNamespace>Documentation</RootNamespace>
15+
<Name>Documentation</Name>
16+
<!-- SHFB properties -->
17+
<OutputPath>.\Help\</OutputPath>
18+
<HtmlHelpName>Documentation</HtmlHelpName>
19+
<DocumentationSources>
20+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Common.dll" xmlns="" />
21+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Common.xml" xmlns="" />
22+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Dns.dll" xmlns="" />
23+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Dns.xml" xmlns="" />
24+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Imap4.dll" xmlns="" />
25+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Imap4.xml" xmlns="" />
26+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Mail.dll" xmlns="" />
27+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Mail.xml" xmlns="" />
28+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Nntp.dll" xmlns="" />
29+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Nntp.xml" xmlns="" />
30+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.OpenPGP.dll" xmlns="" />
31+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.OpenPGP.xml" xmlns="" />
32+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Pop3.dll" xmlns="" />
33+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Pop3.xml" xmlns="" />
34+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Smtp.dll" xmlns="" />
35+
<DocumentationSource sourceFile="..\Class Library\ActiveUp.Net.Mail\bin\Debug\ActiveUp.Net.Smtp.xml" xmlns="" /></DocumentationSources>
36+
</PropertyGroup>
37+
<!-- There are no properties for these two groups but they need to appear in
38+
order for Visual Studio to perform the build. -->
39+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40+
</PropertyGroup>
41+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42+
</PropertyGroup>
43+
<!-- Import the SHFB build targets -->
44+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
45+
</Project>

Build/Help/Documentation.chm

3.96 MB
Binary file not shown.

Build/Help/LastBuild.log

Lines changed: 6458 additions & 0 deletions
Large diffs are not rendered by default.

REQUIREMENTS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The following tools are required to build the project:
2+
3+
- Visual Studio 2008
4+
- Sandcastle - http://www.codeplex.com/Sandcastle
5+
- Sandcastle Help File Builder - http://shfb.codeplex.com/
6+
0 Bytes
Binary file not shown.

Samples/Lib/ActiveUp.Net.Dns.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)