diff --git a/msvc2017/msvc2017.sln b/msvc2017/msvc2017.sln new file mode 100644 index 0000000000000000000000000000000000000000..b903b54a0f0d30d57888bed915720679617f06b4 --- /dev/null +++ b/msvc2017/msvc2017.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2027 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msvc2017", "msvc2017\msvc2017.vcxproj", "{88B9F886-A73D-491A-AE14-8045F39D0322}" +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 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Debug|x64.ActiveCfg = Debug|x64 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Debug|x64.Build.0 = Debug|x64 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Debug|x86.ActiveCfg = Debug|Win32 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Debug|x86.Build.0 = Debug|Win32 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Release|x64.ActiveCfg = Release|x64 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Release|x64.Build.0 = Release|x64 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Release|x86.ActiveCfg = Release|Win32 + {88B9F886-A73D-491A-AE14-8045F39D0322}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {46F93605-9458-4DB9-BC55-629B57BF7972} + EndGlobalSection +EndGlobal diff --git a/msvc2017/msvc2017/msvc2017.vcxproj b/msvc2017/msvc2017/msvc2017.vcxproj new file mode 100644 index 0000000000000000000000000000000000000000..3bc0a9710e63a29bbafe3000046d9ad4b3be201d --- /dev/null +++ b/msvc2017/msvc2017/msvc2017.vcxproj @@ -0,0 +1,175 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + 15.0 + {88B9F886-A73D-491A-AE14-8045F39D0322} + Win32Proj + msvc2017 + 10.0.16299.0 + + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)\..\build + rf625d + + + true + $(SolutionDir)\..\build + rf625d + $(Configuration)\ + + + false + $(SolutionDir)\..\build + rf625 + + + false + $(SolutionDir)\..\build + $(Configuration)\ + rf625 + + + + NotUsing + Level3 + Disabled + true + WIN32;_DEBUG;MSVC2017_EXPORTS;_WINDOWS;_USRDLL;RF625_LIBRARY;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + Windows + true + ws2_32.lib;%(AdditionalDependencies) + + + + + NotUsing + Level3 + Disabled + true + _DEBUG;MSVC2017_EXPORTS;_WINDOWS;_USRDLL;RF625_LIBRARY;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + Windows + true + ws2_32.lib;%(AdditionalDependencies) + + + + + NotUsing + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;MSVC2017_EXPORTS;_WINDOWS;_USRDLL;RF625_LIBRARY;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + ws2_32.lib;%(AdditionalDependencies) + + + + + NotUsing + Level3 + MaxSpeed + true + true + true + NDEBUG;MSVC2017_EXPORTS;_WINDOWS;_USRDLL;RF625_LIBRARY;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + ws2_32.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/msvc2017/msvc2017/msvc2017.vcxproj.filters b/msvc2017/msvc2017/msvc2017.vcxproj.filters new file mode 100644 index 0000000000000000000000000000000000000000..4a5bf58ed84d8c460a311cd5abc839974c73b3f1 --- /dev/null +++ b/msvc2017/msvc2017/msvc2017.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {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;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 + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file