vbproj nach pusch
This commit is contained in:
@@ -1380,33 +1380,8 @@
|
|||||||
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
||||||
<Import Project="..\packages\GdPicture.runtimes.windows.14.4.4\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.4.4\build\net462\GdPicture.runtimes.windows.targets')" />
|
<Import Project="..\packages\GdPicture.runtimes.windows.14.4.4\build\net462\GdPicture.runtimes.windows.targets" Condition="Exists('..\packages\GdPicture.runtimes.windows.14.4.4\build\net462\GdPicture.runtimes.windows.targets')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>@echo off
|
<PostBuildEvent>
|
||||||
echo ========================================
|
</PostBuildEvent>
|
||||||
echo GdPicture DLL Copy Script
|
|
||||||
echo ========================================
|
|
||||||
|
|
||||||
for /d %25%25p in ("$(SolutionDir)packages\GdPicture.runtimes.windows.*") do (
|
|
||||||
echo [*] Paket: %25%25~nxp
|
|
||||||
echo Von: %25%25p\runtimes\win-x64\native
|
|
||||||
echo Nach: $(TargetDir)
|
|
||||||
echo.
|
|
||||||
|
|
||||||
xcopy /Y /I /F "%25%25p\runtimes\win-x64\native\*.dll" "$(TargetDir)" | find ".dll"
|
|
||||||
echo.
|
|
||||||
|
|
||||||
echo [*] Designer-Cache:
|
|
||||||
for /d %25%25d in ("%25LOCALAPPDATA%25\Microsoft\VisualStudio\17.0_*\ProjectAssemblies") do (
|
|
||||||
echo %25%25d
|
|
||||||
xcopy /Y /Q "%25%25p\runtimes\win-x64\native\*.dll" "%25%25d\" 2>nul
|
|
||||||
xcopy /Y /Q "$(TargetDir)GdPicture*.dll" "%25%25d\" 2>nul
|
|
||||||
echo [OK] Aktualisiert
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
echo.
|
|
||||||
echo [OK] Fertig - Dateien in Target:
|
|
||||||
dir "$(TargetDir)GdPicture.NET.14.*.dll" /B 2>nul
|
|
||||||
echo ========================================</PostBuildEvent>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
Reference in New Issue
Block a user