Skip to content

Commit 5a3a068

Browse files
remove trunk folder.
Lib does not need trunk folder anymore on git.
1 parent a4f806c commit 5a3a068

1,182 files changed

Lines changed: 237361 additions & 237531 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 636 additions & 636 deletions
Large diffs are not rendered by default.
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
@echo off
2-
IF NOT DEFINED SHFBROOT (
3-
echo Please install Sandcastle help file builder
4-
echo https://shfb.codeplex.com/
5-
pause
6-
exit
7-
)
8-
9-
echo Compiling...
10-
%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe ActiveUp.Net.sln /p:Configuration=Retail /p:Platform="Any CPU"
11-
%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe Build\Documentation.shfbproj /p:Configuration=Release
12-
13-
echo Preparing release...
14-
15-
IF NOT EXIST Release (
16-
MKDIR Release
17-
)
18-
19-
Del Release\*.* /Q /S
20-
XCOPY "Class Library\bin\Retail\*.xml" Release\
21-
XCOPY "Class Library\bin\Retail\*.dll" Release\
22-
rem Samples shouldn't be released until they are fixed
23-
rem XCOPY Samples Release\Samples /s /i /y
24-
XCOPY Build\Help\Documentation.chm Release\
25-
XCOPY COPYRIGHT.txt Release\
26-
XCOPY LICENSE.txt Release\
27-
28-
PAUSE
29-
1+
@echo off
2+
IF NOT DEFINED SHFBROOT (
3+
echo Please install Sandcastle help file builder
4+
echo https://shfb.codeplex.com/
5+
pause
6+
exit
7+
)
8+
9+
echo Compiling...
10+
%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe ActiveUp.Net.sln /p:Configuration=Retail /p:Platform="Any CPU"
11+
%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe Build\Documentation.shfbproj /p:Configuration=Release
12+
13+
echo Preparing release...
14+
15+
IF NOT EXIST Release (
16+
MKDIR Release
17+
)
18+
19+
Del Release\*.* /Q /S
20+
XCOPY "Class Library\bin\Retail\*.xml" Release\
21+
XCOPY "Class Library\bin\Retail\*.dll" Release\
22+
rem Samples shouldn't be released until they are fixed
23+
rem XCOPY Samples Release\Samples /s /i /y
24+
XCOPY Build\Help\Documentation.chm Release\
25+
XCOPY COPYRIGHT.txt Release\
26+
XCOPY LICENSE.txt Release\
27+
28+
PAUSE
29+
Original file line numberDiff line numberDiff line change
@@ -1,12 +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" />
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" />
1212
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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\bin\Retail\ActiveUp.Net.Common.dll" xmlns="" />
21-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Common.xml" xmlns="" />
22-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Dns.dll" xmlns="" />
23-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Dns.xml" xmlns="" />
24-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Imap4.dll" xmlns="" />
25-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Imap4.xml" xmlns="" />
26-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Mail.dll" xmlns="" />
27-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Mail.xml" xmlns="" />
28-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Nntp.dll" xmlns="" />
29-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Nntp.xml" xmlns="" />
30-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.OpenPGP.dll" xmlns="" />
31-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.OpenPGP.xml" xmlns="" />
32-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Pop3.dll" xmlns="" />
33-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Pop3.xml" xmlns="" />
34-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Smtp.dll" xmlns="" />
35-
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Smtp.xml" xmlns="" />
36-
</DocumentationSources>
37-
</PropertyGroup>
38-
<!-- There are no properties for these two groups but they need to appear in
39-
order for Visual Studio to perform the build. -->
40-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41-
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43-
</PropertyGroup>
44-
<!-- Import the SHFB build targets -->
45-
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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\bin\Retail\ActiveUp.Net.Common.dll" xmlns="" />
21+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Common.xml" xmlns="" />
22+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Dns.dll" xmlns="" />
23+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Dns.xml" xmlns="" />
24+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Imap4.dll" xmlns="" />
25+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Imap4.xml" xmlns="" />
26+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Mail.dll" xmlns="" />
27+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Mail.xml" xmlns="" />
28+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Nntp.dll" xmlns="" />
29+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Nntp.xml" xmlns="" />
30+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.OpenPGP.dll" xmlns="" />
31+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.OpenPGP.xml" xmlns="" />
32+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Pop3.dll" xmlns="" />
33+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Pop3.xml" xmlns="" />
34+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Smtp.dll" xmlns="" />
35+
<DocumentationSource sourceFile="..\Class Library\bin\Retail\ActiveUp.Net.Smtp.xml" xmlns="" />
36+
</DocumentationSources>
37+
</PropertyGroup>
38+
<!-- There are no properties for these two groups but they need to appear in
39+
order for Visual Studio to perform the build. -->
40+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41+
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43+
</PropertyGroup>
44+
<!-- Import the SHFB build targets -->
45+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
4646
</Project>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
// Copyright 2001-2010 - Active Up SPRLU (http://www.agilecomponents.com)
2-
//
3-
// This file is part of MailSystem.NET.
4-
// MailSystem.NET is free software; you can redistribute it and/or modify
5-
// it under the terms of the GNU Lesser General Public License as published by
6-
// the Free Software Foundation; either version 2 of the License, or
7-
// (at your option) any later version.
8-
//
9-
// MailSystem.NET is distributed in the hope that it will be useful,
10-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
// GNU Lesser General Public License for more details.
13-
14-
// You should have received a copy of the GNU Lesser General Public License
15-
// along with MailSystem.NET; if not, write to the Free Software
1+
// Copyright 2001-2010 - Active Up SPRLU (http://www.agilecomponents.com)
2+
//
3+
// This file is part of MailSystem.NET.
4+
// MailSystem.NET is free software; you can redistribute it and/or modify
5+
// it under the terms of the GNU Lesser General Public License as published by
6+
// the Free Software Foundation; either version 2 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// MailSystem.NET is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU Lesser General Public License for more details.
13+
14+
// You should have received a copy of the GNU Lesser General Public License
15+
// along with MailSystem.NET; if not, write to the Free Software
1616
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

0 commit comments

Comments
 (0)