|
@@ -1188,9 +1188,10 @@
|
|
|
<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>del *.dll.configwmic process where name='信号检测服务.exe' delete
|
|
|
-del *.dll.configwmic process where name='CPU参估服务.exe' delete
|
|
|
-del *.dll.configwmic process where name='GPU参估服务.exe' delete
|
|
|
+ <PostBuildEvent>wmic process where name='信号检测服务.exe' delete
|
|
|
+wmic process where name='CPU参估服务.exe' delete
|
|
|
+wmic process where name='GPU参估服务.exe' delete
|
|
|
+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
|
|
|
del BouncyCastle*.xml
|