mirror of
https://github.com/ShrlAlgo/RevitGen.git
synced 2026-03-07 17:28:54 +00:00
添加项目文件。
This commit is contained in:
14
RevitGen.Common/RevitGen.Common.csproj
Normal file
14
RevitGen.Common/RevitGen.Common.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- 定义你的包信息 -->
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<!-- 在这里添加或修改 NoWarn 标签 -->
|
||||
<NoWarn>$(NoWarn);NU1701</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Nice3point.Revit.Api.RevitAPI" Version="2020.2.60" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user