update project files

This commit is contained in:
Perfare
2021-06-27 09:27:40 +08:00
parent bedee240be
commit 8dec094304
20 changed files with 208 additions and 1025 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
@ -9,11 +9,14 @@ namespace AssetStudioGUI
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
#if !NETFRAMEWORK
Application.SetHighDpiMode(HighDpiMode.SystemAware);
#endif
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new AssetStudioGUIForm());