diff --git a/src/MachinaBridge.sln b/src/MachinaBridge.sln
index 80a7629..2788e02 100644
--- a/src/MachinaBridge.sln
+++ b/src/MachinaBridge.sln
@@ -1,12 +1,14 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.4.33110.190
+# Visual Studio Version 18
+VisualStudioVersion = 18.6.11806.211 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachinaBridge", "MachinaBridge\MachinaBridge.csproj", "{B0FF475C-DA83-4F44-BE01-EBA40E639C7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machina", "..\..\Machina.NET\src\Machina\Machina.csproj", "{15951838-F9D6-4988-A103-B7C72BFE81A2}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachinaGrasshopper", "..\..\Machina-Grasshopper\src\MachinaGrasshopper\MachinaGrasshopper.csproj", "{855276EF-2C05-0C23-64CA-411A35DFDAE0}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -51,6 +53,22 @@ Global
{15951838-F9D6-4988-A103-B7C72BFE81A2}.Release|Any CPU.Build.0 = Release|Any CPU
{15951838-F9D6-4988-A103-B7C72BFE81A2}.Release|x64.ActiveCfg = Release|x64
{15951838-F9D6-4988-A103-B7C72BFE81A2}.Release|x64.Build.0 = Release|x64
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug|x64.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug32|Any CPU.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug32|Any CPU.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug32|x64.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug32|x64.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug64|Any CPU.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug64|Any CPU.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug64|x64.ActiveCfg = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Debug64|x64.Build.0 = Debug|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Release|x64.ActiveCfg = Release|Any CPU
+ {855276EF-2C05-0C23-64CA-411A35DFDAE0}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/src/MachinaBridge/App.config b/src/MachinaBridge/App.config
index bae5d6d..5ab1a35 100644
--- a/src/MachinaBridge/App.config
+++ b/src/MachinaBridge/App.config
@@ -1,6 +1,6 @@
-
+
diff --git a/src/MachinaBridge/MachinaBridge.csproj b/src/MachinaBridge/MachinaBridge.csproj
index a189424..28e7822 100644
--- a/src/MachinaBridge/MachinaBridge.csproj
+++ b/src/MachinaBridge/MachinaBridge.csproj
@@ -9,7 +9,7 @@
Properties
MachinaBridge
MachinaBridge
- v4.6.1
+ v4.8.1
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
4
@@ -43,6 +43,9 @@
..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll
True
+
+ ..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll
+
diff --git a/src/MachinaBridge/Properties/Resources.Designer.cs b/src/MachinaBridge/Properties/Resources.Designer.cs
index d652b3c..4fef129 100644
--- a/src/MachinaBridge/Properties/Resources.Designer.cs
+++ b/src/MachinaBridge/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace MachinaBridge.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
diff --git a/src/MachinaBridge/Properties/Settings.Designer.cs b/src/MachinaBridge/Properties/Settings.Designer.cs
index cf212c1..de39397 100644
--- a/src/MachinaBridge/Properties/Settings.Designer.cs
+++ b/src/MachinaBridge/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace MachinaBridge.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/src/MachinaBridge/packages.config b/src/MachinaBridge/packages.config
index 2d42ac1..6a4bc75 100644
--- a/src/MachinaBridge/packages.config
+++ b/src/MachinaBridge/packages.config
@@ -1,5 +1,6 @@
+
\ No newline at end of file