Parcourir la source

del dll.config

lei zou il y a 1 an
Parent
commit
861a6c7e79
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 3 1
      XdCxRhDW.App/XdCxRhDW.App.csproj
  2. 2 1
      XdCxRhDW.Sender/XdCxRhDW.Sender.csproj

+ 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.