Ver código fonte

mxg:添加dll configration

mengxiangge 6 anos atrás
pai
commit
6bd993702f

+ 1 - 0
MBI/SAGA.DotNetUtils/SAGA.DotNetUtils.csproj

@@ -306,6 +306,7 @@
     <Compile Include="DB\TableNameAttribute.cs" />
     <Compile Include="Encrypt\MD5Tools.cs" />
     <Compile Include="Extend\BitmapExtend.cs" />
+    <Compile Include="Extend\ConfigurationUtil.cs" />
     <Compile Include="Extend\DateTimeExtend.cs" />
     <Compile Include="Extend\DoubleExt.cs" />
     <Compile Include="Extend\EnumExtends.cs" />

+ 1 - 1
MBI/SAGA.DotNetUtils/SAGA.DotNetUtils.csproj.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <ProjectView>ProjectFiles</ProjectView>
+    <ProjectView>ShowAllFiles</ProjectView>
   </PropertyGroup>
 </Project>

+ 1 - 0
MBI/SAGA.MBI/SAGA.MBI.csproj

@@ -246,6 +246,7 @@
       <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Configuration" />
     <Reference Include="System.Core" />
     <Reference Include="System.Drawing" />
     <Reference Include="System.Windows.Forms" />