Explorar el Código

修改文件名,保证类名跟文件名相同

世龙 苏 hace 7 años
padre
commit
28d574a2ef
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CommonLibrary/CommonLibrary.csproj
  2. 0 0
      CommonLibrary/IpV4AddressAttribute.cs

+ 1 - 1
CommonLibrary/CommonLibrary.csproj

@@ -62,7 +62,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="IpAddressAttribute.cs" />
+    <Compile Include="IpV4AddressAttribute.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>

+ 0 - 0
CommonLibrary/IpAddressAttribute.cs → CommonLibrary/IpV4AddressAttribute.cs