From 18b838dd7750bb3c48396e5124a93adfdd30564c Mon Sep 17 00:00:00 2001 From: NotNite Date: Mon, 16 Jan 2023 16:57:31 -0500 Subject: [PATCH] Add some things from XLCommon to XL2Common --- src/XIVLauncher2.Common/Class1.cs | 6 --- .../XIVLauncher2.Common.csproj | 39 +++++++++++++++++++ src/XIVLauncher2/XIVLauncher2.csproj | 4 ++ 3 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 src/XIVLauncher2.Common/Class1.cs diff --git a/src/XIVLauncher2.Common/Class1.cs b/src/XIVLauncher2.Common/Class1.cs deleted file mode 100644 index 373f389..0000000 --- a/src/XIVLauncher2.Common/Class1.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace XIVLauncher2.Common; - -public class Class1 -{ - // pretend i put something here, got it? -} diff --git a/src/XIVLauncher2.Common/XIVLauncher2.Common.csproj b/src/XIVLauncher2.Common/XIVLauncher2.Common.csproj index 9d130cd..56f9256 100644 --- a/src/XIVLauncher2.Common/XIVLauncher2.Common.csproj +++ b/src/XIVLauncher2.Common/XIVLauncher2.Common.csproj @@ -3,5 +3,44 @@ net7.0 enable enable + true + + + true + true + true + + + + $(DefineConstants);$(ExtraDefineConstants) + + + + $(DefineConstants);WIN32 + + + $(DefineConstants);OSX + + + $(DefineConstants);LINUX + + + + + diff --git a/src/XIVLauncher2/XIVLauncher2.csproj b/src/XIVLauncher2/XIVLauncher2.csproj index 06cf7e1..d8891c6 100644 --- a/src/XIVLauncher2/XIVLauncher2.csproj +++ b/src/XIVLauncher2/XIVLauncher2.csproj @@ -28,4 +28,8 @@ Code + + + +