Merge `ScreenshotForm` to custom controls dir

This commit is contained in:
James Groom 2024-04-04 23:59:17 +00:00 committed by GitHub
parent 58f810a0e1
commit 20ff7a10ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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" />