添加项目文件。

This commit is contained in:
GG Z
2026-02-23 16:55:57 +08:00
parent 0c41863aee
commit 34cc0e88c6
44 changed files with 6362 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyCompany("THU")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]
[assembly: AssemblyProduct("IFC_Revit_Interop_VERSION_2018")]
[assembly: AssemblyTitle("IFC_Revit_Interop_VERSION_2018")]
[assembly: AssemblyMetadata("RepositoryUrl", "")]