File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ public class Program
13
13
{
14
14
public static void Main ( string [ ] args )
15
15
{
16
- Console . WriteLine ( "Simple Multicast Testing Tool for Windows " ) ;
17
- Console . WriteLine ( "=========================================\n " ) ;
16
+ Console . WriteLine ( "Westgate Cyber Security - Simple Multicast Testing Tool" ) ;
17
+ Console . WriteLine ( "======================================================= \n " ) ;
18
18
Console . WriteLine ( "Interface list:\n " ) ;
19
19
Console . WriteLine ( $ " 0: { "0.0.0.0" , - 40 } Any") ;
20
20
Original file line number Diff line number Diff line change 30
30
<ErrorReport >prompt</ErrorReport >
31
31
<WarningLevel >4</WarningLevel >
32
32
</PropertyGroup >
33
+ <PropertyGroup >
34
+ <ApplicationIcon >favicon-circle.ico</ApplicationIcon >
35
+ </PropertyGroup >
33
36
<ItemGroup >
34
37
<Reference Include =" System" />
35
38
</ItemGroup >
36
39
<ItemGroup >
37
40
<Compile Include =" Program.cs" />
38
41
<Compile Include =" Properties\AssemblyInfo.cs" />
39
42
</ItemGroup >
43
+ <ItemGroup >
44
+ <Content Include =" favicon-circle.ico" />
45
+ </ItemGroup >
40
46
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
41
47
</Project >
You can’t perform that action at this time.
0 commit comments