diff --git a/MaxFirmata.sln b/MaxFirmata.sln new file mode 100644 index 0000000..cfa49cc --- /dev/null +++ b/MaxFirmata.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31729.503 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaxFirmata", "MaxFirmata.vcxproj", "{14E1D291-2CAF-4921-A33E-B71049799CC3}" +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 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Debug|x64.ActiveCfg = Debug|x64 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Debug|x64.Build.0 = Debug|x64 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Debug|x86.ActiveCfg = Debug|Win32 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Debug|x86.Build.0 = Debug|Win32 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Release|x64.ActiveCfg = Release|x64 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Release|x64.Build.0 = Release|x64 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Release|x86.ActiveCfg = Release|Win32 + {14E1D291-2CAF-4921-A33E-B71049799CC3}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {86FB77AC-81CD-493A-BD5F-8AA9770D2384} + EndGlobalSection +EndGlobal diff --git a/MaxFirmata.vcxproj b/MaxFirmata.vcxproj new file mode 100644 index 0000000..b45e0cb --- /dev/null +++ b/MaxFirmata.vcxproj @@ -0,0 +1,151 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {14E1D291-2CAF-4921-A33E-B71049799CC3} + Win32Proj + 10.0 + + + + DynamicLibrary + true + v142 + + + DynamicLibrary + false + v142 + + + DynamicLibrary + true + v142 + + + DynamicLibrary + false + v142 + + + + + + + + + + + + + + + + + + + + + true + .mxe + maxfirmata + + + true + .mxe + $(SolutionDir)\Package\maxfirmata\externals\ + maxfirmata + + + .mxe64 + maxfirmata + + + .mxe64 + $(SolutionDir)\Package\maxfirmata\externals + maxfirmata + + + + WIN32;_DEBUG;_WINDOWS;_USRDLL;MAXFIRMATA_EXPORTS;WIN_VERSION;WIN_EXT_VERSION;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalIncludeDirectories) + CompileAsC + + + MachineX86 + true + Windows + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalLibraryDirectories) + MaxAPI.lib;%(AdditionalDependencies) + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;MAXFIRMATA_EXPORTS;WIN_VERSION;WIN_EXT_VERSION;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalIncludeDirectories) + CompileAsC + + + MachineX86 + true + Windows + true + true + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalLibraryDirectories) + MaxAPI.lib;%(AdditionalDependencies) + + + + + _DEBUG;_WINDOWS;_USRDLL;MAXFIRMATA_EXPORTS;WIN_VERSION;WIN_EXT_VERSION;%(PreprocessorDefinitions) + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalIncludeDirectories) + CompileAsC + + + $(SolutionDir)\libs\max\c74support\max-includes\x64;%(AdditionalLibraryDirectories) + MaxAPI.lib;%(AdditionalDependencies) + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;MAXFIRMATA_EXPORTS;WIN_VERSION;WIN_EXT_VERSION;%(PreprocessorDefinitions) + $(SolutionDir)\libs\max\c74support\max-includes;%(AdditionalIncludeDirectories) + CompileAsC + + + $(SolutionDir)\libs\max\c74support\max-includes\x64;%(AdditionalLibraryDirectories) + MaxAPI.lib;%(AdditionalDependencies) + + + + + + + + + \ No newline at end of file diff --git a/MaxFirmata.vcxproj.filters b/MaxFirmata.vcxproj.filters new file mode 100644 index 0000000..842fd3a --- /dev/null +++ b/MaxFirmata.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + + + Source Files + + + \ No newline at end of file diff --git a/MaxFirmata.vcxproj.user b/MaxFirmata.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/MaxFirmata.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file