Skip to content

Commit e2d8bbc

Browse files
pmengal_cppmengal_cp
authored andcommitted
Added a requirement
Updated build batch
1 parent 49145e1 commit e2d8bbc

18 files changed

Lines changed: 31 additions & 4 deletions

..svnbridge/.svnbridge

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@ Xenocode
33
Index.dat
44
ActiveUp.Net.Compact.suo
55
UpgradeLog.XML
6+
</Value></Property><Property><Name>svn:ignore</Name><Value>*.postbuild
7+
Xenocode
8+
Index.dat
9+
ActiveUp.Net.Compact.suo
10+
UpgradeLog.XML
11+
ActiveUp.Net.suo
12+
*.cache
13+
Release
614
</Value></Property></Properties></ItemProperties>

Build.bat

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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
1+
echo Compile
2+
3+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe ActiveUp.Net.sln /p:Configuration=Retail
4+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe ActiveUp.Net.Compact.sln /p:Configuration=Retail
5+
%SystemRoot%\Microsoft.NET\Framework\v3.5\MSBuild.exe Build\Documentation.shfbproj /p:Configuration=Release
6+
7+
echo Prepare Release
8+
9+
IF EXIST Release GOTO NOWINDIR
10+
MKDIR Release
11+
:NOWINDIR
12+
13+
Del Release\*.* /Q
14+
XCOPY "Class Library\ActiveUp.Net.Mail\bin\Release\*.xml" Release\
15+
XCOPY "Class Library\ActiveUp.Net.Mail\bin\Release\*.dll" Release\
16+
XCOPY Samples Release\Samples /s /i
17+
418
PAUSE
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>Obfuscation
2+
</Value></Property></Properties></ItemProperties>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>Debug
2+
</Value></Property><Property><Name>svn:ignore</Name><Value>Debug
3+
Release
4+
*
25
</Value></Property></Properties></ItemProperties>

REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The following tools are required to build the project:
22

33
- Visual Studio 2008
4+
- Windows Mobile 5.0 Smartphone SDK - http://www.microsoft.com/downloads/details.aspx?familyid=dc6c00cb-738a-4b97-8910-5cd29ab5f8d9
45
- Sandcastle - http://www.codeplex.com/Sandcastle
56
- Sandcastle Help File Builder - http://shfb.codeplex.com/
6-
-2.5 KB
Binary file not shown.
-3 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Dns.dll

8.5 KB
Binary file not shown.
6 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Imap4.dll

4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)