aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-10-19 21:45:16 +0300
committerRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-10-19 21:45:16 +0300
commitcbde37e91134e36e4001418756e7bb6611022441 (patch)
treebe4c92347f3c605163136193701c0b97f3f5fce4 /Software/Visual_Studio/PPC
parente0edf9de24600db0242952064475fbbde157ccaf (diff)
downloadTango-cbde37e91134e36e4001418756e7bb6611022441.tar.gz
Tango-cbde37e91134e36e4001418756e7bb6611022441.zip
PPC Eureka Release !
Diffstat (limited to 'Software/Visual_Studio/PPC')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs8
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs2
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest2
3 files changed, 6 insertions, 6 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
index 76d3b3fc3..148cb9b4f 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
@@ -148,13 +148,13 @@ namespace Tango.PPC.Publisher.UI
if (IsEureka)
{
- options.InstallerProject = $@"{vsPath}\Advanced Installer Projects\Eureka Installer.aip";
- options.InstallerOutputFolder = $@"{vsPath}\Build\Installers\Eureka";
+ options.InstallerProject = $@"{vsPath}Advanced Installer Projects\Eureka Installer.aip";
+ options.InstallerOutputFolder = $@"{vsPath}Build\Installers\Eureka";
}
else
{
- options.InstallerProject = $@"{vsPath}\Visual_Studio\Advanced Installer Projects\PPC Installer.aip";
- options.InstallerOutputFolder = $@"{vsPath}\Build\Installers\PPC";
+ options.InstallerProject = $@"{vsPath}Advanced Installer Projects\PPC Installer.aip";
+ options.InstallerOutputFolder = $@"{vsPath}Build\Installers\PPC";
}
Options = options;
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs
index 1e5b4ba89..255dd4c95 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/AssemblyInfo.cs
@@ -8,4 +8,4 @@ using System.Windows;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango PPC Application")]
-[assembly: AssemblyVersion("2.0.13.0")]
+[assembly: AssemblyVersion("2.1.0.0")]
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
index efc5f8179..d72e75011 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
@@ -16,7 +16,7 @@
Remove this element if your application requires this virtualization for backwards
compatibility.
-->
- <!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />-->
+ <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>