diff --git a/app.mlapp b/app.mlapp index 96b4764..7b80b8f 100644 Binary files a/app.mlapp and b/app.mlapp differ diff --git a/app.prj b/app.prj new file mode 100644 index 0000000..2b752cb --- /dev/null +++ b/app.prj @@ -0,0 +1,121 @@ + + + ece45_project + ${PROJECT_ROOT}\app_resources\icon.ico + + ${PROJECT_ROOT}\app_resources\icon_48.png + ${PROJECT_ROOT}\app_resources\icon_32.png + ${PROJECT_ROOT}\app_resources\icon_24.png + ${PROJECT_ROOT}\app_resources\icon_16.png + + 1.0 + + + + Source Code: https://github.com/ltcptgeneral/ece45-project + Synthesizer project for ECE 45. + ${PROJECT_ROOT}\image.gif + + \ece45_project\ + option.installpath.programfiles + + + + ${PROJECT_ROOT}\app\for_testing + ${PROJECT_ROOT}\app\for_redistribution_files_only + ${PROJECT_ROOT}\app\for_redistribution + ${PROJECT_ROOT}\app + false + + subtarget.standalone + + false + true + false + MyAppInstaller_web + MyAppInstaller_mcr + MyAppInstaller_app + true + true + log.txt + false + false + + Syntax + -? + + Input Arguments + -? print help on how to use the application + input arguments + Description + Synthesizer project for ECE 45. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${PROJECT_ROOT}\app.mlapp + + + ${PROJECT_ROOT}\src + + + + + G:\School Files\UCSD\Y2 Q1\ECE 45\ece45-project\app\for_testing\readme.txt + G:\School Files\UCSD\Y2 Q1\ECE 45\ece45-project\app\for_testing\ece45_project.exe + G:\School Files\UCSD\Y2 Q1\ECE 45\ece45-project\app\for_testing\splash.png + + + + G:\Utilities\MatLab + + + + + + true + + + + + false + false + true + false + false + false + false + false + 10.0 + false + true + win64 + true + + + \ No newline at end of file diff --git a/app_resources/icon.ico b/app_resources/icon.ico new file mode 100644 index 0000000..c94cad5 Binary files /dev/null and b/app_resources/icon.ico differ diff --git a/app_resources/icon_16.png b/app_resources/icon_16.png new file mode 100644 index 0000000..b2b11f2 Binary files /dev/null and b/app_resources/icon_16.png differ diff --git a/app_resources/icon_24.png b/app_resources/icon_24.png new file mode 100644 index 0000000..df5cc16 Binary files /dev/null and b/app_resources/icon_24.png differ diff --git a/app_resources/icon_32.png b/app_resources/icon_32.png new file mode 100644 index 0000000..967f756 Binary files /dev/null and b/app_resources/icon_32.png differ diff --git a/app_resources/icon_48.png b/app_resources/icon_48.png new file mode 100644 index 0000000..5a8e2bf Binary files /dev/null and b/app_resources/icon_48.png differ diff --git a/image.gif b/image.gif new file mode 100644 index 0000000..4a89665 Binary files /dev/null and b/image.gif differ