36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{AF3ADBA9-E7CC-4D34-BF1B-12C2E6705953}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>KGdev.BI3D.Revit.DataExporter.JsonTable</RootNamespace>
|
|
<AssemblyName>KGdev.BI3D.Revit.DataExporter.JsonTable</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<EnableDefaultItems>False</EnableDefaultItems>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup>
|
|
<Compile Include="JsonTableDataExporter.cs" />
|
|
<Compile Include="JsonTableDataExporterDocumentInfo.cs" />
|
|
<Compile Include="JsonTableDataExporterResult.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\KGdev.BI3D.Revit.Common\KGdev.BI3D.Revit.Common.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>C:\ProgramData\Autodesk\Revit\Addins\2020\3DBI for Revit\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RevitAPI">
|
|
<HintPath>C:\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
</Project> |