File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ public class Program
1313 {
1414 public static void Main ( string [ ] args )
1515 {
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 " ) ;
1818 Console . WriteLine ( "Interface list:\n " ) ;
1919 Console . WriteLine ( $ " 0: { "0.0.0.0" , - 40 } Any") ;
2020
Original file line number Diff line number Diff line change 3030 <ErrorReport >prompt</ErrorReport >
3131 <WarningLevel >4</WarningLevel >
3232 </PropertyGroup >
33+ <PropertyGroup >
34+ <ApplicationIcon >favicon-circle.ico</ApplicationIcon >
35+ </PropertyGroup >
3336 <ItemGroup >
3437 <Reference Include =" System" />
3538 </ItemGroup >
3639 <ItemGroup >
3740 <Compile Include =" Program.cs" />
3841 <Compile Include =" Properties\AssemblyInfo.cs" />
3942 </ItemGroup >
43+ <ItemGroup >
44+ <Content Include =" favicon-circle.ico" />
45+ </ItemGroup >
4046 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4147</Project >
You can’t perform that action at this time.
0 commit comments