From 0b48d2ce48e4f8f42e819f7a3dc80da97fcaa1f4 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Mon, 7 Aug 2023 01:23:43 -0700 Subject: [PATCH] Fix APPS file corruption (#74) * Reorganize source files in project Files were randomly either filtered into "directories" or just sitting in the "root". This moves everything into a logical "directory". I guess they are technically filters, not directories. But VS shows them as directories and they kind of work like directories, too. * Fix the APPS file corruption * Remove out of place duplicate copyright notice --- Project64.vcxproj.filters | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Project64.vcxproj.filters b/Project64.vcxproj.filters index 4e15608..f0a0c33 100644 --- a/Project64.vcxproj.filters +++ b/Project64.vcxproj.filters @@ -64,15 +64,12 @@ {c59b946f-43e7-4676-8b2b-840d70c41937} -<<<<<<< HEAD {500c7cae-17df-494b-9fa1-36a78c46255a} {31849a03-28d6-477f-bb84-61ef4162340f} -======= ->>>>>>> 69b6ba4 (Memory editor (#24)) @@ -440,7 +437,6 @@ Header Files\cbor-lite Headers -<<<<<<< HEAD Header Files\General Header @@ -509,13 +505,6 @@ Header Files\General Header -======= - - Header Files - - - Header Files ->>>>>>> 69b6ba4 (Memory editor (#24))