|
@@ -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">
|