添加项目文件。

This commit is contained in:
GG Z
2025-09-03 21:46:26 +08:00
parent 717d50d2d3
commit da46257be2
16 changed files with 913 additions and 0 deletions

11
nuget.config Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- 清除所有继承的源,可选,但能保证环境干净 -->
<clear />
<!-- 添加官方 NuGet 源 -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<!-- 添加你的本地包源,路径是包含 .nupkg 文件的文件夹 -->
<add key="LocalRevitGenSource" value="./RevitGen/bin/Release" />
</packageSources>
</configuration>