Files
Adam Hathcock 72aa048b12 Rhino interfacing (#18)
* add base projects

* curve compiles

* more rhino!

* rename a generic type

* add more types

* update package

* move shared to shared

* more types and helpers

* can read everything?

* Started construction

* more additions

* include rhino correctly

* add transform

* all types implemented

* move some and format

* remove proxygen

* remove options as they're always the same

* more cleanup and remove IProxyMapper from host api

* fmt
2024-06-19 14:58:47 +01:00

14 lines
644 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' &lt; '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>9655be78-8070-4b8f-b0dc-68bb6150b61e</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Speckle.Shared</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)**\*.cs" />
</ItemGroup>
</Project>