added SamsungPass to solution file, removed unnecessary dependencies, added build-scripts and build-notes
This commit is contained in:
16
src/build-scripts/build-xamarin.bat
Normal file
16
src/build-scripts/build-xamarin.bat
Normal 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
|
||||
Reference in New Issue
Block a user