diff --git a/projects/Server/server.sln b/projects/Server/server.sln new file mode 100644 index 0000000..a2016c1 --- /dev/null +++ b/projects/Server/server.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29411.108 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcxproj", "{1D412171-922E-430B-B11C-38E29A98EC62}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1D412171-922E-430B-B11C-38E29A98EC62}.Debug|x64.ActiveCfg = Debug|x64 + {1D412171-922E-430B-B11C-38E29A98EC62}.Debug|x64.Build.0 = Debug|x64 + {1D412171-922E-430B-B11C-38E29A98EC62}.Debug|x86.ActiveCfg = Debug|Win32 + {1D412171-922E-430B-B11C-38E29A98EC62}.Debug|x86.Build.0 = Debug|Win32 + {1D412171-922E-430B-B11C-38E29A98EC62}.Release|x64.ActiveCfg = Release|x64 + {1D412171-922E-430B-B11C-38E29A98EC62}.Release|x64.Build.0 = Release|x64 + {1D412171-922E-430B-B11C-38E29A98EC62}.Release|x86.ActiveCfg = Release|Win32 + {1D412171-922E-430B-B11C-38E29A98EC62}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {480AF568-6C59-432A-95B1-CBE56AF6FD27} + EndGlobalSection +EndGlobal diff --git a/projects/Server/server/icon3.ico b/projects/Server/server/icon3.ico new file mode 100644 index 0000000..b3c524c Binary files /dev/null and b/projects/Server/server/icon3.ico differ diff --git a/projects/Server/server/resource.h b/projects/Server/server/resource.h new file mode 100644 index 0000000..2466d6d --- /dev/null +++ b/projects/Server/server/resource.h @@ -0,0 +1,19 @@ +//{{NO_DEPENDENCIES}} +// , Microsoft Visual C++. +// server.rc +// +#define IDI_ICON1 101 +#define IDI_ICON2 102 +#define IDI_ICON3 103 +#define IDB_PNG1 104 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 105 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/projects/Server/server/server.rc b/projects/Server/server/server.rc new file mode 100644 index 0000000..c74f85e --- /dev/null +++ b/projects/Server/server/server.rc @@ -0,0 +1,72 @@ +// Microsoft Visual C++ generated resource script. +// +#pragma code_page(65001) + +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Русский (Россия) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT + +#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_ICON3 ICON "icon3.ico" + +#endif // Русский (Россия) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/projects/Server/server/server.vcxproj b/projects/Server/server/server.vcxproj new file mode 100644 index 0000000..8a0f5ff --- /dev/null +++ b/projects/Server/server/server.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {1D412171-922E-430B-B11C-38E29A98EC62} + server + 10.0 + + + + Application + true + v143 + MultiByte + + + Application + false + v143 + true + MultiByte + + + Application + true + v143 + MultiByte + + + Application + false + v143 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + Visualizer_2 + C:\local\boost_1_74_0;$(IncludePath) + C:\local\boost_1_74_0\lib64-msvc-14.2;$(LibraryPath) + + + Visualizer_2 + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + stdcpp17 + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + Disabled + true + false + true + true + Disabled + false + stdcpp17 + + + Console + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/projects/Server/server/server.vcxproj.filters b/projects/Server/server/server.vcxproj.filters new file mode 100644 index 0000000..c274e3c --- /dev/null +++ b/projects/Server/server/server.vcxproj.filters @@ -0,0 +1,40 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Файлы заголовков + + + + + Файлы ресурсов + + + + + Файлы ресурсов + + + + + Исходные файлы + + + Исходные файлы + + + \ No newline at end of file