Skip to content

Commit

Permalink
changed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnnshschl committed Jul 30, 2021
1 parent e92cf3d commit 27e7e6e
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,3 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# dependencies
!AnTCP.Server.lib
!dep/AnTCP.Server/lib/Debug/x86/AnTCP.Server.lib
!dep/AnTCP.Server/lib/Debug/x64/AnTCP.Server.lib
!dep/AnTCP.Server/lib/Release/x86/AnTCP.Server.lib
!dep/AnTCP.Server/lib/Release/x64/AnTCP.Server.lib
71 changes: 71 additions & 0 deletions AmeisenNavigation.Server/AmeisenNavigation.Server.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Deutsch (Deutschland) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "icon.ico"

#endif // Deutsch (Deutschland) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

7 changes: 7 additions & 0 deletions AmeisenNavigation.Server/AmeisenNavigation.Server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,17 @@
<ClCompile Include="src\Main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="src\Config\Config.hpp" />
<ClInclude Include="src\Enums\EMessageType.hpp" />
<ClInclude Include="src\Main.hpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="AmeisenNavigation.Server.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
13 changes: 13 additions & 0 deletions AmeisenNavigation.Server/AmeisenNavigation.Server.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,18 @@
<ClInclude Include="src\Config\Config.hpp">
<Filter>Headerdateien</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Headerdateien</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="AmeisenNavigation.Server.rc">
<Filter>Ressourcendateien</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="icon.ico">
<Filter>Ressourcendateien</Filter>
</Image>
</ItemGroup>
</Project>
Binary file added AmeisenNavigation.Server/icon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions AmeisenNavigation.Server/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Von Microsoft Visual C++ generierte Includedatei.
// Verwendet durch AmeisenNavigation.Server.rc
//
#define IDI_ICON1 101

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Binary file added dep/AnTCP.Server.zip
Binary file not shown.

0 comments on commit 27e7e6e

Please sign in to comment.