Skip to content

Commit c61a3bb

Browse files
author
marcbarry
committed
add favicon
1 parent 943b028 commit c61a3bb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

multicast-test/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

multicast-test/favicon-circle.ico

300 KB
Binary file not shown.

multicast-test/multicast-test.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@
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>

0 commit comments

Comments
 (0)