From 33e584d475f7e66afdd11ddeb7c46cf65a8bc7ea Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 9 Mar 2017 23:29:54 +0200 Subject: Visual Studio 2017 support added --- protocols/EmLanProto/amdproto_15.vcxproj | 211 +++++++++++++++++++++++ protocols/EmLanProto/amdproto_15.vcxproj.filters | 62 +++++++ 2 files changed, 273 insertions(+) create mode 100644 protocols/EmLanProto/amdproto_15.vcxproj create mode 100644 protocols/EmLanProto/amdproto_15.vcxproj.filters (limited to 'protocols/EmLanProto') diff --git a/protocols/EmLanProto/amdproto_15.vcxproj b/protocols/EmLanProto/amdproto_15.vcxproj new file mode 100644 index 0000000000..83b2536be0 --- /dev/null +++ b/protocols/EmLanProto/amdproto_15.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + EmLanProto + {2115FEBC-1EC4-4F95-A058-A523ED5295A4} + + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)\$(Configuration)\Plugins\ + $(SolutionDir)\$(Configuration)64\Plugins\ + $(SolutionDir)\$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)\$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)\$(Configuration)\Plugins\ + $(SolutionDir)\$(Configuration)64\Plugins\ + $(SolutionDir)\$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)\$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + EditAndContinue + false + + + Ws2_32.lib;%(AdditionalDependencies) + true + Windows + 0x22000000 + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + false + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + false + + + Ws2_32.lib;%(AdditionalDependencies) + true + Windows + 0x22000000 + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Full + OnlyExplicitInline + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + Level3 + Size + false + + + Ws2_32.lib;%(AdditionalDependencies) + Windows + true + true + 0x22000000 + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + true + /PDBALTPATH:%_PDB% %(AdditionalOptions) + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + OnlyExplicitInline + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + Level3 + Size + false + + + Ws2_32.lib;%(AdditionalDependencies) + true + Windows + true + true + 0x22000000 + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) + /PDBALTPATH:%_PDB% %(AdditionalOptions) + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + Create + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/EmLanProto/amdproto_15.vcxproj.filters b/protocols/EmLanProto/amdproto_15.vcxproj.filters new file mode 100644 index 0000000000..8d38c80fbe --- /dev/null +++ b/protocols/EmLanProto/amdproto_15.vcxproj.filters @@ -0,0 +1,62 @@ + + + + + {aa1fb7ce-7e83-46e8-b50b-cc87043ddfe8} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {c7da55a0-28ce-4c6f-acbe-8e2cba06f96d} + h;hpp;hxx;hm;inl;inc + + + {ee329731-83da-4e3e-abb0-188efa6b23b2} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3