forked from thpatch/thcrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to .NET Framework 4.8 (thpatch#253)
* Update to .NET Framework 4.8 * Update submodules
- Loading branch information
1 parent
cf4fe77
commit 95e8cd2
Showing
6 changed files
with
48 additions
and
59 deletions.
There are no files selected for viewing
Submodule 135tk
updated
17 files
+1 −1 | build-all.sh | |
+2 −2 | read_pat/part3.c | |
+7 −0 | th135arc-alt/Rsa.cpp | |
+11,776 −5,006 | th135arc-alt/fileslist.txt | |
+13 −4 | th135arc-alt/main.cpp | |
+11,776 −5,006 | th145arc/fileslist.txt | |
+7 −0 | th145arc/tasofroCrypt.cpp | |
+2 −0 | th175arc/button_nut_to_jdiff/.gitignore | |
+3 −0 | th175arc/button_nut_to_jdiff/build.sh | |
+78 −0 | th175arc/button_nut_to_jdiff/button_nut_to_jdiff.cpp | |
+9 −0 | th175arc/button_nut_to_jdiff/run_for_all_buttons.sh | |
+170 −31 | th175arc/common.c | |
+6,442 −3,642 | th175arc/fileslist.js | |
+54 −0 | th175arc/nut_to_thpatch_wiki.py | |
+17 −8 | th175arc/read.c | |
+9 −4 | th175arc/th175arc.h | |
+19 −8 | th175arc/write.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule thtypes
updated
5 files
+17 −4 | anm_types.h | |
+0 −0 | bgm_types.h | |
+0 −0 | internal/sprite.h | |
+0 −0 | pragma_pop.h | |
+0 −0 | pragma_push.h |