diff --git a/ConnectorGrasshopper/ConnectorGrasshopper6/ConnectorGrasshopper6.csproj b/ConnectorGrasshopper/ConnectorGrasshopper6/ConnectorGrasshopper6.csproj index 9a7cd47413..191ab7b034 100644 --- a/ConnectorGrasshopper/ConnectorGrasshopper6/ConnectorGrasshopper6.csproj +++ b/ConnectorGrasshopper/ConnectorGrasshopper6/ConnectorGrasshopper6.csproj @@ -38,7 +38,11 @@ - + + + + + TextTemplatingFileGenerator diff --git a/ConnectorRhino/ConnectorRhino/ConnectorRhinoShared/Entry/Plugin.cs b/ConnectorRhino/ConnectorRhino/ConnectorRhinoShared/Entry/Plugin.cs index a7c593021e..af631eaf25 100644 --- a/ConnectorRhino/ConnectorRhino/ConnectorRhinoShared/Entry/Plugin.cs +++ b/ConnectorRhino/ConnectorRhino/ConnectorRhinoShared/Entry/Plugin.cs @@ -2,18 +2,19 @@ using System.Collections.Generic; using System.IO; using System.Linq; +using System.Runtime.InteropServices; using System.Text; using Avalonia; using Avalonia.ReactiveUI; using ConnectorRhinoShared; -using DesktopUI2; -using DesktopUI2.ViewModels; using Rhino; using Rhino.PlugIns; using Rhino.Runtime; using Speckle.Core.Api; using Speckle.Core.Models.Extensions; +[assembly: Guid("8dd5f30b-a13d-4a24-abdc-3e05c8c87143")] + namespace SpeckleRhino { public class SpeckleRhinoConnectorPlugin : PlugIn diff --git a/ConnectorRhino/ConnectorRhino6/ConnectorRhino6.csproj b/ConnectorRhino/ConnectorRhino6/ConnectorRhino6.csproj index da45b40cda..5104cd36fa 100644 --- a/ConnectorRhino/ConnectorRhino6/ConnectorRhino6.csproj +++ b/ConnectorRhino/ConnectorRhino6/ConnectorRhino6.csproj @@ -2,18 +2,18 @@ net462 - 1.0 SpeckleRhino Description of SpeckleRhino .rhp + ConnectorRhino6 /Applications/Rhinoceros.app - false false SpeckleConnectorRhino Debug;Release;Debug Mac;Release Mac SpeckleRhino x64 win-x64 + 2.0.0-dev @@ -24,10 +24,6 @@ - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - diff --git a/ConnectorRhino/ConnectorRhino6/Properties/AssemblyInfo.cs b/ConnectorRhino/ConnectorRhino6/Properties/AssemblyInfo.cs deleted file mode 100644 index 632f7b6bf8..0000000000 --- a/ConnectorRhino/ConnectorRhino6/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ConnectorRhino6")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ConnectorRhino6")] -[assembly: AssemblyCopyright("Copyright © 2021")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8dd5f30b-a13d-4a24-abdc-3e05c8c87143")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.0")] diff --git a/ConnectorRhino/ConnectorRhino7/ConnectorRhino7.csproj b/ConnectorRhino/ConnectorRhino7/ConnectorRhino7.csproj index 4797e59ee6..dcf5138d8c 100644 --- a/ConnectorRhino/ConnectorRhino7/ConnectorRhino7.csproj +++ b/ConnectorRhino/ConnectorRhino7/ConnectorRhino7.csproj @@ -2,16 +2,17 @@ net48 - 1.0 + 2.0.0-dev SpeckleRhino Description of SpeckleRhino .rhp /Applications/Rhino 7.app - false false SpeckleConnectorRhino Debug;Release;Debug Mac;Release Mac SpeckleRhino + ConnectorRhino7 +