-
Notifications
You must be signed in to change notification settings - Fork 0
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
6aaf642
commit 04f0991
Showing
10 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -1,19 +1,24 @@ | ||
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0"> | ||
<configuration build-checksum="888506454" file="C:\Users\Schimel_Alexandre\Code\MATLAB\Pull\Pull.prj" location="C:\Users\Schimel_Alexandre\Code\MATLAB\Pull" name="Pull" preferred-package-location="C:\Users\Schimel_Alexandre\Code\MATLAB\Pull\Pull\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler"> | ||
<param.appname>Pull</param.appname> | ||
<param.icon /> | ||
<param.icons /> | ||
<param.version>0.0.1</param.version> | ||
<configuration build-checksum="2149626653" file="C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp\Kopp.prj" location="C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp" name="Kopp" preferred-package-location="C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp\bin\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler"> | ||
<param.appname>Kopp</param.appname> | ||
<param.icon>${PROJECT_ROOT}\Kopp_resources\icon.ico</param.icon> | ||
<param.icons> | ||
<file>${PROJECT_ROOT}\Kopp_resources\icon_48.png</file> | ||
<file>${PROJECT_ROOT}\Kopp_resources\icon_32.png</file> | ||
<file>${PROJECT_ROOT}\Kopp_resources\icon_24.png</file> | ||
<file>${PROJECT_ROOT}\Kopp_resources\icon_16.png</file> | ||
</param.icons> | ||
<param.version>1.0.0</param.version> | ||
<param.authnamewatermark>Alexandre Schimel</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company>NGU</param.company> | ||
<param.summary>Multibeam mode summary</param.summary> | ||
<param.description /> | ||
<param.screenshot /> | ||
<param.screenshot>${PROJECT_ROOT}\Kopp_resources\icon_400.png</param.screenshot> | ||
<param.guid /> | ||
<param.installpath.string>\NGU\Pull\v0.0.1</param.installpath.string> | ||
<param.installpath.string>\NGU\Kopp\v1.0.0</param.installpath.string> | ||
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo> | ||
<param.logo /> | ||
<param.logo>${PROJECT_ROOT}\Kopp_resources\splash_half.png</param.logo> | ||
<param.install.notes /> | ||
<param.target.install.notes /> | ||
<param.intermediate>${PROJECT_ROOT}\bin\for_testing</param.intermediate> | ||
|
@@ -27,7 +32,7 @@ | |
<param.web.mcr>true</param.web.mcr> | ||
<param.package.mcr>false</param.package.mcr> | ||
<param.no.mcr>false</param.no.mcr> | ||
<param.web.mcr.name>pull_v001_setup</param.web.mcr.name> | ||
<param.web.mcr.name>kopp_v100_setup</param.web.mcr.name> | ||
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name> | ||
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name> | ||
<param.windows.command.prompt>false</param.windows.command.prompt> | ||
|
@@ -43,16 +48,12 @@ | |
-? print help on how to use the application | ||
input arguments</param.help.text> | ||
<unset> | ||
<param.icon /> | ||
<param.icons /> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.description /> | ||
<param.screenshot /> | ||
<param.guid /> | ||
<param.installpath.combo /> | ||
<param.logo /> | ||
<param.install.notes /> | ||
<param.target.install.notes /> | ||
<param.enable.clean.build /> | ||
|
@@ -71,12 +72,13 @@ | |
<param.example /> | ||
</unset> | ||
<fileset.main> | ||
<file>${PROJECT_ROOT}\Pull.mlapp</file> | ||
<file>${PROJECT_ROOT}\Kopp.mlapp</file> | ||
</fileset.main> | ||
<fileset.resources /> | ||
<fileset.package /> | ||
<fileset.depfun> | ||
<file>${MATLAB_ROOT}\toolbox\local\userpath.m</file> | ||
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\apps\coffee_logo\icon_48.png</file> | ||
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\CFF_coffee_version.m</file> | ||
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\general\CFF_Comms.m</file> | ||
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\CFF_check_filename.m</file> | ||
|
@@ -94,21 +96,14 @@ | |
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\toolboxes\textprogressbar\textprogressbar.m</file> | ||
</fileset.depfun> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="splash.png" optional="false">C:\Users\Schimel_Alexandre\Code\MATLAB\Pull\bin\for_testing\splash.png</file> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="readme.txt" optional="true">C:\Users\Schimel_Alexandre\Code\MATLAB\Pull\bin\for_testing\readme.txt</file> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="Pull.exe" optional="false">C:\Users\Schimel_Alexandre\Code\MATLAB\Pull\bin\for_testing\Pull.exe</file> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="Kopp.exe" optional="false">C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp\bin\for_testing\Kopp.exe</file> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="readme.txt" optional="true">C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp\bin\for_testing\readme.txt</file> | ||
<file location="${PROJECT_ROOT}\bin\for_testing" name="splash.png" optional="false">C:\Users\Schimel_Alexandre\Code\MATLAB\Kopp\bin\for_testing\splash.png</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\MATLAB\R2020b</root> | ||
<toolboxes> | ||
<toolbox name="neuralnetwork" /> | ||
</toolboxes> | ||
<toolbox> | ||
<neuralnetwork> | ||
<enabled>true</enabled> | ||
</neuralnetwork> | ||
</toolbox> | ||
<toolboxes /> | ||
</matlab> | ||
<platform> | ||
<unix>false</unix> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.