Skip to content

Commit 3a63041

Browse files
committed
Added Icon and AssemblyInfo
1 parent 1959a07 commit 3a63041

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

AssemblyInfo.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
[assembly: AssemblyTitle("PatchAutomation and ZeroDayPatch")]
6+
[assembly: AssemblyDescription("PatchAutomation and ZeroDayPatch")]
7+
[assembly: AssemblyProduct("PatchAutomation")]
8+
[assembly: AssemblyCompany("Protirus UK Ltd")]
9+
[assembly: AssemblyCopyright("Copyright © Protirus")]
10+
[assembly: AssemblyTrademark("Protirus UK Ltd")]
11+
[assembly: AssemblyVersion("1.13.0.0")]
12+
[assembly: AssemblyFileVersion("1.13.0.0")]

band_aid_Protirus.ico

14.7 KB
Binary file not shown.

band_aid_Symantec.ico

14.7 KB
Binary file not shown.

build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ set fullref=/reference:%gac%\%softm%.dll /reference:%gac%\%invrm%.dll /reference
5555

5656
set id=8.5
5757

58-
cmd /c %csc% %fullref% /out:ZeroDayPatch-%id%.exe ZeroDayPatch.cs Constant.cs APIWrapper.cs CLIConfig.cs CLIInit.cs | %no_obs% | %no_pol% | %no_prv%
59-
cmd /c %csc% %fullref% /out:PatchAutomation-%id%.exe PatchAutomation.cs Constant.cs APIWrapper.cs CLIConfig.cs CLIInit.cs | %no_obs% | %no_pol% | %no_prv%
60-
cmd /c %csc% %fullref% /out:PatchExclusion-%id%.exe patchexclusion.cs APIWrapper.cs Constant.cs | %no_obs% | %no_pol% | %no_prv%
58+
cmd /c %csc% %fullref% /out:ZeroDayPatch-%id%.exe /win32icon:band_aid_Protirus.ico ZeroDayPatch.cs Constant.cs APIWrapper.cs CLIConfig.cs CLIInit.cs AssemblyInfo.cs | %no_obs% | %no_pol% | %no_prv%
59+
cmd /c %csc% %fullref% /out:PatchAutomation-%id%.exe /win32icon:band_aid_Protirus.ico PatchAutomation.cs Constant.cs APIWrapper.cs CLIConfig.cs CLIInit.cs AssemblyInfo.cs | %no_obs% | %no_pol% | %no_prv%
60+
cmd /c %csc% %fullref% /out:PatchExclusion-%id%.exe /win32icon:band_aid_Protirus.ico patchexclusion.cs APIWrapper.cs Constant.cs AssemblyInfo.cs | %no_obs% | %no_pol% | %no_prv%
6161

6262
goto end
6363

0 commit comments

Comments
 (0)