Skip to content

Commit 32c8e96

Browse files
committed
Update to Beta v0.2 & upgrade to .NET 8
Check the Beta v0.2 release for the full changelog.
1 parent e5f6be6 commit 32c8e96

File tree

113 files changed

+3408
-4307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3408
-4307
lines changed

OrbisPro.sln

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.4.33205.214
4+
VisualStudioVersion = 17.9.34723.18
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OrbisPro", "OrbisPro\OrbisPro.vbproj", "{4743B9EA-ABA6-49B5-9685-6C6E63401D49}"
6+
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "OrbisPro", "OrbisPro\OrbisPro.vbproj", "{6D8E5563-B687-43E4-AD9E-D9CDBDAFB2A4}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
11-
Debug|x64 = Debug|x64
1211
Release|Any CPU = Release|Any CPU
13-
Release|x64 = Release|x64
1412
EndGlobalSection
1513
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Debug|x64.ActiveCfg = Debug|x64
19-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Debug|x64.Build.0 = Debug|x64
20-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Release|Any CPU.ActiveCfg = Release|Any CPU
21-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Release|Any CPU.Build.0 = Release|Any CPU
22-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Release|x64.ActiveCfg = Release|x64
23-
{4743B9EA-ABA6-49B5-9685-6C6E63401D49}.Release|x64.Build.0 = Release|x64
14+
{6D8E5563-B687-43E4-AD9E-D9CDBDAFB2A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{6D8E5563-B687-43E4-AD9E-D9CDBDAFB2A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{6D8E5563-B687-43E4-AD9E-D9CDBDAFB2A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{6D8E5563-B687-43E4-AD9E-D9CDBDAFB2A4}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE
2721
EndGlobalSection
2822
GlobalSection(ExtensibilityGlobals) = postSolution
29-
SolutionGuid = {ADD990D6-01D6-4136-AE79-55CFBBAAD3AF}
23+
SolutionGuid = {D3AC46D1-14E9-46F8-8E63-A4CB86DB98FB}
3024
EndGlobalSection
3125
EndGlobal

OrbisPro/App.config

Lines changed: 0 additions & 22 deletions
This file was deleted.

OrbisPro/AssemblyInfo.vb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Imports System.Windows
2+
3+
'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
4+
'1st parameter: where theme specific resource dictionaries are located
5+
'(used if a resource is not found in the page,
6+
' or application resource dictionaries)
7+
8+
'2nd parameter: where the generic resource dictionary is located
9+
'(used if a resource is not found in the page,
10+
'app, and any theme specific resource dictionaries)
11+
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>

OrbisPro/Classes/AppListViewItem.vb

Lines changed: 0 additions & 62 deletions
This file was deleted.

OrbisPro/Classes/DeviceListViewItem.vb

Lines changed: 0 additions & 69 deletions
This file was deleted.

OrbisPro/Classes/DownloadListViewItem.vb

Lines changed: 0 additions & 117 deletions
This file was deleted.

OrbisPro/Classes/FileBrowserListViewItem.vb

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)