From 20ff7a10ba7fd5afa053112745809a5c066119ad Mon Sep 17 00:00:00 2001
From: James Groom <OSSYoshiRulz+GitHub@gmail.com>
Date: Thu, 4 Apr 2024 23:59:17 +0000
Subject: [PATCH] Merge `ScreenshotForm` to custom controls dir

---
 src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj        | 2 +-
 .../{tools/TAStudio => CustomControls}/ScreenshotForm.cs        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/BizHawk.Client.EmuHawk/{tools/TAStudio => CustomControls}/ScreenshotForm.cs (100%)

diff --git a/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
index 3adc3bb6c1..ee281732fc 100755
--- a/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
+++ b/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj
@@ -259,6 +259,7 @@
 		<Compile Update="CustomControls/MsgBox.designer.cs" DependentUpon="MsgBox.cs" />
 		<EmbeddedResource Update="CustomControls/MsgBox.resx" DependentUpon="MsgBox.cs" />
 		<Compile Update="CustomControls/RepeatButton.cs" SubType="Component" />
+		<Compile Update="CustomControls/ScreenshotForm.cs" SubType="Form" />
 		<Compile Update="CustomControls/TransparentTrackbar.cs" SubType="Component" />
 		<Compile Update="CustomControls/ViewportPanel.cs" SubType="Component" />
 		<Compile Update="GraphicsImplementations/GLControlWrapper_SlimDX9.cs" SubType="Component" />
@@ -456,7 +457,6 @@
 		<Compile Update="tools/TAStudio/PlaybackBox.cs" SubType="UserControl" />
 		<Compile Update="tools/TAStudio/PlaybackBox.Designer.cs" DependentUpon="PlaybackBox.cs" />
 		<EmbeddedResource Update="tools/TAStudio/PlaybackBox.resx" DependentUpon="PlaybackBox.cs" />
-		<Compile Update="tools/TAStudio/ScreenshotForm.cs" SubType="Form" />
 		<Compile Update="tools/TAStudio/TAStudio.Callbacks.cs" DependentUpon="TAStudio.cs" SubType="Form" />
 		<Compile Update="tools/TAStudio/TAStudio.cs" SubType="Form" />
 		<Compile Update="tools/TAStudio/TAStudio.Designer.cs" DependentUpon="TAStudio.cs" />
diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotForm.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs
similarity index 100%
rename from src/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotForm.cs
rename to src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs