Update to .net framework 4.8 and new csproj style, moved all CodeWalker project files into subfolder

This commit is contained in:
dexy
2020-02-25 02:56:27 +11:00
Unverified
parent e2ed6e0fb8
commit c9b69bd6b7
332 changed files with 725 additions and 3200 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
@@ -9,11 +9,12 @@ namespace CodeWalker.ErrorReport
static class Program
{
/// <summary>
/// The main entry point for the application.
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
//Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new ReportForm());