Skip to content

Commit

Permalink
Migrate to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ciao1092 committed Feb 26, 2024
1 parent f1358c9 commit daa6445
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 deletions.
22 changes: 8 additions & 14 deletions IELauncher-setup/IELauncher-setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}"
"IsWebType" = "8:FALSE"
"ProjectName" = "8:IELauncher-setup"
"LanguageId" = "3:1033"
"LanguageId" = "3:0"
"CodePage" = "3:1252"
"UILanguageId" = "3:1033"
"UILanguageId" = "3:0"
"SccProjectName" = "8:"
"SccLocalPath" = "8:"
"SccAuxPath" = "8:"
Expand All @@ -27,12 +27,6 @@
}
"Entry"
{
"MsmKey" = "8:_9DBE96CA6F5647699802957ACE25CC8B"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_C442B6F39B274F04A99C396B9D52DF7A"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
Expand Down Expand Up @@ -269,7 +263,7 @@
}
"MsiBootstrapper"
{
"LangId" = "3:1033"
"LangId" = "3:0"
"RequiresElevation" = "11:FALSE"
}
"Product"
Expand All @@ -292,7 +286,7 @@
"Subject" = "8:"
"ARPCONTACT" = "8:ciao1092"
"Keywords" = "8:"
"ARPCOMMENTS" = "8:Install ciao1092's Internet Explorer Launcher"
"ARPCOMMENTS" = "8:Install Internet Explorer Launcher"
"ARPURLINFOABOUT" = "8:https://ciao1092.github.io/"
"ARPPRODUCTICON" = "8:_D9D14A42FF7147AAB9C0690071930D78"
"ARPIconIndex" = "3:0"
Expand Down Expand Up @@ -405,7 +399,7 @@
"ShowCmd" = "3:1"
"IconIndex" = "3:0"
"Transitive" = "11:FALSE"
"Target" = "8:_9DBE96CA6F5647699802957ACE25CC8B"
"Target" = "8:_F042E7E3839D4EC0A5E888D8E6C661C1"
"Folder" = "8:_918381D1C22944CD80E32A258E402778"
"WorkingFolder" = "8:_2D004DBFF97E4300A7357FFA7598421C"
"Icon" = "8:_D9D14A42FF7147AAB9C0690071930D78"
Expand All @@ -419,7 +413,7 @@
"ShowCmd" = "3:1"
"IconIndex" = "3:0"
"Transitive" = "11:FALSE"
"Target" = "8:_9DBE96CA6F5647699802957ACE25CC8B"
"Target" = "8:_F042E7E3839D4EC0A5E888D8E6C661C1"
"Folder" = "8:_918381D1C22944CD80E32A258E402778"
"WorkingFolder" = "8:_2D004DBFF97E4300A7357FFA7598421C"
"Icon" = "8:_D9D14A42FF7147AAB9C0690071930D78"
Expand Down Expand Up @@ -918,9 +912,9 @@
}
"ProjectOutput"
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_9DBE96CA6F5647699802957ACE25CC8B"
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F042E7E3839D4EC0A5E888D8E6C661C1"
{
"SourcePath" = "8:..\\IELauncher\\obj\\Release\\net6.0-windows\\apphost.exe"
"SourcePath" = "8:..\\IELauncher\\obj\\Release\\net8.0-windows7.0\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_2D004DBFF97E4300A7357FFA7598421C"
Expand Down
2 changes: 1 addition & 1 deletion IELauncher/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<userSettings>
<IELauncher.Properties.Settings>
<setting name="StartupURL" serializeAs="String">
<value>https://ciao1092.github.io/</value>
<value>https://ciao1092.github.io/IELauncher/</value>
</setting>
</IELauncher.Properties.Settings>
</userSettings>
Expand Down
3 changes: 2 additions & 1 deletion IELauncher/IELauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StartupObject>IELauncher.Program</StartupObject>
Expand All @@ -21,6 +21,7 @@
<FileVersion>$(VersionPrefix)</FileVersion>
<VersionPrefix>2.0.0</VersionPrefix>
<Copyright>Copyright © ciao1092 2023</Copyright>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions IELauncher/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion IELauncher/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="StartupURL" Type="System.String" Scope="User">
<Value Profile="(Default)">about:blank</Value>
<Value Profile="(Default)">https://ciao1092.github.io/IELauncher/</Value>
</Setting>
</Settings>
</SettingsFile>
Binary file modified README.rtf
Binary file not shown.

0 comments on commit daa6445

Please sign in to comment.