2.9.4 GDPciture Referenzen
This commit is contained in:
@@ -1379,6 +1379,35 @@
|
||||
</Target>
|
||||
<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')" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>@echo off
|
||||
echo ========================================
|
||||
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>
|
||||
<!-- 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">
|
||||
|
||||
Reference in New Issue
Block a user