Răsfoiți Sursa

del dll.config

lei zou 1 an în urmă
părinte
comite
861a6c7e79

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

@@ -577,7 +577,9 @@ move /Y *.pdb AddIns
 xcopy x64 AddIns\x64 /EHCIY
 xcopy x86 AddIns\x86 /EHCIY
 rmdir x86 /S/Q
-rmdir x64 /S/Q</PostBuildEvent>
+rmdir x64 /S/Q
+del *.dll.config
+</PostBuildEvent>
   </PropertyGroup>
   <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')" />

+ 2 - 1
XdCxRhDW.Sender/XdCxRhDW.Sender.csproj

@@ -157,7 +157,8 @@
     <PostBuildEvent>del *.xml
 if not exist "AddIns" md AddIns
 move /Y *.dll AddIns
-move /Y *.pdb AddIns</PostBuildEvent>
+move /Y *.pdb AddIns
+del *.dll.config</PostBuildEvent>
   </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.