@@ -69,6 +69,8 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RevitCoreContext.cs" />
+ <Compile Include="RevitUtils.cs" />
+ <Compile Include="StarterConst.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProjectView>ShowAllFiles</ProjectView>
+ </PropertyGroup>
+</Project>
@@ -22,10 +22,6 @@ namespace StartVisionSelector
/// 程序集加载失败的dll
/// </summary>
public const string LoadingRevit = "LoadingRevitDll.txt";
-
- /// <summary>
- /// 用于获取Revit安装位置的dll
- /// </summary>
- public const string RevitAddInUtilityDll = "RevitAddInUtility.dll";
+
}