Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Halovision/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
5 changes: 5 additions & 0 deletions Halovision/VisionForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@

namespace lucidcode.LucidScribe.Plugin.Halovision
{

public partial class VisionForm : Form
{
[System.Runtime.InteropServices.DllImport("user32.dll")]
public static extern bool SetProcessDPIAware();

private string lucidScribeDataPath = $"{Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)}\\lucidcode\\Lucid Scribe";

public delegate void ReconnectHanlder();
Expand Down Expand Up @@ -75,6 +79,7 @@ private void PortForm_Load(object sender, EventArgs e)
{
try
{
SetProcessDPIAware();
LoadVideoDevices();
LoadClassifiers();
LoadSettings();
Expand Down
6 changes: 3 additions & 3 deletions Installer/Lucid Scribe Halovision.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -28626,15 +28626,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Lucid Scribe Halovision"
"ProductCode" = "8:{7EDFD84B-BBFD-4883-B987-C3125EF36595}"
"PackageCode" = "8:{DCD15C6E-BE54-4E96-B2FA-9F50AC7397BF}"
"ProductCode" = "8:{A21E5548-9B6C-44DD-9DC9-D35791ADA991}"
"PackageCode" = "8:{FD65C752-4C44-4E83-A175-7F7475ADCB49}"
"UpgradeCode" = "8:{CAAB2187-AD23-435C-A3DB-568744247625}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.3.0"
"ProductVersion" = "8:1.3.1"
"Manufacturer" = "8:lucidcode"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"
Expand Down