添加项目文件。
This commit is contained in:
42
KGdev.BI3D.Revit.Common/KGdev.BI3D.Revit.Common.csproj
Normal file
42
KGdev.BI3D.Revit.Common/KGdev.BI3D.Revit.Common.csproj
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user