1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
DEL ..\KeePass.ncb
DEL /A:H ..\KeePass.suo
RMDIR /S /Q ..\.vs
RMDIR /S /Q KeePass
RMDIR /S /Q KeePass_Distrib
RMDIR /S /Q KeePassLib
RMDIR /S /Q KeePassMsi
DEL /A:H ..\Ext\KeePassMsi\KeePassMsi.suo
RMDIR /S /Q ..\Ext\KeePassMsi\.vs
DEL ..\KeePass\KeePass.csproj.user
RMDIR /S /Q ..\KeePass\.vs
RMDIR /S /Q ..\KeePass\obj
DEL ..\KeePassLib\KeePassLib.csproj.user
RMDIR /S /Q ..\KeePassLib\.vs
RMDIR /S /Q ..\KeePassLib\obj
DEL ..\KeePassLibN\KeePassLibN.aps
DEL ..\KeePassLibN\KeePassLibN.vcxproj.user
RMDIR /S /Q ..\KeePassLibN\.vs
RMDIR /S /Q ..\KeePassLibN\ARM64
RMDIR /S /Q ..\KeePassLibN\Debug
RMDIR /S /Q ..\KeePassLibN\KeePassLibN
RMDIR /S /Q ..\KeePassLibN\Release
RMDIR /S /Q ..\KeePassLibN\x64
DEL ..\ShInstUtil\ShInstUtil.aps
DEL ..\ShInstUtil\ShInstUtil.vcxproj.user
RMDIR /S /Q ..\ShInstUtil\.vs
RMDIR /S /Q ..\ShInstUtil\Debug
RMDIR /S /Q ..\ShInstUtil\Release
RMDIR /S /Q ..\ShInstUtil\ShInstUtil
RMDIR /S /Q ..\ShInstUtil\x64
DEL ..\Translation\KeePass.config.xml
DEL ..\Translation\KeePass.exe
DEL ..\Translation\KeePass.exe.config
DEL ..\Translation\KeePass.pdb
DEL ..\Translation\KeePass.XmlSerializers.dll
DEL ..\Translation\TrlUtil.exe
DEL ..\Translation\TrlUtil.exe.config
DEL ..\Translation\TrlUtil.pdb
DEL ..\Translation\TrlUtil.vshost.exe
DEL ..\Translation\TrlUtil.vshost.exe.manifest
DEL ..\Translation\TrlUtil\TrlUtil.csproj.user
RMDIR /S /Q ..\Translation\TrlUtil\.vs
RMDIR /S /Q ..\Translation\TrlUtil\obj
CLS
|