-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
radioman
committed
Jan 30, 2013
1 parent
3a656f2
commit 02ced88
Showing
14 changed files
with
106 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
rem set msbuildexe2=%WINDIR%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe | ||
set msbuildexe3=%WINDIR%\Microsoft.NET\Framework\v3.5\msbuild.exe | ||
rem set msbuildexe=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe | ||
|
||
set builddir3=Release-NETv3.5CF | ||
mkdir .\%builddir3% | ||
del /q /s .\%builddir3%\*.* | ||
|
||
%msbuildexe3% /nologo /p:WarningLevel=0;Optimize=True;Platform=AnyCPU;TargetFrameworkVersion=v3.5 /clp:Verbosity=m; /t:Rebuild /p:Configuration=Release ..\Demo.WindowsMobile\Demo.WindowsMobile.csproj | ||
|
||
del /q /s .\%builddir3%\*.application | ||
del /q /s .\%builddir3%\*.exe.manifest | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
rem set msbuildexe2=%WINDIR%\Microsoft.NET\Framework\v2.0.50727\msbuild.exe | ||
set msbuildexe3=%WINDIR%\Microsoft.NET\Framework\v3.5\msbuild.exe | ||
rem set msbuildexe=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe | ||
|
||
set builddir2=Release-NETv2.0 | ||
mkdir .\%builddir2% | ||
del /q /s .\%builddir2%\*.* | ||
|
||
set builddir3=Release-NETv3.5 | ||
mkdir .\%builddir3% | ||
del /q /s .\%builddir3%\*.* | ||
|
||
%msbuildexe3% /nologo /p:WarningLevel=0;Optimize=True;Platform=AnyCPU;TargetFrameworkVersion=v2.0 /clp:Verbosity=m; /t:Rebuild /p:Configuration=Release ..\Demo.WindowsForms\Demo.WindowsForms.csproj | ||
|
||
%msbuildexe3% /nologo /p:WarningLevel=0;Optimize=True;Platform=AnyCPU;TargetFrameworkVersion=v3.5 /clp:Verbosity=m; /t:Rebuild /p:Configuration=Release ..\Demo.WindowsPresentation\Demo.WindowsPresentation.csproj | ||
|
||
del /q /s .\%builddir2%\*.application | ||
del /q /s .\%builddir2%\*.exe.manifest | ||
|
||
del /q /s .\%builddir3%\*.application | ||
del /q /s .\%builddir3%\*.exe.manifest | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
set TargetFrameworkVersion4=v4.0 | ||
|
||
set msbuildexe=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe | ||
|
||
set builddir=Release-NET%TargetFrameworkVersion4% | ||
mkdir .\%builddir% | ||
del /q /s .\%builddir%\*.* | ||
|
||
%msbuildexe% /nologo /p:WarningLevel=0;Optimize=True;Platform=AnyCPU;TargetFrameworkVersion=%TargetFrameworkVersion4% /clp:Verbosity=m; /t:Rebuild /p:Configuration=Release ..\Demo.WindowsForms\Demo.WindowsForms.csproj | ||
|
||
%msbuildexe% /nologo /p:WarningLevel=0;Optimize=True;Platform=AnyCPU;TargetFrameworkVersion=%TargetFrameworkVersion4% /clp:Verbosity=m; /t:Rebuild /p:Configuration=Release ..\Demo.WindowsPresentation\Demo.WindowsPresentation.csproj | ||
|
||
del /q /s .\%builddir%\*.application | ||
del /q /s .\%builddir%\*.exe.manifest | ||
|
||
pause |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
cd .\Release-NETv3.5CF | ||
|
||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip GMap.NET.exe | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip GMap.NET.WindowsMobile.dll | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip System.Data.SQLite.dll | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip System.Data.SQLite.xml | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip SQLite.Interop.081.dll | ||
|
||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip OpenNETCF.Configuration.dll | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip OpenNETCF.Configuration.xml | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip OpenNETCF.dll | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip OpenNETCF.xml | ||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip System.Data.SqlClient.dll | ||
|
||
"C:\Program Files\7-Zip\7z.exe" a ..\GMap.NET.WindowsMobile.zip ..\..\Info\License.txt | ||
|
||
"C:\Program Files\7-Zip\7z.exe" t ..\GMap.NET.WindowsMobile.zip | ||
|
||
pause |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,7 @@ | |
// associated with an assembly. | ||
[assembly: AssemblyTitle("Demo.WindowsMobile")] | ||
[assembly: AssemblyDescription("Demo for GMap.NET.WindowsMobile")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("Universe")] | ||
[assembly: AssemblyProduct("Demo.WindowsMobile")] | ||
[assembly: AssemblyCopyright("Copyright © Universe 2010")] | ||
[assembly: AssemblyTrademark("[email protected]")] | ||
[assembly: AssemblyCulture("")] | ||
[assembly: AssemblyProduct("Demo.WindowsMobile")] | ||
|
||
// Setting ComVisible to false makes the types in this assembly not visible | ||
// to COM components. If you need to access a type in this assembly from | ||
|
@@ -29,7 +24,7 @@ | |
// Build Number | ||
// Revision | ||
// | ||
[assembly: AssemblyVersion("1.0.0.0")] | ||
//[assembly: AssemblyVersion("1.0.0.0")] | ||
|
||
// Below attribute is to suppress FxCop warning "CA2232 : Microsoft.Usage : Add STAThreadAttribute to assembly" | ||
// as Device app does not support STA thread. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,16 @@ | |
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
[assembly: AssemblyCulture("")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("Universe")] | ||
[assembly: AssemblyCopyright("Copyright © Universe 2011")] | ||
[assembly: AssemblyCopyright("Copyright © Universe 2013")] | ||
[assembly: AssemblyTrademark("[email protected]")] | ||
|
||
#if DEBUG | ||
[assembly: AssemblyConfiguration("Debug")] | ||
#else | ||
[assembly: AssemblyConfiguration("Release")] | ||
#endif | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
|
@@ -21,5 +26,9 @@ | |
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("1.7")] | ||
[assembly: AssemblyVersion("1.7")] | ||
[assembly: AssemblyInformationalVersion("1.7 beta")] | ||
|
||
#if !PocketPC | ||
[assembly: AssemblyFileVersion("1.7")] | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters