wyq 1 năm trước cách đây
mục cha
commit
ae2d952782

BIN
XdCxRhDW.App/Service/CPU参估服务/AddIns/CPU参估服务.exe


BIN
XdCxRhDW.App/Service/CPU参估服务/AddIns/XdCxRhDW.Framework.dll


BIN
XdCxRhDW.App/Service/CPU参估服务/AddIns/XdCxRhDW.WebApi.dll


BIN
XdCxRhDW.App/Service/CPU参估服务/AddIns/XdCxRhDw.Dto.dll


BIN
XdCxRhDW.App/Service/GPU参估服务/AddIns/GPU参估服务.exe


BIN
XdCxRhDW.App/Service/GPU参估服务/AddIns/XdCxRhDW.Framework.dll


BIN
XdCxRhDW.App/Service/GPU参估服务/AddIns/XdCxRhDW.WebApi.dll


BIN
XdCxRhDW.App/Service/GPU参估服务/AddIns/XdCxRhDw.Dto.dll


BIN
XdCxRhDW.App/Service/信号检测服务/AddIns/XdCxRhDW.Framework.dll


BIN
XdCxRhDW.App/Service/信号检测服务/AddIns/XdCxRhDW.WebApi.dll


BIN
XdCxRhDW.App/Service/信号检测服务/AddIns/XdCxRhDw.Dto.dll


BIN
XdCxRhDW.App/Service/信号检测服务/AddIns/信号检测服务.exe


+ 6 - 3
XdCxRhDW.App/XdCxRhDW.App.csproj

@@ -1188,9 +1188,7 @@
   <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
   <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
   <PropertyGroup>
-    <PostBuildEvent>wmic process where name='信号检测服务.exe' delete
-wmic process where name='CPU参估服务.exe' delete
-wmic process where name='GPU参估服务.exe' delete
+    <PostBuildEvent>
 del *.dll.config
 del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
 del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
@@ -1218,6 +1216,11 @@ rmdir x64 /S/Q
   </Target>
   <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
   <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
+  <PropertyGroup>
+    <PreBuildEvent>wmic process where name='信号检测服务.exe' delete
+wmic process where name='CPU参估服务.exe' delete
+wmic process where name='GPU参估服务.exe' delete</PreBuildEvent>
+  </PropertyGroup>
   <!-- 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">