Skip to content

Commit 652df6c

Browse files
v2017.09.22b
1 parent 26ad8ae commit 652df6c

206 files changed

Lines changed: 225 additions & 72 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.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.vs/HostsManager/v14/.suo
2-
*.cache

Branding/Branding.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[HostsManager]
2-
Version="2017.09.22a"
2+
Version="2017.09.22b"
33
Company="LV-Crew"
44
Product="HostsManager"
55
ProductImage="LV-Crew.HostsManager.Logo.png"

Make.Packages.bat

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,43 @@
11
@echo off
22
cls
33
echo Make.Packages.bat
4-
echo Version 2017.09.22b
4+
echo.
5+
echo Version 2017.09.22c
6+
echo.
57
echo.
68
echo Compile project in x86...
79
echo.
8-
"c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
10+
"c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /maxcpucount /property:Configuration=Release /property:Platform=x86
11+
echo.
12+
echo.
13+
echo Compile project in x64...
14+
echo.
15+
"c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /maxcpucount /property:Configuration=Release /property:Platform=x64
916
echo.
10-
pause
1117
echo.
12-
rem echo Compile project in x64...
13-
rem echo.
14-
rem "c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
15-
rem echo.
16-
rem pause
17-
rem echo.
1818
echo Copy files together...
1919
echo.
20-
echo copy .\bin\Debug\HostsManager.exe .\Packages\Win-x64.Archive\LV-Crew.HostsManager.exe
21-
copy .\bin\Debug\HostsManager.exe .\Packages\Win-x64.Archive\LV-Crew.HostsManager.exe
22-
echo copy .\bin\Debug\HostsManager.exe .\Packages\Win-x64.Setup\LV-Crew.HostsManager.exe
23-
copy .\bin\Debug\HostsManager.exe .\Packages\Win-x64.Setup\LV-Crew.HostsManager.exe
24-
echo copy .\bin\Debug\HostsManager.exe .\Packages\Win-x86.Archive\LV-Crew.HostsManager.exe
25-
copy .\bin\Debug\HostsManager.exe .\Packages\Win-x86.Archive\LV-Crew.HostsManager.exe
26-
echo copy .\bin\Debug\HostsManager.exe .\Packages\Win-x86.Setup\LV-Crew.HostsManager.exe
27-
copy .\bin\Debug\HostsManager.exe .\Packages\Win-x86.Setup\LV-Crew.HostsManager.exe
20+
echo copy .\bin\x86\Release\HostsManager.exe .\Packages\Win-x86.Archive\LV-Crew.HostsManager.exe
21+
copy .\bin\x86\Release\HostsManager.exe .\Packages\Win-x86.Archive\LV-Crew.HostsManager.exe
22+
echo copy .\bin\x86\Release\HostsManager.exe .\Packages\Win-x86.Setup\LV-Crew.HostsManager.exe
23+
copy .\bin\x86\Release\HostsManager.exe .\Packages\Win-x86.Setup\LV-Crew.HostsManager.exe
24+
echo.
25+
echo copy .\bin\x64\Release\HostsManager.exe .\Packages\Win-x64.Archive\LV-Crew.HostsManager.exe
26+
copy .\bin\x64\Release\HostsManager.exe .\Packages\Win-x64.Archive\LV-Crew.HostsManager.exe
27+
echo copy .\bin\x64\Release\HostsManager.exe .\Packages\Win-x64.Setup\LV-Crew.HostsManager.exe
28+
copy .\bin\x64\Release\HostsManager.exe .\Packages\Win-x64.Setup\LV-Crew.HostsManager.exe
29+
echo.
30+
echo copy .\Branding\*.* .\bin\x86\Debug\
31+
copy .\Branding\*.* .\bin\x86\Debug\
32+
echo.
33+
echo copy .\Branding\*.* .\bin\x64\Debug\
34+
copy .\Branding\*.* .\bin\x64\Debug\
2835
echo.
29-
echo copy .\Branding\*.* .\bin\Debug\
30-
copy .\Branding\*.* .\bin\Debug\
36+
echo copy .\Branding\*.* .\bin\x86\Release\
37+
copy .\Branding\*.* .\bin\x86\Release\
3138
echo.
32-
echo copy .\Branding\*.* .\bin\Release\
33-
copy .\Branding\*.* .\bin\Release\
39+
echo copy .\Branding\*.* .\bin\x64\Release\
40+
copy .\Branding\*.* .\bin\x64\Release\
3441
echo.
3542
echo copy .\Branding\*.* .\Packages\Win-x64.Archive\
3643
copy .\Branding\*.* .\Packages\Win-x64.Archive\
@@ -71,6 +78,7 @@ copy .\License.rtf .\Packages\Win-x86.Archive\
7178
echo copy .\License.rtf .\Packages\Win-x86.Setup\
7279
copy .\License.rtf .\Packages\Win-x86.Setup\
7380
echo.
81+
echo.
7482
echo Make Packages...
7583
echo.
7684
echo Make Win-x64.zip...
@@ -105,6 +113,8 @@ echo.
105113
echo Move EXE to .\Packages\...
106114
move .\Make\Win-x86.exe .\Packages\
107115
echo.
108-
echo All done!
116+
echo.
117+
echo ---> All done! <---
118+
echo.
109119
echo.
110120
pause

Make/HostsManager.Installer.Win-x86.ifp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ProjectFileVersion = "1.1"
33
[General]
44
Program name = HostsManager
5-
Program version = 2017.09.22a
5+
Program version = 2017.09.22b
66
Windows 2000 = 0
77
Windows XP = 0
88
Windows Server 2003 = 0

Packages/Win-x64.7z

-207 KB
Binary file not shown.

Packages/Win-x64.Archive/Branding.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[HostsManager]
2-
Version="2017.09.22a"
2+
Version="2017.09.22b"
33
Company="LV-Crew"
44
Product="HostsManager"
55
ProductImage="LV-Crew.HostsManager.Logo.png"
-213 KB
Binary file not shown.

Packages/Win-x64.Setup/Branding.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[HostsManager]
2-
Version="2017.09.22a"
2+
Version="2017.09.22b"
33
Company="LV-Crew"
44
Product="HostsManager"
55
ProductImage="LV-Crew.HostsManager.Logo.png"
-213 KB
Binary file not shown.

Packages/Win-x64.zip

-186 KB
Binary file not shown.

0 commit comments

Comments
 (0)