diff --git a/conctrl.sln b/conctrl.sln new file mode 100644 index 0000000..7efd953 --- /dev/null +++ b/conctrl.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2041 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conctrl", "conctrl\conctrl.vcxproj", "{4830BECE-AD04-4FE9-AED7-74A4492BBF32}" +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 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Debug|x64.ActiveCfg = Debug|x64 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Debug|x64.Build.0 = Debug|x64 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Debug|x86.ActiveCfg = Debug|Win32 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Debug|x86.Build.0 = Debug|Win32 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Release|x64.ActiveCfg = Release|x64 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Release|x64.Build.0 = Release|x64 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Release|x86.ActiveCfg = Release|Win32 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F6703A3D-7B03-448E-AD8C-B8833BE86C76} + EndGlobalSection +EndGlobal diff --git a/conctrl/conctrl.vcxproj b/conctrl/conctrl.vcxproj new file mode 100644 index 0000000..820b8a9 --- /dev/null +++ b/conctrl/conctrl.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4830BECE-AD04-4FE9-AED7-74A4492BBF32} + conctrl + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/conctrl/conctrl.vcxproj.filters b/conctrl/conctrl.vcxproj.filters new file mode 100644 index 0000000..189b403 --- /dev/null +++ b/conctrl/conctrl.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {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 + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + \ No newline at end of file