File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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" ) ]
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ set fullref=/reference:%gac%\%softm%.dll /reference:%gac%\%invrm%.dll /reference
55
55
56
56
set id = 8.5
57
57
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%
61
61
62
62
goto end
63
63
You can’t perform that action at this time.
0 commit comments