6f03aa8678
* ifc safe * reverted LibraryImport as it would need more testing * IFC app ids
12 lines
296 B
XML
12 lines
296 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Speckle.Importers.Ifc\Speckle.Importers.Ifc.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|