added SamsungPass to solution file, removed unnecessary dependencies, added build-scripts and build-notes

This commit is contained in:
Philipp Crocoll
2017-04-24 11:22:11 +02:00
parent 8a0dfef2a6
commit 9cf1574b90
7 changed files with 67 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
cd ..\Kp2aBusinessLogic\Io
if exist "DropboxFileStorageKeys.cs" (
echo DropboxFileStorageKeys.cs found.
) ELSE (
xcopy DropboxFileStorageKeysDummy.cs DropboxFileStorageKeys.cs*
)
cd ..\..\keepass2android
call UseManifestDebug.bat
cd ..
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64
msbuild KeePass.sln /target:keepass2android /p:BuildProjectReferences=true /p:Configuration="Debug" /p:Platform="Any CPU"
cd build-scripts