From 5474ee90517e9f27d7ae42a454f956763a8d1ff4 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Tue, 17 Jun 2025 10:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/guide/development.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/guide/development.md diff --git a/doc/guide/development.md b/doc/guide/development.md new file mode 100644 index 0000000..0e7459d --- /dev/null +++ b/doc/guide/development.md @@ -0,0 +1,11 @@ +## 开发环境: + +- 操作系统: Windows 11 (开发环境) +- Navisworks 版本: Navisworks 2017 Manage 或 Simulate (需安装以获取 SDK) +- 集成开发环境 (IDE): Microsoft Visual Studio 2017 或更高版本 (推荐 Visual Studio 2022) +- .NET Framework: 目标.NET Framework 4.6 (或更高兼容版本,如 4.8) +- 安装程序工具: WiX Toolset +- 版本控制: Git (可选,但强烈推荐) + +* 确保在 Visual Studio 项目中正确引用 Navisworks 2017 SDK 中的程序集,并将它们的“复制本地”属性设置为 False,以避免在插件部署时出现问题 。   +