72aa048b12
* 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
14 lines
644 B
XML
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)' < '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> |