From 14e34ca1bd5c06742e91c24cef23a9d2c13478e8 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期六, 20 二月 2021 10:27:45 +0800
Subject: [PATCH] 1在线裁切小数点变更为保留两位小数

---
 BaseSet/BaseSet.csproj |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/BaseSet/BaseSet.csproj b/BaseSet/BaseSet.csproj
index a845dd8..7050fd2 100644
--- a/BaseSet/BaseSet.csproj
+++ b/BaseSet/BaseSet.csproj
@@ -318,11 +318,11 @@
     </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
   -->
 </Project>
\ No newline at end of file

--
Gitblit v1.9.1