From 327fa6cef3912ce229827c8c79953a7c371c9bb6 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 5 Sep 2021 20:36:00 +0300 Subject: [PATCH] Include resx files --- ShareX.HistoryLib/ShareX.HistoryLib.csproj | 3 +++ ShareX/ShareX.csproj | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ShareX.HistoryLib/ShareX.HistoryLib.csproj b/ShareX.HistoryLib/ShareX.HistoryLib.csproj index f3d9df9ab..1387a5b7e 100644 --- a/ShareX.HistoryLib/ShareX.HistoryLib.csproj +++ b/ShareX.HistoryLib/ShareX.HistoryLib.csproj @@ -254,6 +254,9 @@ HistoryItemInfoForm.cs + + HistorySettingsForm.cs + HistorySettingsForm.cs diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index 542bf2534..7310ccfb9 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -1150,6 +1150,9 @@ FirstTimeConfigForm.cs + + FirstTimeUploadForm.cs + FirstTimeUploadForm.cs @@ -1216,6 +1219,9 @@ HotkeySettingsForm.cs + + InspectWindowForm.cs + InspectWindowForm.cs