Skip to content

Commit

Permalink
Updated the windows compilation file for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eviatar committed Aug 25, 2021
1 parent 7a087a7 commit 380b16d
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions win_visualize.prj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
<configuration build-checksum="2693249410" file="Z:\Documents\GitHub\CELL_ID\win_visualize.prj" location="Z:\Documents\GitHub\CELL_ID" name="win_visualize" preferred-package-location="Z:\Documents\GitHub\CELL_ID\win_visualize\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler">
<configuration build-checksum="3336840644" file="Z:\Documents\GitHub\CELL_ID\win_visualize.prj" location="Z:\Documents\GitHub\CELL_ID" name="win_visualize" preferred-package-location="Z:\Documents\GitHub\CELL_ID\win_visualize\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler">
<param.appname>NeuroPAL_ID</param.appname>
<param.icon>${PROJECT_ROOT}\M_visualize_resources\icon.ico</param.icon>
<param.icon>${PROJECT_ROOT}\win_visualize_resources\icon.ico</param.icon>
<param.icons>
<file>${PROJECT_ROOT}\M_visualize_resources\icon_48.png</file>
<file>${PROJECT_ROOT}\M_visualize_resources\icon_32.png</file>
<file>${PROJECT_ROOT}\M_visualize_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\M_visualize_resources\icon_16.png</file>
<file>${PROJECT_ROOT}\win_visualize_resources\icon_48.png</file>
<file>${PROJECT_ROOT}\win_visualize_resources\icon_32.png</file>
<file>${PROJECT_ROOT}\win_visualize_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\win_visualize_resources\icon_16.png</file>
</param.icons>
<param.version>1.5</param.version>
<param.authnamewatermark>Amin Nejatbakhsh, Eviatar Yemini, et al.</param.authnamewatermark>
Expand Down Expand Up @@ -42,7 +42,9 @@ Please add it to your desktop so you can easily find it.
<param.enable.clean.build>false</param.enable.clean.build>
<param.user.defined.mcr.options />
<param.target.type>subtarget.standalone</param.target.type>
<param.support.packages />
<param.support.packages>
<item>&lt;package displayname="Deploy Imported Models for Deep Learning Toolbox Converter for TensorFlow Models" enabled="true" name="Deep Learning Toolbox Converter for TensorFlow Models" product="Deep Learning Toolbox"/&gt;</item>
</param.support.packages>
<param.web.mcr>false</param.web.mcr>
<param.package.mcr>true</param.package.mcr>
<param.no.mcr>false</param.no.mcr>
Expand Down Expand Up @@ -73,7 +75,6 @@ Please add it to your desktop so you can easily find it.
<param.enable.clean.build />
<param.user.defined.mcr.options />
<param.target.type />
<param.support.packages />
<param.no.mcr />
<param.web.mcr.name />
<param.no.mcr.name />
Expand All @@ -90,8 +91,11 @@ Please add it to your desktop so you can easily find it.
<file>${PROJECT_ROOT}\Data\Documents\About.png</file>
<file>${PROJECT_ROOT}\Data\Documents\Instructions.png</file>
<file>${PROJECT_ROOT}\Data\Documents\Keyboard.png</file>
<file>${PROJECT_ROOT}\Data\Models\atlas.mat</file>
<file>${PROJECT_ROOT}\Data\Models\VanillaUnet_model.10.h5</file>
<file>${PROJECT_ROOT}\Data\Models\atlas_xo_rgb.mat</file>
<file>${PROJECT_ROOT}\Data\Models\atlas_xo_rgbw.mat</file>
<file>${PROJECT_ROOT}\Data\Models\atlas_xx_rgb.mat</file>
<file>${PROJECT_ROOT}\Data\Models\atlas_xx_rgbw.mat</file>
<file>${PROJECT_ROOT}\Data\Models\NN_model.mat</file>
<file>${PROJECT_ROOT}\Data\NeuroPAL\birth_times.mat</file>
<file>${PROJECT_ROOT}\Data\NeuroPAL\male_data.mat</file>
<file>${PROJECT_ROOT}\Data\NeuroPAL\NeuroPAL_herm_data.mat</file>
Expand Down Expand Up @@ -141,6 +145,7 @@ Please add it to your desktop so you can easily find it.
<file>${PROJECT_ROOT}\+Program\GUIPreferences.m</file>
<file>${PROJECT_ROOT}\+Program\ProgramInfo.m</file>
<file>${PROJECT_ROOT}\Data\NeuroPAL\herm_data.mat</file>
<file>${PROJECT_ROOT}\Data\NeuroPAL\NeuroPAL_male_data.mat</file>
<file>${PROJECT_ROOT}\External_Dependencies\mlapptools-develop\mlapptools.m</file>
<file>${PROJECT_ROOT}\External_Dependencies\mlapptools-develop\WidgetID.m</file>
</fileset.depfun>
Expand Down

0 comments on commit 380b16d

Please sign in to comment.