Skip to content

Commit

Permalink
Update to .NET Framework 4.8 (thpatch#253)
Browse files Browse the repository at this point in the history
* Update to .NET Framework 4.8
* Update submodules
  • Loading branch information
lilyremigia authored Mar 10, 2024
1 parent cf4fe77 commit 95e8cd2
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 59 deletions.
10 changes: 5 additions & 5 deletions thcrap_configure_v3/App.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
68 changes: 30 additions & 38 deletions thcrap_configure_v3/Properties/Resources.Designer.cs

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

22 changes: 9 additions & 13 deletions thcrap_configure_v3/Properties/Settings.Designer.cs

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

3 changes: 2 additions & 1 deletion thcrap_configure_v3/thcrap_configure_v3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<ProjectGuid>{9CCF40A9-5B3A-4075-BC78-2F1BA211A0A1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>thcrap_configure_v3</RootNamespace>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<RuntimeIdentifier>win</RuntimeIdentifier>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AssemblyName>thcrap_configure_v3_d</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion thtypes

0 comments on commit 95e8cd2

Please sign in to comment.