This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
969c6b0
commit f6fcad8
Showing
1,215 changed files
with
220,549 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
RMDIR /S /Q KeePass | ||
RMDIR /S /Q KeePass_Distrib | ||
RMDIR /S /Q KeePassLib | ||
RMDIR /S /Q KeePassLibDoc | ||
REM RMDIR /S /Q KeePassLibSD | ||
REM RMDIR /S /Q KeePassNtv | ||
RMDIR /S /Q ShInstUtil | ||
|
||
RMDIR /S /Q ..\Ext\Output | ||
|
||
RMDIR /S /Q ..\KeePass\obj | ||
DEL ..\KeePass\KeePass.csproj.user | ||
|
||
RMDIR /S /Q ..\KeePassLib\obj | ||
DEL ..\KeePassLib\KeePassLib.csproj.user | ||
|
||
REM RMDIR /S /Q ..\KeePassLibSD\obj | ||
REM DEL ..\KeePassLibSD\KeePassLibSD.csproj.user | ||
|
||
REM RMDIR /S /Q ..\ShInstUtil\obj | ||
REM DEL ..\ShInstUtil\ShInstUtil.csproj.user | ||
DEL ..\ShInstUtil\ShInstUtil.aps | ||
DEL ..\ShInstUtil\ShInstUtil.ncb | ||
DEL /A:H ..\ShInstUtil\ShInstUtil.suo | ||
DEL /Q ..\ShInstUtil\*.user | ||
|
||
DEL /A:H ..\KeePass.suo | ||
DEL ..\KeePass.ncb | ||
|
||
REM DEL /Q ..\KeePassNtv\*.aps | ||
REM DEL /Q ..\KeePassNtv\*.user | ||
|
||
RMDIR /S /Q ArcFourCipher | ||
RMDIR /S /Q ..\Plugins\ArcFourCipher\obj | ||
DEL ..\Plugins\ArcFourCipher\ArcFourCipher.csproj.user | ||
DEL /A:H ..\Plugins\ArcFourCipher\ArcFourCipher.suo | ||
|
||
RMDIR /S /Q KPScript | ||
RMDIR /S /Q ..\Plugins\KPScript\obj | ||
DEL ..\Plugins\KPScript\KPScript.csproj.user | ||
DEL /A:H ..\Plugins\KPScript\KPScript.suo | ||
|
||
RMDIR /S /Q SamplePlugin | ||
RMDIR /S /Q ..\Plugins\SamplePlugin\obj | ||
DEL ..\Plugins\SamplePlugin\SamplePlugin.csproj.user | ||
DEL /A:H ..\Plugins\SamplePlugin\SamplePlugin.suo | ||
|
||
RMDIR /S /Q ..\Plugins\SamplePluginCpp\Build | ||
DEL /Q ..\Plugins\SamplePluginCpp\*.aps | ||
DEL /Q ..\Plugins\SamplePluginCpp\*.user | ||
DEL /Q ..\Plugins\SamplePluginCpp\*.ncb | ||
DEL /A:H ..\Plugins\SamplePluginCpp\SamplePluginCpp.suo | ||
|
||
RMDIR /S /Q ..\Translation\TrlUtil\Build | ||
RMDIR /S /Q ..\Translation\TrlUtil\obj | ||
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 /A:H ..\Ext\KeePassMsi\KeePassMsi.suo | ||
RMDIR /S /Q ..\Ext\KeePassMsi\.vs | ||
RMDIR /S /Q KeePassMsi | ||
|
||
RMDIR /S /Q KPScript | ||
|
||
CLS |
Binary file not shown.
Oops, something went wrong.