42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<ProjectGuid>{1124213F-BDC6-4A9D-BF39-7E916D3FBCA1}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<RootNamespace>KGdev.BI3D.Revit.Common</RootNamespace>
|
|||
|
|
<AssemblyName>KGdev.BI3D.Revit.Common</AssemblyName>
|
|||
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<TargetFramework>net472</TargetFramework>
|
|||
|
|
<PlatformTarget>x64</PlatformTarget>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<EnableDefaultItems>False</EnableDefaultItems>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup />
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="IAuthProvider.cs" />
|
|||
|
|
<Compile Include="IBI3DViewsProvider.cs" />
|
|||
|
|
<Compile Include="IConstantsProvider.cs" />
|
|||
|
|
<Compile Include="IDataExporter.cs" />
|
|||
|
|
<Compile Include="IElementIdProvider.cs" />
|
|||
|
|
<Compile Include="IExporter.cs" />
|
|||
|
|
<Compile Include="IGlobalStore.cs" />
|
|||
|
|
<Compile Include="ILinkedDocumentsUtilities.cs" />
|
|||
|
|
<Compile Include="IMainWindow.cs" />
|
|||
|
|
<Compile Include="IMuidProvider.cs" />
|
|||
|
|
<Compile Include="IOptionDefinition.cs" />
|
|||
|
|
<Compile Include="IReduxReducer.cs" />
|
|||
|
|
<Compile Include="ISelectOptionDefinitionValue.cs" />
|
|||
|
|
<Compile Include="Models\LinkedDocumentInformation.cs" />
|
|||
|
|
<Compile Include="Models\LinkedElementIdPath.cs" />
|
|||
|
|
<Compile Include="OptionValueType.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="RevitAPI">
|
|||
|
|
<HintPath>C:\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
</Project>
|