Browse Source

新增工具测试

yuzhengyang 9 years ago
parent
commit
bcef4d872a
2 changed files with 13 additions and 0 deletions
  1. 12 0
      Fork.Net/Y.Utils/BaseUtils/Class1.cs
  2. 1 0
      Fork.Net/Y.Utils/Y.Utils.csproj

+ 12 - 0
Fork.Net/Y.Utils/BaseUtils/Class1.cs

@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Y.Utils.BaseUtils
+{
+    class Class1
+    {
+    }
+}

+ 1 - 0
Fork.Net/Y.Utils/Y.Utils.csproj

@@ -48,6 +48,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="BaseUtils\Class1.cs" />
     <Compile Include="ImageUtils\BarCodeToHTML.cs" />
     <Compile Include="ComputerUtils\IPHelper.cs" />
     <Compile Include="FileUtils\FileCodeHelper.cs" />